aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-19 17:56:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-19 17:56:15 +0000
commitaa37eeaa03f819cb3cf591b63dc2ee463fc78047 (patch)
tree5d423851b7062520785d7624c9a1d0b3a09ce33b /nuttx/ChangeLog
parent199e9314622731714c0331264a52e8b1d00a1d4e (diff)
downloadpx4-firmware-aa37eeaa03f819cb3cf591b63dc2ee463fc78047.tar.gz
px4-firmware-aa37eeaa03f819cb3cf591b63dc2ee463fc78047.tar.bz2
px4-firmware-aa37eeaa03f819cb3cf591b63dc2ee463fc78047.zip
Minor updates for PIC32 USB device driver bugs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4497 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 48efd5a46..229326e99 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2578,4 +2578,4 @@
* 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). The PIC32 USB Mass Storage
- device now seems functional (but has not been tested exhaustively).
+ device is, however, still non-functional when debug is OFF.