aboutsummaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Completes coding of the PWM modulepatacongo2011-12-19191-0/+23588