summaryrefslogtreecommitdiff
path: root/NxWidgets/TODO.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 17:36:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 17:36:26 +0000
commite633774b61f42363d4b7c66218c1e99ebc3fa6bb (patch)
tree2d2dbecb4e03dbbc056748dca54a4ee617fa18be /NxWidgets/TODO.txt
parent1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659 (diff)
downloadpx4-nuttx-e633774b61f42363d4b7c66218c1e99ebc3fa6bb.tar.gz
px4-nuttx-e633774b61f42363d4b7c66218c1e99ebc3fa6bb.tar.bz2
px4-nuttx-e633774b61f42363d4b7c66218c1e99ebc3fa6bb.zip
Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4758 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/TODO.txt')
-rw-r--r--NxWidgets/TODO.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/NxWidgets/TODO.txt b/NxWidgets/TODO.txt
index c0b9c5373..edd203210 100644
--- a/NxWidgets/TODO.txt
+++ b/NxWidgets/TODO.txt
@@ -8,6 +8,8 @@ NxWM
(3) NxConsole issues
(1) Platform specific issues
+See also the NuttX TODO list graphics/ section for related issues.
+
o General NxWM Issues
-------------------
@@ -85,7 +87,7 @@ o NxConsole Issues
NxConsoles get their input from /dev/console which is the serial
port. The necessary change is to create an NX input device for
/dev/console that will get its input from NX.
- Status: Closed with was fixed with the last check of 5/20/2012 (about
+ Status: Closed with was fixed with the check-in of 5/20/2012 (about
SVN version 4755). The fixed version is available in SVN but
won't be in a released version until NxWidgets-1.2 is released.
Priority: Medium high, basically prohibits the use of multiple NSH windows.
@@ -96,7 +98,7 @@ o NxConsole Issues
you close one of the NxConsoles, then the others no longer
received input (or no long generate output -- that cannot be
distinguished).
- Status: Closed with was fixed with the last check of 5/20/2012 (about
+ Status: Closed with was fixed with the check-in of 5/20/2012 (about
SVN version 4755). The fixed version is available in SVN but
won't be in a released version until NxWidgets-1.2 is released.
Priority: Medium high, basically prohibits the use of multiple NSH windows.
@@ -120,4 +122,8 @@ o Platform specific issues
is that you touch an icon, it is highlighted but when you release
the touch nothing happens. The icon stays highlighted. Touching
the icon again usually works around this problem.
- Status: Open
+ Status: Closed with was fixed with the check-in of 5/21/2012 (about
+ SVN version 4758). The was change made to NuttX, not NxWidgets.
+ The fixed version is available in SVN but won't be in a released
+ version until NuttX-6.198 is released.
+ Priorioty: Low, but really annoying.