summaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial/serial.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: add sw workaround for broken stm32 hw RTS implementationKevin Hester2014-05-201-1/+17
* Added support for FIONREAD and FIONWRITE, added input / output processing sup...Lorenz Meier2013-07-181-43/+223
* Add missing implementation of O_NONBLOCK for serial writespatacongo2013-03-181-6/+30
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-3/+5
* A spurious checkin... I just want to improve some code structurepatacongo2013-02-021-29/+34
* drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-021-29/+75
* Last minute 6.25 changenuttx-6.25patacongo2013-02-011-18/+33
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+6
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-6/+131
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-1/+3
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-8/+14
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-38/+179
* drivers/, drivers/pipes, and drivers/serial file clean-uppatacongo2012-07-151-1/+1
* More Kconfig filespatacongo2012-04-181-0/+4
* drivers/serial: Don't disable Rx interrrupts on each characterpatacongo2012-04-181-19/+56
* A couple of fixes to common and STM32 serial handling to fix some data overru...patacongo2012-04-021-3/+6
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-5/+5
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-2/+15
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-2/+6
* First set of changes to incorporate the RGMP portpatacongo2011-05-121-3/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-8/+10
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-4/+7
* Move some drivers to separate subdirectoriespatacongo2009-10-181-0/+741