Add another peri-map entry for more H7s.
This commit is contained in:
parent
250efb6c47
commit
455c0b2480
1
parse.py
1
parse.py
@ -232,6 +232,7 @@ perimap = [
|
||||
('.*:SPI:spi2s1_v2_2', 'spi_v1/SPI'),
|
||||
('.*:SPI:spi2s1_v3_3', 'spi_v2/SPI'),
|
||||
('.*:SPI:spi2s2_v1_1', 'spi_v3/SPI'),
|
||||
('.*:SPI:spi2s2_v1_0', 'spi_v3/SPI'),
|
||||
('STM32F4.*:SYS:.*', 'syscfg_f4/SYSCFG'),
|
||||
('STM32L4.*:SYS:.*', 'syscfg_l4/SYSCFG'),
|
||||
('STM32H7.*:SYS:.*', 'syscfg_h7/SYSCFG'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user