summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-3/+1
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-1/+1
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-112-0/+51
* Still trying to recover directory contentspatacongo2012-11-10286-32008/+0
* Trying to recover from deleted directory contentspatacongo2012-11-10286-0/+32008
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-10286-32008/+0
* RGMP 4.0 update from Qiang Yupatacongo2012-11-042-0/+9
* Add support for ferror(), feof(), and clearerr()patacongo2012-11-015-14/+287
* libm compilation fixes from Darcy Gongpatacongo2012-10-2948-48/+48
* Ooops... last version of file was still in editorpatacongo2012-10-281-0/+1
* lib/math files not follow coding standard; float, double, and long double ver...patacongo2012-10-2877-1185/+3859
* Part I of port of Rhombus math librarypatacongo2012-10-2835-14/+1645
* Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-211-1/+1
* Minor tweaks to memsetpatacongo2012-10-212-34/+29
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-1/+1
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-213-18/+82
* Add a versin of memset() optimized for speedpatacongo2012-10-212-14/+107
* Add Daniel Vik's optimized memcpy as a configuration optionpatacongo2012-10-203-1/+418
* The termios c_speed field cannot be 'const'patacongo2012-10-201-6/+1
* Another dtoa() fix from Mike Smithpatacongo2012-10-111-2/+9
* Eliminate a warningpatacongo2012-10-061-0/+8
* More sscanf: Long flag (as in %ld) not be used in all of the places it shoul...patacongo2012-09-211-14/+40
* Fix bug in last sscanf changepatacongo2012-09-211-45/+64
* One more sscanf changepatacongo2012-09-211-1/+1
* Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-211-46/+118
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-171-1/+1
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-142-5/+8
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-133-14/+18
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-131-1/+1
* Email address change in nuttx/patacongo2012-09-1345-106/+106
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-082-5/+47
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-68/+0
* Things missing from lib/Kconfigpatacongo2012-09-051-21/+101
* 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