summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-26 01:45:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-26 01:45:37 +0000
commitc5c0212b8edfc405665c9ac46e2e4dca8b9c34aa (patch)
tree0264934a5e12a173199c637b8c8b0193e074c432 /apps/ChangeLog.txt
parent7678a8287c4a198ba6811f45b9bba934b2a5716b (diff)
downloadnuttx-c5c0212b8edfc405665c9ac46e2e4dca8b9c34aa.tar.gz
nuttx-c5c0212b8edfc405665c9ac46e2e4dca8b9c34aa.tar.bz2
nuttx-c5c0212b8edfc405665c9ac46e2e4dca8b9c34aa.zip
Now have to press enter 3 times to start with USB NSH console
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4772 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 825b1e50f..acdd387af 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -234,3 +234,6 @@
* apps/nshlib/nsh_usbdev.c: Add the capability to use an arbitrary USB
device as the console (not necessarily /dev/console). This is a useful
option because then you can still use the serial console to debug with.
+ * apps/nshlib/nsh_usbdev.c: User now has to press ENTER 3 times before
+ USB console will start. Otherwise, the USB console starts before there
+ is anyone at the other end to listen.