summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-28 13:36:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-28 13:36:01 -0600
commit1a74256ee53b36e73f0d2afa4d9e8b7199be2a10 (patch)
treed2aefd57856c849d84f214bdc9c139cb4f9b484f /nuttx/ChangeLog
parent0e779830120932500dee6b192b553562b6958a9b (diff)
downloadnuttx-1a74256ee53b36e73f0d2afa4d9e8b7199be2a10.tar.gz
nuttx-1a74256ee53b36e73f0d2afa4d9e8b7199be2a10.tar.bz2
nuttx-1a74256ee53b36e73f0d2afa4d9e8b7199be2a10.zip
Fix null packet handling in the PIC32 USB device driver. This is a critical bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b2a656731..e495a7a6e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4817,3 +4817,9 @@
* configs/sure-pic32mx/pic32mx_lcd1602.c: This driver appears to
fully functional (at least to the extent that it has been tested)
(2013-5-27).
+ * arch/mips/src/pic32mx/pic32mx-usbdev.c: Fix NULL packet handling in
+ the PIC32 USB device driver. Without this fix the CDC/ACM driver
+ cannot be used reliably with the PIC32 USB. With this change the
+ configs/sure-pic32mx/usbnsh configuration works great (2013-5-28).
+ * configs/sure-pic32mx/src/pic32mx_nsh.c: The NSH configurations will
+ support the USB monitor applications (2013-5-28). \ No newline at end of file