summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NxWidgets/ChangeLog.txt4
-rwxr-xr-xnuttx/ChangeLog2
2 files changed, 5 insertions, 1 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).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a6417be8f..efbaa93b2 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7904,4 +7904,4 @@
the same HSMCI driver. Much has change since then and it is not
surprising that DMA is now functional. However, the has not be re-
verified on the SAMA5D3 which has a different DMA controller
- (2014-7-30). \ No newline at end of file
+ (2014-7-30).