summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 185f9d896..834612377 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5046,4 +5046,7 @@
* drivers/lcd/ug-2864ambag01.c and ug-9664hswag01.c: Add/updated
support for reverse portrait mode from lessons learned with the
UG-2832HSWEG04. Untested changes! (2013-6-24).
-
+ * arch/arm/src/stm32/stm32_ccm.c and .h: Add support for a seperate CCM
+ heap. This may be useful for segregating allocations for CCM (which
+ cannot be used for DMA) for other allocations (that may be used used
+ for DMA) (2013-6-25).