aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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 /nuttx/ChangeLog
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 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2f3d946db..71534b470 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2790,3 +2790,11 @@
will receive its input from stdin (/dev/console). This works great but
cannot be shared between different windows. Chaos will ensue if you
try to support multiple NxConsole windows without CONFIG_NXCONSOLE_NXKBDIN
+ * graphics/nxmu/nx_kbdin.c: Fix pointer argument. This is a error
+ introduced in changes leading up to the 6.18 release. This error will
+ cause crashes or perhaps simply not work when you try to handle window
+ keyboard data in multi-user mode.
+ * graphics/nxconsole/nxcon_kdbind.c: Fixed unmatched sem_wait and sem_post.
+ Fix some conditional compilation that included a few too many lines of code.
+
+