summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-18 20:39:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-18 20:39:18 +0000
commitd1aa52f99c7510c1f515a4cac81bf4fac3083c83 (patch)
tree7fcf92024b569edcf9b161076c787631b0805928 /nuttx/ChangeLog
parentd1f32b1902a26052536f15e9f446dec1dc0f0cb8 (diff)
downloadpx4-nuttx-d1aa52f99c7510c1f515a4cac81bf4fac3083c83.tar.gz
px4-nuttx-d1aa52f99c7510c1f515a4cac81bf4fac3083c83.tar.bz2
px4-nuttx-d1aa52f99c7510c1f515a4cac81bf4fac3083c83.zip
The PIC32 USB driver (finally) works the the Mass Storage Class
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
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 7c5df03d0..48efd5a46 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).