summaryrefslogtreecommitdiff
path: root/nuttx/sched/sched_releasetcb.c
Commit message (Expand)AuthorAgeFilesLines
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-2/+4
* In the kernel build, pass task paramters in the stack, not using the arrary i...patacongo2013-03-211-0/+7
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-3/+8
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-3/+3
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-3/+6
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* Move file data from TCB to task grouppatacongo2013-01-261-4/+0
* Move environment variables in the task group structurepatacongo2013-01-251-5/+1
* Add framework to support task groupspatacongo2013-01-251-1/+6
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-0/+6
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-8/+8
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+3
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-071-3/+3
* Switching to C99 stdint.h typespatacongo2009-12-141-19/+19
* Integrate PIC support into context switchingpatacongo2009-06-171-2/+9
* Straighten out conditional compilationpatacongo2009-06-171-1/+1
* Added NXFLAT a bit at a timepatacongo2009-06-161-0/+9
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+5
* Added support for POSIX timerspatacongo2007-03-211-0/+17
* 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/+2
* Finally, a clean SDCC compilepatacongo2007-02-271-3/+1
* NuttX RTOSpatacongo2007-02-171-0/+142