summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-18 20:39:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-18 20:39:18 +0000
commita3bced961645edf187e32af811f7e6f23125cc42 (patch)
tree7fcf92024b569edcf9b161076c787631b0805928 /nuttx/ChangeLog
parenteba435cddde9b8740683d1faadac053bfafad2f4 (diff)
The PIC32 USB driver (finally) works the the Mass Storage Class
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4496 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7c5df03d02..48efd5a467 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2577,5 +2577,5 @@
CAN2 clocking must be enabled.
* arch/mips/src/pic32mx/picm32mx-usbdev.c: Several stall-related fixes so that
the USB device driver can used the the mass storage class (which does a LOT
- of stalling as part of its normal protocol). I suspect that there are still
- outstanding issues with the USB driver and stalling.
+ of stalling as part of its normal protocol). The PIC32 USB Mass Storage
+ device now seems functional (but has not been tested exhaustively).