summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-25 22:04:51 +0000
commit98a7ce4560f7698e748e7e5461b9b26e4b45370d (patch)
tree494141ff73cb23e5f14ead9d76629034e8683519 /nuttx/ChangeLog
parent367c0f77ee3e82d47676931a8eea0c96de6f57a7 (diff)
downloadnuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.gz
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.tar.bz2
nuttx-98a7ce4560f7698e748e7e5461b9b26e4b45370d.zip
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 56929ad2f..c64112ecb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3400,3 +3400,10 @@
* 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.
+ * configs/shenzhou/nxwm: Added an NxWM configuratino for the
+ Shenzhou board. This is untested on initial check-in. It will
+ be used to verify the Shenzhou LCD driver (and eventually the
+ touchscreen driver).
+ * configs/shenzhou/src/up_touchscreen.c: Add ADS7843E touchscreen
+ support for the Shenzhou board. The initial check-in is untested
+ and basically a clone of the the touchscreen support fro the SAM-3U.