aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt')
-rw-r--r--lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt b/lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt
new file mode 100644
index 000000000..6c58ab8ea
--- /dev/null
+++ b/lib/chibios/os/hal/ports/STM32/LLD/ADCv4/notes.txt
@@ -0,0 +1,13 @@
1STM32 ADCv4 driver.
2
3Driver capability:
4
5- Supports the STM32 "fast" ADC found on H7 sub-family.
6
7The file registry must export:
8
9STM32_HAS_ADCx - ADCx presence flag (1..4).
10STM32_ADC12_HANDLER - IRQ vector name for ADC1 and ADC2.
11STM32_ADC12_NUMBER - IRQ vector number for ADC1 and ADC2.
12STM32_ADC34_HANDLER - IRQ vector name for ADC3 and ADC4.
13STM32_ADC34_NUMBER - IRQ vector number for ADC3 and ADC4.