diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-04-02 09:37:41 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-04-02 09:37:41 +0000 |
commit | 25a9ad2c3a0033a78f119cb6ec08d649a80c2acc (patch) | |
tree | 310d9f6076a8bcf6a049550383fc4298f466879c /os/hal/ports/STM32/STM32L4xx | |
parent | fdf3721c1d496ca341b2ea6e41f31d1ecff287b4 (diff) | |
download | ChibiOS-25a9ad2c3a0033a78f119cb6ec08d649a80c2acc.tar.gz ChibiOS-25a9ad2c3a0033a78f119cb6ec08d649a80c2acc.tar.bz2 ChibiOS-25a9ad2c3a0033a78f119cb6ec08d649a80c2acc.zip |
DMAv2 fixes for STM32F76x/77x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10135 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h index d01c5d3ca..21675ff93 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h @@ -209,6 +209,7 @@ /* SDMMC attributes.*/
#define STM32_HAS_SDMMC1 FALSE
+#define STM32_HAS_SDMMC2 FALSE
/* SPI attributes.*/
#define STM32_HAS_SPI1 TRUE
@@ -559,6 +560,8 @@ STM32_DMA_STREAM_ID_MSK(2, 5))
#define STM32_SDC_SDMMC1_DMA_CHN 0x00077000
+#define STM32_HAS_SDMMC2 FALSE
+
/* SPI attributes.*/
#define STM32_HAS_SPI1 TRUE
#define STM32_SPI1_SUPPORTS_I2S FALSE
|