summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-06 17:21:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-06 17:21:57 -0600
commit1a0b7737074845c124b36abc5260e10f6bf416ae (patch)
tree803c0b177470be16b9c0fa03748d5f43f0710b46 /apps/ChangeLog.txt
parent1797cce6b85bd6ad1e0ecd411c0ed99078fe75c3 (diff)
downloadnuttx-1a0b7737074845c124b36abc5260e10f6bf416ae.tar.gz
nuttx-1a0b7737074845c124b36abc5260e10f6bf416ae.tar.bz2
nuttx-1a0b7737074845c124b36abc5260e10f6bf416ae.zip
Suppress attempts to manage USB trace if the USB MSC example is built as an NSH built-in application. In that case, USB MSC does not do a good job managing trace data and gets in the way of other things that can do a better job (like NSH or the USB monitor).
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 7a4441591..41fa573e4 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -628,4 +628,8 @@
* apps/examples/pwm: Clean-up some configuration confusion (2013-9-5).
* apps/netutils/dhcpd/dhcpd.c: Fix calculation of the next lease
address. SourceForge bug #21 from Paolo Messina (2013-9-6).
+ * apps/examples/usbmsc: Don't try to control USB trace if we are
+ an NSH built-in task. In that case our attempts are inadequate
+ and only interfere with with other logic that is attempting to
+ to do the same thing (in NSH or in the USB monitor) (2013-9-6).