summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-26 18:05:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-26 18:05:26 +0000
commit1caf0a84f85f55d2d34066797cd46ecea8c7627e (patch)
tree79d45d0fafaa9a0386e6c52ebcef2fc2d09233d4 /apps/ChangeLog.txt
parent43a2d9869b3d779403c65fa99a8ba820af57ffa9 (diff)
downloadnuttx-1caf0a84f85f55d2d34066797cd46ecea8c7627e.tar.gz
nuttx-1caf0a84f85f55d2d34066797cd46ecea8c7627e.tar.bz2
nuttx-1caf0a84f85f55d2d34066797cd46ecea8c7627e.zip
Add support for the USB trace cability in NSH when a USB console is used
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4774 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index acdd387af..9f5d7f71e 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -237,3 +237,5 @@
* 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.
+ * apps/nshilib/nsh_usbdev.c and nsh_consolemain.c: Add support for the USB
+ capability when a USB console is used.