summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_create.c
Commit message (Expand)AuthorAgeFilesLines
* Z16F Debugpatacongo2008-01-291-20/+20
* Add TCP readahead logicpatacongo2007-11-191-1/+1
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+5
* argv parameter should be 'const'patacongo2007-03-231-2/+2
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+1
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-131-1/+1
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-326/+25
* Fixed 8051 printf bugpatacongo2007-03-111-0/+2
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-31/+30
* Code complete for 8051 (not tested)patacongo2007-03-021-80/+55
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-3/+7
* Still working toward clean 8051 linkpatacongo2007-02-281-1/+3
* Finally, a clean SDCC compilepatacongo2007-02-271-15/+18
* Progress toward clean SDCC compilationpatacongo2007-02-211-5/+1
* Eliminating GCC dependenciespatacongo2007-02-201-6/+0
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-191-17/+24
* NuttX RTOSpatacongo2007-02-171-0/+498