aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-20 16:05:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-20 16:05:15 +0000
commit15730ec0d54ac4d9bccf3862921b5d636e1f661f (patch)
treee65e63a60460b1d22feab6e360180c83bd51007e /nuttx/ChangeLog
parent1c59d3c76505a70e9923423b7b7541dc63ba7c57 (diff)
downloadpx4-firmware-15730ec0d54ac4d9bccf3862921b5d636e1f661f.tar.gz
px4-firmware-15730ec0d54ac4d9bccf3862921b5d636e1f661f.tar.bz2
px4-firmware-15730ec0d54ac4d9bccf3862921b5d636e1f661f.zip
Add NX kbd input support to NxConsole
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4753 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e1be49d58..2f3d946db 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2781,3 +2781,12 @@
things happen.
6.19 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * graphics/nxconsole/nxcon_kbdin.c: If selected, the NxConsole will take
+ input from the NX keyboard input callback. If this option is set, then
+ the interface nxcon_kdbin() is enabled. That interface may be driven by
+ window callback functions so that keyboard input *only* goes to the top
+ window. If CONFIG_NXCONSOLE_NXKBDIN is not selected, then the NxConsole
+ 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