summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-28 17:07:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-28 17:07:58 -0600
commit2551f19da348d4ee160389787839ad8dd8d122e6 (patch)
tree14fef3c047041bdf2e34f6392a84208fb1f8e628 /nuttx/ChangeLog
parent0fd78e78a1cbfe1925b1c85451c4e26552ae38c6 (diff)
downloadnuttx-2551f19da348d4ee160389787839ad8dd8d122e6.tar.gz
nuttx-2551f19da348d4ee160389787839ad8dd8d122e6.tar.bz2
nuttx-2551f19da348d4ee160389787839ad8dd8d122e6.zip
SAM3U-EK touchscreen is now functional; created an NxWM configuration to test it further
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b213057e9..63265a205 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5087,4 +5087,9 @@
SRAM to be functional (2013-6-28).
* arch/arm/src/sam34/sam3u_gpio.c: Need to disable write
protection before configuring PIO pins.
+ * configs/sam3u-ek/nsh: The touchscreen is now function. The above
+ fix to the sam3u_gpio.c write protection also fixed the touchscreen
+ problem (2013-6-28).
+ * confgis/sam3u_ek/nxwm: Created a configuration for the NxWM
+ window manager for the SAM3U-EK board.