summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/common/up_createstack.c
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-9/+1
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-2/+2
* More trailing whilespace removalGregory Nutt2014-04-131-3/+3
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-3/+3
* 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-41/+67
* MIPS stack alignment fix for floating point from Helmutpatacongo2013-02-271-10/+30
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Add some standard common files to PIC32patacongo2011-05-181-0/+137