summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common/up_allocateheap.c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-2/+3
* Fix common heap allocation logic, taking into account the kernel build requir...Gregory Nutt2014-09-011-14/+30
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-8/+15
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-4/+0
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-5/+5
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-2/+81
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+8
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Fix circular header file dependencypatacongo2009-12-281-0/+1
* cosmeticpatacongo2008-09-301-17/+20
* Common ARM supportpatacongo2007-04-281-0/+79