summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-6/+12
* Oops.. sendfile() was not keeping track of the number bytes transferred or ha...patacongo2012-09-051-4/+18
* Add sendfile()patacongo2012-09-049-6/+304
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-012-168/+170
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-33/+2
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-312-3/+0
* Add lib.csv that may be used to generate C library symbol tablespatacongo2012-08-3164-67/+273
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-3125-79/+137
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-282-2/+3
* Add perror()patacongo2012-08-283-5/+313
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-4/+5
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-144-13/+15
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-1319-93/+185
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-1212-52/+141
* Misc updates (minor)patacongo2012-08-061-7/+2
* 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