aboutsummaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio
Commit message (Expand)AuthorAgeFilesLines
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-171-1/+1
* Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo2012-04-1810-76/+215
* Fix backward conditional compilationpatacongo2012-04-131-1/+1
* Fix compilation errors with floating point is enabled and field widths are di...patacongo2012-04-053-15/+27
* NX console updatespatacongo2012-03-281-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-216-6/+6
* Add interface to enabled/disable debug outputpatacongo2012-02-122-6/+20
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-114-5/+17
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-114-10/+130
* Add avsprintf()patacongo2012-02-033-55/+156
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-012-190/+32
* Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2012-01-311-2/+2
* Various fixes for the telnet driverpatacongo2012-01-313-6/+6
* STM32 fixes for F4 32-bit timerspatacongo2012-01-131-0/+36
* Completes coding of the PWM modulepatacongo2011-12-1952-0/+9710