summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_rawoutstream.c
Commit message (Expand)AuthorAgeFilesLines
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-141-3/+6
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-1/+1
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-9/+20
* Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo2012-04-181-2/+2
* Implemented line-oriented buffering for std outputpatacongo2011-05-141-3/+6
* Kernel build mostly successfulpatacongo2011-04-021-1/+1
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-301-0/+98