summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-04 18:45:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-04 18:45:48 +0000
commit4db71bbe20f1415ed9a7bb1021992d33d0900f01 (patch)
treea4119d7c978c1da1555c1ae165a9f8ac2aa1ea24 /nuttx/ChangeLog
parent4bfe9cb6fb77dc164da8204439e89112d9ef110d (diff)
downloadnuttx-4db71bbe20f1415ed9a7bb1021992d33d0900f01.tar.gz
nuttx-4db71bbe20f1415ed9a7bb1021992d33d0900f01.tar.bz2
nuttx-4db71bbe20f1415ed9a7bb1021992d33d0900f01.zip
Add support for the MIO283QT2 LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4802 42af7a65-404d-4744-a932-0658087f49c3
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 98794f249..e49c7816c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2884,3 +2884,7 @@
Class (MSC) using MMC/SD card as the logical unit. Updated the default
PIC32MX7 MMB board configuration so that USB and the mass storage class
are enabled by default.
+ * drivers/lcd/mio283qt2.c and include/nuttx/lcd/mio283qt2.h: Add generic
+ support for the MIO283QT2 LCD.
+ * configs/pic32mx7mmb/src/up_mio283qt2.c: Add support for the MIO283QT2
+ LCD on the PIC32MX7 MMB board.