summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-10 12:26:08 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-10 12:26:08 -0600
commit5bed0b72897adb3e96e74b5c1b6a4bd4d5bdcd50 (patch)
tree2309350f32cfb2087496de6b5532994e008bc585 /nuttx/ChangeLog
parentda2b06fc9b4934db950f8218bb0c17829cd381a9 (diff)
downloadnuttx-5bed0b72897adb3e96e74b5c1b6a4bd4d5bdcd50.tar.gz
nuttx-5bed0b72897adb3e96e74b5c1b6a4bd4d5bdcd50.tar.bz2
nuttx-5bed0b72897adb3e96e74b5c1b6a4bd4d5bdcd50.zip
Support for the MIO283QT9A LCD from Toby Duckworth
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ff6ba917d..ef67df096 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6566,3 +6566,7 @@
cursor (2014-2-10).
* drivers/usbhost/usbhost_hidmouse.c, include/nuttx/input/mouse.h, and
include/nuttx/usb/hid.h: Add support for a mouse wheel (2014-2-10).
+ * drivers/lcd/mio283qt9a.c and include/nuttx/lcd/mio283qt9a.h: Support
+ for the MIO283QT9A LCD. From Toby Duckworth (2014-2-10).
+ * configs/mikroe-stm32f4/src/up_mio283qt9a.c: The Mikroe STM32F4 can
+ now support the newer MIO283QT9A LCD. From Toby Duckworth (2014-2-10).