summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-16 06:51:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-16 06:51:09 -0600
commit5863d9f6de9b46a9ef760a26d63aa31987fa029f (patch)
treee21b593fd1a1881d0dd41fc608fea6fce65e20bc /apps/ChangeLog.txt
parente5080c38b68ef5f127d055be1d44ae76f99eb33e (diff)
downloadnuttx-5863d9f6de9b46a9ef760a26d63aa31987fa029f.tar.gz
nuttx-5863d9f6de9b46a9ef760a26d63aa31987fa029f.tar.bz2
nuttx-5863d9f6de9b46a9ef760a26d63aa31987fa029f.zip
Update ChangeLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 53be3923a..147369e02 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1118,3 +1118,9 @@
* apps/nshlib/, apps/netutils, and apps/include/netutils: Misc
changes to support multiple networks with different link layers. For
example, ETHERNET + SLIP (2014-11-15).
+ * apps/nshlib/nsh_usbconsole.c: Add logic to restart the console wait
+ if an error occurs while reading from the console.In USB console
+ startup, the logic must be able to open the USB serial and receive 3
+ newlines. However, it the USB driver is disconnected or otherwise
+ fails before the 3 newlines are received, the receive loop becomes a
+ killer, infinite loop, CPU hog. Noted by spasbyspas (2014-11-16).