summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-08 12:47:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-08 12:47:04 -0600
commitd3f2aaf380b754b95604d3ff83ecfd0fea9430b2 (patch)
treef967cdae7ce9f9d9156402035031e3a0d536521a
parent2519fd2039f800c7fa6916ccaab470adc7bad151 (diff)
downloadnuttx-d3f2aaf380b754b95604d3ff83ecfd0fea9430b2.tar.gz
nuttx-d3f2aaf380b754b95604d3ff83ecfd0fea9430b2.tar.bz2
nuttx-d3f2aaf380b754b95604d3ff83ecfd0fea9430b2.zip
Update ChangeLog
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a091b4ff0..594bc9225 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7681,3 +7681,11 @@
SAMA5D4 and must be replaced with a table lookup (2014-7-7).
* configs/sam*: Fix some cloned errors in SAM GPIO interrupt setup
(1014-7-7).
+ * arch/arm/src/sama5/Kconfig and sam_allocateheap.c: Add a
+ configuration option to reserve DRAM for a framebuffer when executing
+ out of DRAM. This optional was available before when executing out of
+ NOR, but needs to work a little differently in this case (2014-7-7).
+ * arch/arm/src/sama5/sam_lcd.c and chip/sam_lcdc.h: Adapt the SAMA5D3
+ LCDC driver to work with the SAMA5D4 which has no hardware cursor
+ (2014-7-7).
+ * configs/sama5d4-ek: Add options to support an LCD (2014-7-7).