summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-21 01:10:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-21 01:10:29 +0000
commit664abdf0fcc8e3b16397014c5fa127a24b870bc5 (patch)
tree71b7ce44dbf2af0f8cd506aaa855bd3e4ecd276e /nuttx/ChangeLog
parent712c36e2070ad37dd4625e859209dc663976a5b2 (diff)
downloadpx4-nuttx-664abdf0fcc8e3b16397014c5fa127a24b870bc5.tar.gz
px4-nuttx-664abdf0fcc8e3b16397014c5fa127a24b870bc5.tar.bz2
px4-nuttx-664abdf0fcc8e3b16397014c5fa127a24b870bc5.zip
Final cleanup before testing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3203 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 06a824954..e0133196c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1410,3 +1410,9 @@
* include/nuttx/usb -- Created new directory. Moved all usb-related header
files to this new directory. Created a skeleton for a new USB host header
file
+ * drivers/usbhost -- Add USB host "registry" where connect devices can be
+ matched with the correct USB class driver. Add a USB host class driver
+ for the (Bulk-Only) USB Mass Storage Class. Untested on initial check-iin
+ * arc/arc/src/lpc17xx/lpc17_usbhost.c -- Add a simple USB host driver for
+ the NXP lpc17xx. Untested on initial check-in.
+