summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-24 10:08:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-24 10:08:32 -0600
commitba377ddfd3168092de8cc00f18eae604479b4e6b (patch)
treecd0526d21820885af5857b6e9edac85c00465b23 /nuttx/ChangeLog
parentb271c255cd69f1c879bba5af37d62c54f8278fd8 (diff)
downloadnuttx-ba377ddfd3168092de8cc00f18eae604479b4e6b.tar.gz
nuttx-ba377ddfd3168092de8cc00f18eae604479b4e6b.tar.bz2
nuttx-ba377ddfd3168092de8cc00f18eae604479b4e6b.zip
Revamp the way external memory regions are configured; Add logic to add SAMA5 external memory regions to the heap
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1a1c0fbd1..d03fd845d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5176,4 +5176,14 @@
arm_fullcontextrestore.S, arm_saveusercontext.S: Add hardware
floating point register save/restore logic for the Cortex-A5\
(2013-7-23).
-
+ * arch/Kconfig: Attempt at generic external memory configuration is not
+ flexible enough, especially for the SAMA5. Move external memory
+ configuration options from arch/Kconfig to
+ arch/arm/src/lpc17xx/Kconfig, lpc31xx/Kconfig, sam34/Kconfig, and
+ sama5/Kconfig and renamed each from CONFIG_ARCH_ to, for example,
+ CONFIG_LPC31_. This renaming also affect many defconfig files
+ (2013-7-24).
+ * arch/arm/src/sama5/Kconfig and sam_allocateheap.c: Set up
+ configuration options for SAMA5 external memory regions; add a custom
+ sam_allocateheap.c to add the various configured memory regions to the
+ heap (2013-7-24).