aboutsummaryrefslogtreecommitdiff
path: root/NxWidgets/TODO.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-20 22:10:34 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-20 22:10:34 +0000
commit602575e7c90d0169c8572e5a314aeb1e81ba548e (patch)
tree33492e787345ddef26740d5a9c1282f59324c2b0 /NxWidgets/TODO.txt
parent3a6013aae5fe8f66d15c9099d015f85aa5b0b0a8 (diff)
downloadpx4-firmware-602575e7c90d0169c8572e5a314aeb1e81ba548e.tar.gz
px4-firmware-602575e7c90d0169c8572e5a314aeb1e81ba548e.tar.bz2
px4-firmware-602575e7c90d0169c8572e5a314aeb1e81ba548e.zip
Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4755 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'NxWidgets/TODO.txt')
-rw-r--r--NxWidgets/TODO.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/NxWidgets/TODO.txt b/NxWidgets/TODO.txt
index 6264d2f3d..e47b3cf1a 100644
--- a/NxWidgets/TODO.txt
+++ b/NxWidgets/TODO.txt
@@ -72,7 +72,9 @@ 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: Open
+ Status: Closed with was fixed with the last check of 5/20/2012 (about
+ SVN version 4754). 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.
Title: CLOSING AN NxCONSOLE
@@ -81,7 +83,9 @@ 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: Open
+ Status: Closed with was fixed with the last check of 5/20/2012 (about
+ SVN version 4754). 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.
Title: DOUBLE DISPLAY UPDATES