summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_setup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-1/+1
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-2/+2
* Add support for kernel-mode threadspatacongo2011-04-071-1/+2
* Some context switch fixespatacongo2010-10-311-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-0/+4
* Switching to C99 stdint.h typespatacongo2009-12-141-3/+3
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-6/+5
* Integrate PIC support into context switchingpatacongo2009-06-171-6/+50
* Add support for priority inheritancepatacongo2009-03-081-2/+5
* Z16F Debugpatacongo2008-01-291-27/+27
* Signal mask is now inherited by both child tasks and threads; this has the si...patacongo2007-03-291-2/+9
* Add new pthread_* APIspatacongo2007-03-231-1/+1
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+1
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-131-44/+21
* 8051 integrationpatacongo2007-03-131-4/+4
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-0/+312