summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-05 14:14:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-05 14:14:59 -0600
commit298a9792282883d975dfcafb23efb482b412d7cc (patch)
tree4cc417ca7eb700a730390f9352740b9a5e794f6d /nuttx/ChangeLog
parent20185b1f87528b647e92623c368a8bf0522885ba (diff)
downloadnuttx-298a9792282883d975dfcafb23efb482b412d7cc.tar.gz
nuttx-298a9792282883d975dfcafb23efb482b412d7cc.tar.bz2
nuttx-298a9792282883d975dfcafb23efb482b412d7cc.zip
Viewtools STM32F103: Add SSD1289 LCD support
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 855fc2c80..5858253c9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6366,4 +6366,6 @@
a .version file if one does not exist. Make sure that the APPDIR
environment variable is set before configuring. From Max Holtzberg
(2014-1-4).
+ * configs/viewtool-stm32f107/src/stm32_ssd1289.c: Add support for
+ Viewtool SSD1289-based LCD (untested on initial checkin) (2013-1-5).