summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 16:25:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-27 16:25:57 +0000
commit7a0c66e591a0f4023fb44878f76f567448b8a3eb (patch)
treefe3cbb3a753d0755ceced271a369b0d92594e0fb /apps/ChangeLog.txt
parent8f6700143c5b021a5a1bd3e21a8c20f177e8e9f2 (diff)
downloadnuttx-7a0c66e591a0f4023fb44878f76f567448b8a3eb.tar.gz
nuttx-7a0c66e591a0f4023fb44878f76f567448b8a3eb.tar.bz2
nuttx-7a0c66e591a0f4023fb44878f76f567448b8a3eb.zip
First round of changes from debug of USB composite device (still has problems)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 486639fb8..77b92d12c 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -163,3 +163,4 @@
* apps/nshlib/nsh_serial.c and nsh_usbdev.c: If NuttX is configured to use
a USB serial console, then NSH needs to wait until the USB console is
connected and available.
+ * apps/examples/composite: Add a test of the USB composite device.