aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.