summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-10 18:44:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-10 18:44:08 -0600
commitc000e20484dfc6b334089a9a95bee2c1f765c408 (patch)
tree71c80c69760bb8a5c38ddc136553bec81f256840 /nuttx/ChangeLog
parent2bb075d288f994ebc065f0323c1ad18f6e23807c (diff)
downloadnuttx-c000e20484dfc6b334089a9a95bee2c1f765c408.tar.gz
nuttx-c000e20484dfc6b334089a9a95bee2c1f765c408.tar.bz2
nuttx-c000e20484dfc6b334089a9a95bee2c1f765c408.zip
SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up parameters from Barebox (this still don't work)
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ec9c3e68a..02c692098 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5736,4 +5736,9 @@
* arch/arm/src/sama5/sam_lcd.c: Change how DMA descriptors are
allocated. My reading of the SAMA5 MATRIX is that the LCDC will
be unable to DMA from internal SRAM (2012-10-10).
-
+ * arch/arm/src/sama5/Kconfig and configs/sama5d3x-ek/nx/defconfig: The
+ default LCD resolution is now RGB565. Added output resolution selection
+ which can be different from the software resolution (2013-10-10.
+ * arch/arm/src/sama5/sam_lcd.c wait before modifying register if the LCDC
+ is re-synchronizing (SIF). Use start-up configuration settings from
+ Barebox. They still don't work (2013-10-10).