summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 21:15:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 21:15:02 +0000
commit367c0f77ee3e82d47676931a8eea0c96de6f57a7 (patch)
tree556fbacce4a8b42af0333ed57296ecf1a62b8e1d /nuttx/ChangeLog
parent6128e1302e09f9d598a4bc90964db586e4ce2533 (diff)
downloadnuttx-367c0f77ee3e82d47676931a8eea0c96de6f57a7.tar.gz
nuttx-367c0f77ee3e82d47676931a8eea0c96de6f57a7.tar.bz2
nuttx-367c0f77ee3e82d47676931a8eea0c96de6f57a7.zip
Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5189 42af7a65-404d-4744-a932-0658087f49c3
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 895f2844f..56929ad2f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3396,4 +3396,7 @@
will need a completely need bit-banging interface; this
initial check-in is only for the framework.
* configs/shenzhou/src/up_ssd1289.c: Bit-banging driver is
- code complete. \ No newline at end of file
+ code complete.
+ * configs/shenzhou/src/up_lcd.c: Oops. Shenzhou LCD does not
+ have an SSD1289 controller. Its an ILI93xx. Ported the
+ STM3240G-EVAL ILI93xx driver to work on the Shenzhou board.