summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-09 17:26:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-09 17:26:41 +0000
commit6e6a8073b33c9fdcb0dd99d052c53156b527e3c5 (patch)
tree58ee9ebbe91195a0c9afe6e626055b28a1c26aa8 /nuttx/ChangeLog
parent29c706c9e17447ef58198c36168457c37a00ff4e (diff)
downloadnuttx-6e6a8073b33c9fdcb0dd99d052c53156b527e3c5.tar.gz
nuttx-6e6a8073b33c9fdcb0dd99d052c53156b527e3c5.tar.bz2
nuttx-6e6a8073b33c9fdcb0dd99d052c53156b527e3c5.zip
Add USB host documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3237 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e0133196c..d6a03b732 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1411,8 +1411,10 @@
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
+ matched with the correct USB class driver.
* arc/arc/src/lpc17xx/lpc17_usbhost.c -- Add a simple USB host driver for
- the NXP lpc17xx. Untested on initial check-in.
+ the NXP lpc17xx.
+ * drivers/usbhost -- Add generic USB device enumeration logic.
+ * drivers/usbhost -- Add a USB host class driver for the (Bulk-Only) USB
+ Mass Storage Class.