summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-08 11:04:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-08 11:04:25 -0600
commit307ee2fd92188588e3092be6f391f98d8aa12fe9 (patch)
tree0e4a007a2404f4309425196cbb726ba6e3751207 /nuttx/ChangeLog
parentc3ba036ea909732ca82821d58ea517ebc5a6da65 (diff)
downloadnuttx-307ee2fd92188588e3092be6f391f98d8aa12fe9.tar.gz
nuttx-307ee2fd92188588e3092be6f391f98d8aa12fe9.tar.bz2
nuttx-307ee2fd92188588e3092be6f391f98d8aa12fe9.zip
Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to be able to select USB console devices when there is no /dev/console enabled. Noted by Librae
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fcd72b87a..2c7c63ee8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7151,4 +7151,6 @@
on logic from Daniel Carvalho with modifications. I think the
LM4F120 may have broken before as well(?). In any event, the LM4F120
also works well with this chanage (2014-4-7).
-
+ * Back out part of 610e2aa0c224e2936fe8009ef4a2351ce607067a: Need to
+ be able to select USB console devices when there is no /dev/console
+ enabled. Noted by Librae (2014-4-8).