From f1b1e3ba11994bcbb0a1ddad9f8e686a6a9ae475 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 28 Feb 2013 17:34:57 +0000 Subject: Fixes to STM32 SPI, USB MSC class driver, and MMC/SD SPI driver from Petteri Aimonen git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5688 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index dea9e937b..db909eab2 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -4205,12 +4205,23 @@ * configs/ekk-lm3s9b96/ostest and nsh: All EKK-LM3S9B96 configurations converted to use the mconf configuration tool. * configs/zkit-arm-1769: Add support for Zilogic System's ARM development - Kit, ZKIT-ARM-1769. + Kit, ZKIT-ARM-1769. From Rashid. * configs/zkit-arm-1769/hello: Add a "Hello, World!" configuration for - the KBIT-ARM-1769 board. + the KBIT-ARM-1769 board. From Rashid. * configs/zkit-arm-1769/thttpd: Add a THTTPD configuration for the - KBIT-ARM-1769 board. + KBIT-ARM-1769 board. From Rashid. * 2013-02-27: All configurations for the Cortex-M0 NuTINY-SDK-NUC120 appear to be functional and stable. * configs/zkit-arm-1769/nsh: Add an NSH configuration for the - KBIT-ARM-1769 board. + KBIT-ARM-1769 board. From Rashid. + * arch/arm/src/stm32/stm32_otgfsdev.c: Fixes from Petterri Aimonen + related to corner cases that can cause infinite interrupts. + * drivers/usbdev/usbmsc_scsi.c: Change to allow the full name in the + USB descriptor but a truncated, 8-byte name in the SCSI field. + From Petteri Aimonen. + * arch/arm/src/stm32/stm32_spi.c: Need to clear error flags to prevent + corruption of subsequent transfers. Also, bit count should not be + changed while the SPI peripheral is enabled. From Petteri Aimonen. + * drivers/mmcsd/mmcsd_spi.c: When bus is shared, the speed has to be + set every time. Also SD cards require a few dummy clocks to react + into CS release. From Petteri Aimonen. -- cgit v1.2.3