aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/DMAv1/notes.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-07-29 12:55:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-07-29 12:55:15 +0000
commit20bd48025885d03ae1ecc46bb9f8f2f1fa952630 (patch)
treee26a9792c8eca1af42cad3ec6f27a13f375a5286 /os/hal/ports/STM32/LLD/DMAv1/notes.txt
parentade92163ac1dc1fe5c8930495c5e591696a349b9 (diff)
downloadChibiOS-20bd48025885d03ae1ecc46bb9f8f2f1fa952630.tar.gz
ChibiOS-20bd48025885d03ae1ecc46bb9f8f2f1fa952630.tar.bz2
ChibiOS-20bd48025885d03ae1ecc46bb9f8f2f1fa952630.zip
More detailed settings for DMAv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8128 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/DMAv1/notes.txt')
-rw-r--r--os/hal/ports/STM32/LLD/DMAv1/notes.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/DMAv1/notes.txt b/os/hal/ports/STM32/LLD/DMAv1/notes.txt
index 889365852..d34353dc8 100644
--- a/os/hal/ports/STM32/LLD/DMAv1/notes.txt
+++ b/os/hal/ports/STM32/LLD/DMAv1/notes.txt
@@ -14,7 +14,11 @@ Driver capability:
The file registry must export:
-STM32_ADVANCED_DMA - TRUE if CSELR is present.
+STM32_ADVANCED_DMA - TRUE not used by the DMA drivers but other
+ drivers use it to enable checks on DMA
+ channels. Probably will be removed in the
+ future.
+STM32_DMA_SUPPORTS_CSELR - TRUE if the DMA have a CSELR register.
STM32_DMAn_NUM_CHANNELS - Number of channels in DMA1.
STM32_DMAn_CHx_HANDLER - Vector name for IRQ "x".
STM32_DMAn_CHxyz_HANDLER - Vector name for shared IRQs "x", "y" and "z".