summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-24 22:42:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-24 22:42:28 +0000
commit5f737db4e495ebc1da1ac40b02836b529db77abe (patch)
treef84a84406fb4b0332470b332abcb82d0e47df863 /nuttx/ChangeLog
parent9fd0985b9715109ce372ef0c422aa9daa4fcf61e (diff)
downloadnuttx-5f737db4e495ebc1da1ac40b02836b529db77abe.tar.gz
nuttx-5f737db4e495ebc1da1ac40b02836b529db77abe.tar.bz2
nuttx-5f737db4e495ebc1da1ac40b02836b529db77abe.zip
Add USB storage class driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1075 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0d7af43ca..fb52d571a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -509,4 +509,8 @@
* Fixed a problem with a un-initialized variable in the USB serial driver.
* Added USB storage NXP LPC214x configuration
* Added a test for USB storage under examples/usbstorage
+ * Fixed a bug in the LPC214x USB driver: It was not properly clearing a HALTed
+ endpoints (other than EP) on receipt of CLEAR FEATURES request.
+ * Added USB storage class device side driver (BBB)
+