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
This commit is contained in:
patacongo
2012-09-24 19:37:56 +00:00
parent 441cfb82db
commit 68bd6b6964
5 changed files with 467 additions and 26 deletions
+5
View File
@@ -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.