aboutsummaryrefslogtreecommitdiff
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
commit2be7847efe154ad3c6c0f4e869d9142e72d8a544 (patch)
tree494141ff73cb23e5f14ead9d76629034e8683519 /nuttx/ChangeLog
parentfd3df782b1ceca6bc7f36817639c2a9b80560c02 (diff)
downloadpx4-firmware-2be7847efe154ad3c6c0f4e869d9142e72d8a544.tar.gz
px4-firmware-2be7847efe154ad3c6c0f4e869d9142e72d8a544.tar.bz2
px4-firmware-2be7847efe154ad3c6c0f4e869d9142e72d8a544.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: http://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.