summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-56/+55
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-1/+1
* Fixes for good C++ linkpatacongo2011-10-191-2/+2
* Fix message queue/signal handling bugspatacongo2011-08-071-0/+1
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-0/+1
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-071-2/+2
* Add support for kernel-mode threadspatacongo2011-04-071-1/+19
* More apps/ related changespatacongo2011-03-121-1/+2
* Completes demand paging core implementationpatacongo2010-08-151-1/+7
* Switching to C99 stdbool.h typespatacongo2009-12-141-27/+27
* Switching to C99 stdint.h typespatacongo2009-12-141-0/+2
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-3/+3
* Incorporate the work threadpatacongo2009-11-051-0/+1
* More priority inheritance logicpatacongo2009-03-121-0/+1
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-1/+6
* Improve internal priority setting logipatacongo2009-03-101-1/+2
* Add support for priority inheritancepatacongo2009-03-081-1/+1
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-2/+2
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-16/+17
* Changes for ZNeo compilepatacongo2008-01-091-1/+1
* Added network init; refactored some header filespatacongo2007-09-091-1/+0
* Added support for socket descriptorspatacongo2007-09-011-3/+3
* Add new pthread_* APIspatacongo2007-03-231-1/+1
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-11/+11
* 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-3/+4
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-4/+2
* Code complete for 8051 (not tested)patacongo2007-03-021-0/+1
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-6/+7
* Still working toward clean 8051 linkpatacongo2007-02-281-2/+8
* Finally, a clean SDCC compilepatacongo2007-02-271-21/+21
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-4/+0
* NuttX RTOSpatacongo2007-02-171-0/+267