summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sama5/sam_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
* SAMA5D4-EK: In kernel build with address environment, need logic to map user ...Gregory Nutt2014-09-071-1/+1
* Restructuring of build to allow use of use-space allocators by kernel logic i...Gregory Nutt2014-09-021-8/+7
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-311-123/+39
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-11/+10
* SAMA5D3/4 HEAP: Add a configuration option to reserve DRAM for a framebuffer ...Gregory Nutt2014-07-081-7/+56
* Add support for .data and .bss in SDRAMGregory Nutt2014-01-281-4/+16
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* SAMA5: Allow portions of external memory to be added to the heap instead of t...Gregory Nutt2013-10-101-34/+35
* SAMA5: Fixes a bug in the way that the heap regions were being allocatedGregory Nutt2013-08-271-11/+44
* SAMA5: More MMU-related changes to properly initialize SDRAMGregory Nutt2013-08-021-7/+13
* SAMA5: Fix heap allocation bugsGregory Nutt2013-07-271-34/+30
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-4/+4
* SAMA5: If the page table is in high memory, make sure that it is excluded fr...Gregory Nutt2013-07-261-5/+31
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-241-0/+368