summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* First round of compile fixes for IPv6patacongo2012-06-072-6/+6
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-171-1/+1
* Fix inetpton return valuepatacongo2012-04-231-2/+2
* Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo2012-04-1811-76/+220
* Fix backward conditional compilationpatacongo2012-04-131-1/+1
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-0/+6
* Add a little more configuration logicpatacongo2012-04-101-5/+37
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+71
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Fix compilation errors with floating point is enabled and field widths are di...patacongo2012-04-055-15/+27
* Updates to STM32 OTG FS device driverpatacongo2012-04-042-10/+50
* NX console updatespatacongo2012-03-281-1/+1
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-6/+15
* Move serial header files to include/nuttx/serialpatacongo2012-03-212-2/+2
* Move file-system header files to include/nuttx/fspatacongo2012-03-2110-11/+11
* Add interface to enabled/disable debug outputpatacongo2012-02-124-21/+94
* 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 the beginnings of an FTP serverpatacongo2012-02-042-23/+35
* Add inet_pton()patacongo2012-02-033-7/+342
* Add inet_ntop()patacongo2012-02-033-5/+202
* Add avsprintf()patacongo2012-02-033-55/+156
* Add strcasestr()patacongo2012-02-032-1/+135
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-1/+1
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-012-190/+32
* Add tcsetattr and tcgetattrpatacongo2012-02-018-14/+316
* 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 FAT date/time stamppatacongo2011-10-021-1/+1
* Add CDC ACM serial class device driverpatacongo2011-09-131-2/+2
* Fix errors in gmtime and gmtime_rpatacongo2011-09-012-8/+14
* Add fixed precision atan2() functionpatacongo2011-08-012-1/+109
* Fix some typos in commentspatacongo2011-07-071-1/+2
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-013-52/+148
* 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
* Add strndup()patacongo2011-05-292-3/+96
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-1/+1
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-212-1/+75
* 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