From 4c76bcedf53a76c634f7729d882195845f938c12 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 16 Dec 2015 14:59:57 +0000 Subject: SDMMC1 now compilable on STM32L4. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8611 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h') diff --git a/os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h b/os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h index 399112cd8..ad0f62836 100644 --- a/os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h +++ b/os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h @@ -31,9 +31,16 @@ /* Driver constants. */ /*===========================================================================*/ +/** + * @brief DMA capability. + * @details if @p TRUE then the DMA is able of burst transfers, FIFOs, + * scatter gather and other advanced features. + */ +#define STM32_DMA_ADVANCED FALSE + /** * @brief Total number of DMA streams. - * @note This is the total number of streams among all the DMA units. + * @details This is the total number of streams among all the DMA units. */ #define STM32_DMA_STREAMS (STM32_DMA1_NUM_CHANNELS + \ STM32_DMA2_NUM_CHANNELS) -- cgit v1.2.3