diff options
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.txt | 11 |
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 @@ | |||
1 | STM32 BDMAv1 driver. | ||
2 | |||
3 | Driver capability: | ||
4 | |||
5 | - The driver supports the "basic" DMA controller. | ||
6 | |||
7 | The file registry must export: | ||
8 | |||
9 | STM32_BDMAn_CHx_HANDLER - Vector name for IRQ "x" (1..7). If the macro | ||
10 | is not exported then the ISR is not declared. | ||
11 | STM32_BDMAn_CHx_NUMBER - Vector number for IRQ "x" (1..7). | ||