summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_start.c
Commit message (Expand)AuthorAgeFilesLines
* Add new pthread_* APIspatacongo2007-03-231-2/+2
* Added support for POSIX timerspatacongo2007-03-211-4/+14
* Changes for the SDCC compilerpatacongo2007-03-201-2/+2
* Should call free(), not sched_free() in this contextpatacongo2007-03-191-1/+1
* Fix botched conditional compilationpatacongo2007-03-171-2/+2
* Add strerror()patacongo2007-03-171-2/+2
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-25/+38
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-2/+2
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+5
* Add logic to suppress clock_ APIspatacongo2007-03-011-0/+2
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-6/+18
* Still working toward clean 8051 linkpatacongo2007-02-281-17/+37
* Finally, a clean SDCC compilepatacongo2007-02-271-3/+4
* Progress toward clean SDCC compilationpatacongo2007-02-211-1/+1
* Fixes for STDCC compiler (more needed)patacongo2007-02-201-2/+22
* Eliminating GCC dependenciespatacongo2007-02-201-3/+3
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-191-3/+3
* NuttX RTOSpatacongo2007-02-171-0/+382