aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/BDMAv1/notes.txt')
-rw-r--r--os/hal/ports/STM32/LLD/BDMAv1/notes.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/LLD/BDMAv1/notes.txt b/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
index 70847016e..e7fe3ad1f 100644
--- a/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
+++ b/os/hal/ports/STM32/LLD/BDMAv1/notes.txt
@@ -6,8 +6,6 @@ Driver capability:
The file registry must export:
-STM32_DMAn_CHx_HANDLER - Vector name for IRQ "x" (1..7). If the macro
+STM32_BDMAn_CHx_HANDLER - Vector name for IRQ "x" (1..7). If the macro
is not exported then the ISR is not declared.
-STM32_DMAn_CHx_NUMBER - Vector number for IRQ "x" (1..7).
-STM32_DMA_CACHE_HANDLING - TRUE if the device requires explicit cache
- handling on DMA buffers. \ No newline at end of file
+STM32_BDMAn_CHx_NUMBER - Vector number for IRQ "x" (1..7).