summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/common/up_createstack.c
Commit message (Expand)AuthorAgeFilesLines
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-8/+6
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-201-8/+30
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-11/+27
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-3/+3
* Add debug output when memory allocations failpatacongo2013-02-281-40/+70
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-4/+5
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-3/+3
* Add z16f system exception handling logic.patacongo2008-01-251-0/+1
* Fix some ZDS-II compile errorspatacongo2008-01-111-1/+4
* untest z16f codepatacongo2008-01-111-0/+128