summaryrefslogtreecommitdiffstats
path: root/nuttx/lib
AgeCommit message (Expand)AuthorFilesLines
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2-6/+4
2012-07-29Add memccpy{}patacongo3-13/+116
2012-07-28Add memchr()patacongo3-17/+106
2012-07-25Add PM support for the STM32F4Discovery -- still a work in progresspatacongo1-1/+10
2012-07-24Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo5-215/+29
2012-07-24Remove BOTHERpatacongo4-28/+46
2012-07-23Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo4-36/+30
2012-07-22Loosen up termios interfaces to allow more flexible baud settings; remove AIX...patacongo8-359/+32
2012-07-22Add support for extended BAUD settingspatacongo5-2/+345
2012-07-21Missed a couple of files in the last check-inpatacongo2-0/+176
2012-07-21Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo4-1/+279
2012-07-06Fix typo in lib_inetntoa.cpatacongo1-1/+1
2012-06-21RGMP NSH configuration fixes; Move strerror strings to FLASHpatacongo1-2/+2
2012-06-07First round of compile fixes for IPv6patacongo2-6/+6
2012-05-17Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo1-1/+1
2012-04-23Fix inetpton return valuepatacongo1-2/+2
2012-04-18Disable line buffering if the file is opened in binary mode; Also fix a coupl...patacongo11-76/+220
2012-04-13Fix backward conditional compilationpatacongo1-1/+1
2012-04-11Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo1-0/+6
2012-04-10Add a little more configuration logicpatacongo1-5/+37
2012-04-07Updated Kconfig files from Lzyypatacongo1-0/+71
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-04-05Fix compilation errors with floating point is enabled and field widths are di...patacongo5-15/+27
2012-04-04Updates to STM32 OTG FS device driverpatacongo2-10/+50
2012-03-28NX console updatespatacongo1-1/+1
2012-03-23Updated comments; starting to implement priority protection but backed everyt...patacongo1-6/+15
2012-03-21Move serial header files to include/nuttx/serialpatacongo2-2/+2
2012-03-21Move file-system header files to include/nuttx/fspatacongo10-11/+11
2012-02-12Add interface to enabled/disable debug outputpatacongo4-21/+94
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo1-1/+1
2012-02-11Add dmesg command that can be used to dump the syslogpatacongo4-5/+17
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo4-10/+130
2012-02-04Add the beginnings of an FTP serverpatacongo2-23/+35
2012-02-03Add inet_pton()patacongo3-7/+342
2012-02-03Add inet_ntop()patacongo3-5/+202
2012-02-03Add avsprintf()patacongo3-55/+156
2012-02-03Add strcasestr()patacongo2-1/+135
2012-02-02Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo1-1/+1
2012-02-01Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2-190/+32
2012-02-01Add tcsetattr and tcgetattrpatacongo8-14/+316
2012-01-31Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo1-2/+2
2012-01-31Various fixes for the telnet driverpatacongo3-6/+6
2012-01-13STM32 fixes for F4 32-bit timerspatacongo1-0/+36
2011-10-10Fix fclose() return value when closing read-only filepatacongo2-14/+22
2011-10-02Add FAT date/time stamppatacongo1-1/+1
2011-09-13Add CDC ACM serial class device driverpatacongo1-2/+2
2011-09-01Fix errors in gmtime and gmtime_rpatacongo2-8/+14
2011-08-01Add fixed precision atan2() functionpatacongo2-1/+109
2011-07-07Fix some typos in commentspatacongo1-1/+2