summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_createstack.c
Commit message (Expand)AuthorAgeFilesLines
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-201-1/+16
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-12/+27
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+1
* Add debug output when memory allocations failpatacongo2013-02-281-1/+2
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-1/+5
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-4/+4
* Sim target no longer uses Linux syscalls; works with Cygwinpatacongo2008-06-011-18/+18
* Fix typospatacongo2007-03-191-1/+1
* Progress toward clean SDCC compilationpatacongo2007-02-211-4/+5
* NuttX RTOSpatacongo2007-02-171-0/+109