summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_init.c
Commit message (Expand)AuthorAgeFilesLines
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-1/+2
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+3
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-7/+7
* Add exec_modulepatacongo2009-06-171-37/+55
* argv parameter should be 'const'patacongo2007-03-231-2/+2
* 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-16/+37
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-8/+6
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+114