summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdio
Commit message (Expand)AuthorAgeFilesLines
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-6/+4
* 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
* Fix fclose() return value when closing read-only filepatacongo2011-10-102-14/+22
* Add CDC ACM serial class device driverpatacongo2011-09-131-2/+2
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-012-51/+147
* More FTP bugfixespatacongo2011-06-031-24/+61
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-1/+4
* More FTP client debug fixespatacongo2011-06-023-13/+29
* More FTP client fixespatacongo2011-06-022-4/+7
* Fix asprintf bugpatacongo2011-05-311-1/+9
* Add asprintf()patacongo2011-05-312-5/+138
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-1/+1
* Prep for 6.3 releasenuttx-6.3patacongo2011-05-151-2/+1
* More PIC32 header filespatacongo2011-05-151-22/+38
* Extend line buffering logic to puts, fputs, putc, fputc, and putchar()patacongo2011-05-143-23/+53
* Flush buffer after newline in putc, fputc, and puts (but not fputs)patacongo2011-05-144-17/+47
* Implemented line-oriented buffering for std outputpatacongo2011-05-149-16/+168
* fclose() was not flushing buffered datapatacongo2011-05-131-4/+55
* Clean kernel-/user-mode module buildpatacongo2011-04-052-4/+6
* Move core of fdopen() logic from lib/stdio to fs/patacongo2011-04-041-113/+9
* Kernel build mostly successfulpatacongo2011-04-0215-17/+20
* Move more files into subdirectories under lib/patacongo2011-03-302-1/+366
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-3049-0/+8862