Skip to content
Snippets Groups Projects
Commit 973d11f6 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

STM32 DMA priority corrections from Mike Smith

parent 2b70abad
No related branches found
No related tags found
No related merge requests found
......@@ -5793,4 +5793,6 @@
(2013-10-17).
* arch/arm/src/stm32/chip/stm32f40xxx_dma.h: Typo fixes for UART7 and
UART8 DMA configs. From Mike Smit (2013-10-18).
* arch/arm/src/stm32/Kconfig: DMA priority corrections from Mike Smith
(2013-10-18).
......@@ -2630,10 +2630,11 @@ config SDIO_PRI
config SDIO_DMAPRIO
hex "SDIO DMA priority"
default 0x00001000
default 0x00010000
depends on !STM32_STM32F10XX
---help---
Select SDIO DMA prority. Options: 0x00000000 low, 0x00001000 medium,
0x00002000 high, 0x00003000 very high. Default: medium.
Select SDIO DMA prority. Options: 0x00000000 low, 0x00010000 medium,
0x00020000 high, 0x00030000 very high. Default: medium.
config SDIO_WIDTH_D1_ONLY
bool "Use D1 only"
......@@ -2943,3 +2944,4 @@ config CAN2_BAUD
CAN2 BAUD rate. Required if STM32_CAN2 is defined.
endmenu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment