summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix more floating point formatting bugspatacongo2012-08-062-38/+101
* Fix a floating point presentation errorpatacongo2012-08-061-216/+90
* cosmeticpatacongo2012-08-062-49/+153
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-13/+32
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-6/+4
* Add memccpy{}patacongo2012-07-293-13/+116
* Add memchr()patacongo2012-07-283-17/+106
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-1/+10
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-245-215/+29
* Remove BOTHERpatacongo2012-07-244-28/+46
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-234-36/+30
* Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo2012-07-228-359/+32
* Add support for extended BAUD settingspatacongo2012-07-225-2/+345
* Missed a couple of files in the last check-inpatacongo2012-07-212-0/+176
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-214-1/+279
* Fix typo in lib_inetntoa.cpatacongo2012-07-061-1/+1
* RGMP NSH configuration fixes; Move strerror strings to FLASHpatacongo2012-06-211-2/+2
* 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