summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-16 20:59:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-16 20:59:21 +0000
commit7bfcfe92cfcefc051348012db2ee0a79956a1a82 (patch)
tree13ef18c9305fc93f54bea5baabd4547c42ea8ba6 /nuttx/ChangeLog
parentb41ddbd4ae44708b90316e31ae95c01cb540b09d (diff)
downloadnuttx-7bfcfe92cfcefc051348012db2ee0a79956a1a82.tar.gz
nuttx-7bfcfe92cfcefc051348012db2ee0a79956a1a82.tar.bz2
nuttx-7bfcfe92cfcefc051348012db2ee0a79956a1a82.zip
Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- Need to enable CAN1 clocking to use CAN2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3
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 f7b5b81b3..7c5df03d0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2573,3 +2573,9 @@
the deadlock.
* arch/arm/src/stm32/stm32_pm*.c: Add basic STM32 power management logic
that will eventually be used to implement low power states.
+ * arch/arm/src/stm32/stm32f*0xx_rcc.c: In order to use CAN2, both CAN1 and
+ 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.