summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-29 16:25:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-29 16:25:21 +0000
commit46befd16063c1f5ac68344cf5419a33a56d3a1ab (patch)
treede01ea633b4e957d8747055b849ac4b386566c35 /nuttx/ChangeLog
parent23ddf8e48b573f08c96d1bcde85f2e3f029b806d (diff)
downloadnuttx-46befd16063c1f5ac68344cf5419a33a56d3a1ab.tar.gz
nuttx-46befd16063c1f5ac68344cf5419a33a56d3a1ab.tar.bz2
nuttx-46befd16063c1f5ac68344cf5419a33a56d3a1ab.zip
Add a simple touchscreen test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 40a012a79..cc9e30105 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2110,4 +2110,11 @@
* fs/fat: Fix an error in the long file name logic: If the long file name
is an even multiple of 13 bytes in length, then it should not include a
NULL terminating character. Fix contributed by Kaushal Parikh.
-
+ * configs/sim/nx11 - Created a separate configuration to build the NX
+ example using the a simulated framebuffer driver on an X11 window. This
+ example has been verified on Ubuntu 9.09 (it does not work on Cygwin).
+ * arch/sim/src/up_touchscreen.c and up_x11eventloop.c - Adds support for a
+ simulated NuttX touchscreen device using mouse/pointer feedback from an
+ x11 window.
+ * configs/sim/touchscreen - Adds a configuration to verify the simulated
+ touchscreen driver (Does not work on Cygwin).