summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-24 19:37:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-24 19:37:56 +0000
commit4222eff1df126a9e4bb0a6b25aebc157ac01547f (patch)
tree6826043fb853cf4c8c048cac42b60fcaf5772430 /nuttx/ChangeLog
parent20119ce3834a33b5b7ebac6e2dc32d1983686938 (diff)
downloadnuttx-4222eff1df126a9e4bb0a6b25aebc157ac01547f.tar.gz
nuttx-4222eff1df126a9e4bb0a6b25aebc157ac01547f.tar.bz2
nuttx-4222eff1df126a9e4bb0a6b25aebc157ac01547f.zip
Add framework for SSD1289 LCD on Shenzhou
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5184 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eb9680aef..b7f1bc949 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3390,3 +3390,8 @@
even multiple of 4, 8, or 16 bytes.
* arch/arm/src/stm32/stm32_idle.c: Fixes STM32F107 DMA issues:
We cannot go into sleep mode while Ethernet is actively DMAing.
+ * configs/shenzhou/src/up_ssd1289.c: Add infrastructure to support
+ SSD1289 LCD. Initial checkin is just a clone of the
+ STM32F4Discovery's FSMC-based LCD interface. The Shenzhou
+ will need a completely need bit-banging interface; this
+ initial check-in is only for the framework.