summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-30 17:03:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-30 17:03:31 -0600
commitebf551dfde3482045c7dfbe78a4cb2bb7bd3e63e (patch)
treebed4a00a2f5ab2a447dcd8f7e35336cd3c822d46 /NxWidgets
parentd2844edf44290bceada76c5dc0092987a59c18bc (diff)
downloadnuttx-ebf551dfde3482045c7dfbe78a4cb2bb7bd3e63e.tar.gz
nuttx-ebf551dfde3482045c7dfbe78a4cb2bb7bd3e63e.tar.bz2
nuttx-ebf551dfde3482045c7dfbe78a4cb2bb7bd3e63e.zip
Update ChangeLog
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 6893183f4..c68892b80 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -527,3 +527,7 @@
* XWidgets::CNxWidget: Remove an unused bit field (2014-7-28).
* NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind
speed (2014-7-28).
+* NxWM::CKeyboard: Add support for a USB keyboard as the NxConsole and text
+ widget input. Not fully functional as of this initial check-in. Basic
+ functionality is there, but there are conditions were the keyboard gets
+ lost (2014-7-30).