summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-19 17:56:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-19 17:56:15 +0000
commit5fac8e83aba8dcd6493d8502783e471c8ddf2be6 (patch)
tree5d423851b7062520785d7624c9a1d0b3a09ce33b /nuttx/ChangeLog
parentd1aa52f99c7510c1f515a4cac81bf4fac3083c83 (diff)
downloadnuttx-5fac8e83aba8dcd6493d8502783e471c8ddf2be6.tar.gz
nuttx-5fac8e83aba8dcd6493d8502783e471c8ddf2be6.tar.bz2
nuttx-5fac8e83aba8dcd6493d8502783e471c8ddf2be6.zip
Minor updates for PIC32 USB device driver bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
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.