summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_createstack.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+28
* 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-16/+32
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
* Fix stack alignment for EABI floating pointpatacongo2011-11-111-33/+66
* Correct errors in LPC17xx CAN register definespatacongo2011-07-121-2/+9
* ARM stack check logic; ARM no-console build fixes; Nucleus-2G updatespatacongo2011-07-091-0/+20
* Clean kernel-/user-mode module buildpatacongo2011-04-051-4/+3
* First cut at x86 build environmentpatacongo2011-03-041-8/+8
* Don't clear stack unless debug is enabledpatacongo2010-01-281-2/+7
* Fix circular header file dependencypatacongo2009-12-281-0/+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-2/+2
* Add more HC12 common filespatacongo2009-12-041-2/+2
* cosmeticpatacongo2008-09-301-15/+18
* Common ARM supportpatacongo2007-04-281-0/+128