aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/PWM-ICU
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-09-17 13:38:08 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-09-17 13:38:08 +0000
commitdfc15ba56d3529d12d5d2806dfe1280250438649 (patch)
tree8b017350650c5bc7651a114ffee4080bdd65c09e /testhal/STM32/STM32F7xx/PWM-ICU
parent8a84310d9db0ccdfafe6e83babb2a264634dec5c (diff)
downloadChibiOS-dfc15ba56d3529d12d5d2806dfe1280250438649.tar.gz
ChibiOS-dfc15ba56d3529d12d5d2806dfe1280250438649.tar.bz2
ChibiOS-dfc15ba56d3529d12d5d2806dfe1280250438649.zip
SDC on SDMMCv1 peripheral for STM32F7, not tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8304 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/PWM-ICU')
-rw-r--r--testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h
index 5678eaca6..26d0b4a67 100644
--- a/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h
+++ b/testhal/STM32/STM32F7xx/PWM-ICU/mcuconf.h
@@ -252,13 +252,14 @@
/*
* 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)
+#define STM32_SDC_USE_SDMMC1 FALSE
+#define STM32_SDC_SDMMC_UNALIGNED_SUPPORT TRUE
+#define STM32_SDC_SDMMC_WRITE_TIMEOUT 250
+#define STM32_SDC_SDMMC_READ_TIMEOUT 25
+#define STM32_SDC_SDMMC_CLOCK_DELAY 10
+#define STM32_SDC_SDMMC1_DMA_STREAM STM32_DMA_STREAM_ID(2, 3)
+#define STM32_SDC_SDMMC1_DMA_PRIORITY 3
+#define STM32_SDC_SDMMC1_IRQ_PRIORITY 9
/*
* SERIAL driver system settings.