aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/hal/ports/STM32/LLD/BDMAv1/notes.txt')
-rw-r--r--lib/chibios/os/hal/ports/STM32/LLD/BDMAv1/notes.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/ports/STM32/LLD/BDMAv1/notes.txt b/lib/chibios/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
new file mode 100644
index 000000000..5c1497d13
--- /dev/null
+++ b/lib/chibios/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
@@ -0,0 +1,11 @@
1STM32 BDMAv1 driver.
2
3Driver capability:
4
5- The driver supports the "basic" DMA controller.
6
7The file registry must export:
8
9STM32_BDMAn_CHx_HANDLER - Vector name for IRQ "x" (1..7). If the macro
10 is not exported then the ISR is not declared.
11STM32_BDMAn_CHx_NUMBER - Vector number for IRQ "x" (1..7).