summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Extend USB trace logicpatacongo2009-11-021-0/+14
* More USB macros; fix warningspatacongo2009-10-271-3/+7
* Misc. mosty USB-related updatespatacongo2009-10-221-1/+1
* Extend SPI interface to better handle multiple devices on same SPI buspatacongo2009-10-201-0/+24
* Add bulk erase IOCTL; add byte read methodpatacongo2009-10-182-10/+27
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-183-5/+138
* Move some drivers to separate subdirectoriespatacongo2009-10-182-24/+42
* typospatacongo2009-10-151-2/+2
* Add STM32 SPI chip selectspatacongo2009-10-011-0/+1
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-5/+40
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-151-4/+4
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-101-0/+6
* THTTPD now gets past initializationpatacongo2009-08-021-6/+6
* Fix some ez80 compilation errorspatacongo2009-08-021-9/+3
* Add fcntl(F_DUPFD)patacongo2009-07-192-14/+4
* Still fleshing out THTTPD examplepatacongo2009-07-182-1/+6
* Add skeleton for fcntl()patacongo2009-07-181-1/+7
* Add fileno()patacongo2009-07-131-0/+1
* Add tdate_parse.cpatacongo2009-07-121-3/+5
* libthttpd.c now longer used fork() and execve()patacongo2009-07-121-0/+102
* Added exec()patacongo2009-07-121-1/+28
* Add strftimepatacongo2009-07-122-10/+18
* Add gmtime and localtimepatacongo2009-07-122-1/+5
* Add gettimeofday()patacongo2009-07-111-0/+75
* mktime/gmtime_r moved and highly simplifiedpatacongo2009-07-112-5/+115
* Added some pattern matching logicpatacongo2009-07-112-1/+88
* Fixes for clean ez80 compilationpatacongo2009-06-261-1/+2
* integrating NXFLATpatacongo2009-06-261-5/+5
* Mostly cosmetic integration changespatacongo2009-06-251-2/+4
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-256-14/+98
* Make all counts 16-bitpatacongo2009-06-252-4/+9
* Still waffling on relocation typespatacongo2009-06-231-7/+10
* Remove import symbols from relo tablepatacongo2009-06-231-2/+1
* Back-out one relocation typepatacongo2009-06-221-8/+2
* New relocation typespatacongo2009-06-222-19/+44
* Add NXFLAT dynamic binding logicpatacongo2009-06-212-14/+37
* Add symbol table supportpatacongo2009-06-201-0/+164
* Add qsort()patacongo2009-06-201-0/+5
* Finish nxflat test Makefilespatacongo2009-06-201-1/+7
* Integrated mknxflatpatacongo2009-06-181-1/+5
* Back out most of last changepatacongo2009-06-181-17/+12
* Integrate PIC support into context switchingpatacongo2009-06-173-13/+28
* Remove bitfields from NXFLAT definitionpatacongo2009-06-171-21/+38
* Straighten out conditional compilationpatacongo2009-06-172-9/+10
* Add exec_modulepatacongo2009-06-172-24/+171
* Add basic module management logicpatacongo2009-06-173-102/+48
* Easing in binfmt supportpatacongo2009-06-175-90/+156
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-164-11/+11
* Added NXFLAT a bit at a timepatacongo2009-06-162-5/+251
* Adding basic framework for NXFLATpatacongo2009-06-163-4/+237