aboutsummaryrefslogtreecommitdiff
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
commit199e9314622731714c0331264a52e8b1d00a1d4e (patch)
tree7fcf92024b569edcf9b161076c787631b0805928 /nuttx/ChangeLog
parent9242a9e5789751f99d595ceb0dfd1b0af3a3ad2e (diff)
downloadpx4-firmware-199e9314622731714c0331264a52e8b1d00a1d4e.tar.gz
px4-firmware-199e9314622731714c0331264a52e8b1d00a1d4e.tar.bz2
px4-firmware-199e9314622731714c0331264a52e8b1d00a1d4e.zip
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 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).