aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/DMAv1/notes.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-07-29 14:45:07 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-07-29 14:45:07 +0000
commita230feaedf04c1768ec3f2791dfc32749176bb30 (patch)
treed0694c9d5485b813585c8715560df6b5093fd348 /os/hal/ports/STM32/LLD/DMAv1/notes.txt
parentea711eadeca0f1eacb01e4a9c5fc4b0cb5fdff88 (diff)
downloadChibiOS-a230feaedf04c1768ec3f2791dfc32749176bb30.tar.gz
ChibiOS-a230feaedf04c1768ec3f2791dfc32749176bb30.tar.bz2
ChibiOS-a230feaedf04c1768ec3f2791dfc32749176bb30.zip
DMAMUX support for DMAv1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12211 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports/STM32/LLD/DMAv1/notes.txt')
-rw-r--r--os/hal/ports/STM32/LLD/DMAv1/notes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/DMAv1/notes.txt b/os/hal/ports/STM32/LLD/DMAv1/notes.txt
index 1b684aa2c..dc4663890 100644
--- a/os/hal/ports/STM32/LLD/DMAv1/notes.txt
+++ b/os/hal/ports/STM32/LLD/DMAv1/notes.txt
@@ -19,6 +19,7 @@ STM32_ADVANCED_DMA - TRUE not used by the DMA drivers but other
channels. Probably will be removed in the
future.
STM32_DMA_SUPPORTS_CSELR - TRUE if the DMA have a CSELR register.
+STM32_DMA_SUPPORTS_DMAMUX - TRUE if the DMA is riven by a DMAMUX.
STM32_DMAn_NUM_CHANNELS - Number of channels in DMAs "n" (1..2).
STM32_DMAn_CHx_HANDLER - Vector name for IRQ "x" (1..7). If the macro
is not exported then the ISR is not declared.