From a45d7ca90999fd332b602a3a6069725a943b4a6b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 13 Mar 2015 07:31:26 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b3bcee081..8ea70f585b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9971,3 +9971,19 @@ Juha Niskanen (2015-03-12). * arch/arm/src/stm32/stm32_usbdev.c: Fix stale initialization invalidating later NULL check. From Juha Niskanen (2015-03-12). + * arch/arm/src/stm32/stm32_serial.c and chip/stm32f10xxx_dma.h: Fix + RX DMA setup for UART5. From Jussi Kivilinna (2015-03-13). + * arch/arm/src/stm32/stm32_serial.c: Make input hardware flow-control + work with RX DMA. From Jussi Kivilinna (2015-03-13). + * drivers/pipes/pipe_common.c: Fix zero-lenth writes to pipes/FIFOs. + From Jussi Kivilinna (2015-03-13). + * drivers/serial/serial.c: Report correct number of bytes free in + serial buffer with FIONWRITE. From Sami Pelkonen via Jussi Kivilinna + (2015-03-13). + * drivers/mmcsd/mmcsd_spi.c: Debugging and manuals (this one + https://www.sdcard.org/downloads/pls/simplified_specs/part1_410.pdf + and this one https://www.sdcard.org/downloads/pls/simplified_specs/part1_410.pdf) + shows that ACMD23 must be preceeded with CMD55 command as any other + ACMD commands. Also, after the block reading wait loop must be + inserted before writing the next block of data to the sd card. From + Dmitry Nikolaev via Jussi Kivilinna (2015-03-13).