summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/lpc43_allocateheap.c
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-4/+4
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-1/+1
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-14/+14
* SAMA5: Adapt clocking for different boot modes. New header files for AXI matr...Gregory Nutt2013-07-231-1/+1
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-0/+4
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-4/+4
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+8
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-6/+6
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-071-0/+15
* Add LPC43 clock initialization logicpatacongo2012-07-051-0/+275