From b1e0f7b0dc5b0a350eb1e198ac6c4a579318cba9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 10 Aug 2012 22:01:12 +0000 Subject: STM32 SDIO DMA setup was losing DMA priority git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5019 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index c6ce0f130..a5da942f3 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -3143,4 +3143,7 @@ * arch/arm/*/stm32: Add support for STM32 F107 "Connectivity Line" Ethernet (contributed by Max Holtzberg). * configs/olimex-stm32-p107: Add board support for the Olimiex STM32-P107 - board (contributed by Max Holtzberg). \ No newline at end of file + board (contributed by Max Holtzberg). + * arch/arm/src/stm32/stm32f2xx_dma.c, stm32f4xx_dma.c, stm32_serial.c, and + stm32_spic.c: DMA priority was getting zeroed by STM32 F2/F4 DMA drivers + so that all DMAs ran at the lowest priority. -- cgit v1.2.3