summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Typopatacongo2007-03-191-1/+1
* Fix typospatacongo2007-03-191-9/+12
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-0/+21
* Fix botched conditional compilationpatacongo2007-03-171-1/+1
* Add strerror()patacongo2007-03-172-137/+260
* Add pthread_equal()patacongo2007-03-161-0/+6
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-161-0/+241
* Define 'inline' for SDCC so that code can use the inline storage class if not...patacongo2007-03-161-0/+2
* Remove some defines that belong in limits.hpatacongo2007-03-161-2/+0
* Add 'ls' command to nshpatacongo2007-03-141-2/+2
* Added opendir, readdir, closedir, etc.patacongo2007-03-143-46/+121
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-0/+5
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-112-22/+9
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-103-0/+51
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-102-16/+35
* Debug instrumentationpatacongo2007-03-092-0/+13
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-051-0/+18
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-1/+2
* Code complete for 8051 (not tested)patacongo2007-03-024-9/+28
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-013-6/+9
* Still working toward clean 8051 linkpatacongo2007-02-282-4/+34
* Finally, a clean SDCC compilepatacongo2007-02-2720-190/+308
* Progress toward clean SDCC compilationpatacongo2007-02-219-43/+109
* Eliminating SDCC compilation errorspatacongo2007-02-213-6/+13
* Working toward compiler independence: Removed inline funcspatacongo2007-02-203-34/+3
* Eliminating GCC dependenciespatacongo2007-02-2011-83/+68
* Add support for non-GCC compilerpatacongo2007-02-201-4/+12
* SDCC detected bugspatacongo2007-02-201-2/+0
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-191-1/+1
* NuttX RTOSpatacongo2007-02-1725-0/+3813