aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-16 20:59:21 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-16 20:59:21 +0000
commit2286099a155d9acd808665a1a86c382f3be8466e (patch)
tree13ef18c9305fc93f54bea5baabd4547c42ea8ba6 /nuttx/ChangeLog
parent1427e505419d4b4ccdeb1ba2886ba128041de244 (diff)
downloadpx4-firmware-2286099a155d9acd808665a1a86c382f3be8466e.tar.gz
px4-firmware-2286099a155d9acd808665a1a86c382f3be8466e.tar.bz2
px4-firmware-2286099a155d9acd808665a1a86c382f3be8466e.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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4493 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.