Skip to content

Commit 4b0ad75

Browse files
committed
Adds entry for WBA ADC in perimap.rs
1 parent 776e36d commit 4b0ad75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stm32-data-gen/src/perimap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ pub static PERIMAP: RegexMap<(&str, &str, &str)> = RegexMap::new(&[
105105
(".*:ADC:aditf5_40v2_U5", ("adc", "u5", "ADC")),
106106
(".*:ADC:aditf5_40v1_U5", ("adc", "u5", "ADC")),
107107
(".*:ADC:aditf4_v4_U5", ("adc", "u5", "ADC4")),
108+
(".*:ADC:aditf4_v4_WBA_CUBE", ("adc", "wba", "ADC4")),
108109
(".*:ADC:aditf5_v3_0_H7RS", ("adc", "h7rs", "ADC")),
109110
("STM32WL5.*:ADC:.*", ("adc", "g0", "ADC")),
110111
("STM32WLE.*:ADC:.*", ("adc", "g0", "ADC")),

0 commit comments

Comments
 (0)