summaryrefslogtreecommitdiff
path: root/nuttx/drivers/serial/serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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