diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-08 16:17:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-08 16:17:27 +0000 |
commit | a66c2164c25ed026baaed51d209b5e9c8ee28263 (patch) | |
tree | 6cdee03827d410b43d2f81b3667f9ff12eb1f854 /testhal/STM32F4xx/DMA_STORM/mcuconf.h | |
parent | 58fd763110ba6c1c45d137e5be7321a12dfc9063 (diff) | |
download | ChibiOS-a66c2164c25ed026baaed51d209b5e9c8ee28263.tar.gz ChibiOS-a66c2164c25ed026baaed51d209b5e9c8ee28263.tar.bz2 ChibiOS-a66c2164c25ed026baaed51d209b5e9c8ee28263.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6676 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/DMA_STORM/mcuconf.h')
-rw-r--r-- | testhal/STM32F4xx/DMA_STORM/mcuconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/DMA_STORM/mcuconf.h b/testhal/STM32F4xx/DMA_STORM/mcuconf.h index 86335f7d4..a7eb46af3 100644 --- a/testhal/STM32F4xx/DMA_STORM/mcuconf.h +++ b/testhal/STM32F4xx/DMA_STORM/mcuconf.h @@ -203,6 +203,17 @@ #define STM32_PWM_TIM9_IRQ_PRIORITY 7
/*
+ * SDC driver system settings.
+ */
+#define STM32_SDC_SDIO_DMA_PRIORITY 3
+#define STM32_SDC_SDIO_IRQ_PRIORITY 9
+#define STM32_SDC_WRITE_TIMEOUT_MS 250
+#define STM32_SDC_READ_TIMEOUT_MS 25
+#define STM32_SDC_CLOCK_ACTIVATION_DELAY 10
+#define STM32_SDC_SDIO_UNALIGNED_SUPPORT TRUE
+#define STM32_SDC_SDIO_DMA_STREAM STM32_DMA_STREAM_ID(2, 3)
+
+/*
* SERIAL driver system settings.
*/
#define STM32_SERIAL_USE_USART1 FALSE
|