summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio/lib_stdoutstream.c
Commit message (Expand)AuthorAgeFilesLines
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-141-5/+6
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-4/+20
* Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo2012-04-181-3/+23
* Implemented line-oriented buffering for std outputpatacongo2011-05-141-3/+22
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-301-0/+91