aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-16 14:59:57 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-16 14:59:57 +0000
commit4c76bcedf53a76c634f7729d882195845f938c12 (patch)
tree2ee83d30fc0b41e6d6166a6ffa7c805fc09ca306 /os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h
parent3e15ae6226fda173581fc6e1d3ef50d31e9e14a1 (diff)
downloadChibiOS-4c76bcedf53a76c634f7729d882195845f938c12.tar.gz
ChibiOS-4c76bcedf53a76c634f7729d882195845f938c12.tar.bz2
ChibiOS-4c76bcedf53a76c634f7729d882195845f938c12.zip
SDMMC1 now compilable on STM32L4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8611 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h')
-rw-r--r--os/hal/ports/STM32/LLD/DMAv1/stm32_dma.h9
1 files changed, 8 insertions, 1 deletions
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
@@ -32,8 +32,15 @@
/*===========================================================================*/
/**
+ * @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)