From 2286099a155d9acd808665a1a86c382f3be8466e Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 16 Mar 2012 20:59:21 +0000 Subject: 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 --- nuttx/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3