summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-06 20:21:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-06 20:21:57 +0000
commit2cb26d0787b41ae1dc7607ef11ac11047491d7dc (patch)
tree0bfa100d6337879837dd6abf9612a0a7f889129b /nuttx/ChangeLog
parent829c1351e2be18265cd8ea8c481eec674192a6d5 (diff)
downloadnuttx-2cb26d0787b41ae1dc7607ef11ac11047491d7dc.tar.gz
nuttx-2cb26d0787b41ae1dc7607ef11ac11047491d7dc.tar.bz2
nuttx-2cb26d0787b41ae1dc7607ef11ac11047491d7dc.zip
Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4458 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d638fbb13..ee494ee59 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2531,3 +2531,7 @@
include/nuttx into include/nuttx/net.
* arch/mips/src/pic32mx/pic32mx_usbdev.c: The PIC32 USB driver now appears to
be fully functional.
+ * configs/sure-pic32mx/usbnsh and configs/sure-pic32mx/src: Add support for
+ NSH using only USB serial I/O to support the console. This is useful on
+ devices that have USB, but no serial port.
+