summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-24 00:00:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-24 00:00:31 +0000
commit58a755a096e3c671096f7477320d0f5304415ec1 (patch)
treed46b52654d9246cc5c32531cffe2927bc89e61c1 /apps/ChangeLog.txt
parentd50f3951929ac1458e2b5aaa02e352a92a14c44a (diff)
downloadnuttx-58a755a096e3c671096f7477320d0f5304415ec1.tar.gz
nuttx-58a755a096e3c671096f7477320d0f5304415ec1.tar.bz2
nuttx-58a755a096e3c671096f7477320d0f5304415ec1.zip
If we are using a USB serial console, then NSH must wait for the USB device to be connected
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4327 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index a157b5809..486639fb8 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -159,3 +159,7 @@
added to the PWM interface.
6.15 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * apps/nshlib/nsh_serial.c and nsh_usbdev.c: If NuttX is configured to use
+ a USB serial console, then NSH needs to wait until the USB console is
+ connected and available.