Merge pull request #24 from bobmcwhirter/spiv3_take2

Add another peri-map entry for more H7s.
This commit is contained in:
Dario Nieuwenhuis 2021-05-17 17:00:10 +02:00 committed by GitHub
commit 8f6142ab5d

View File

@ -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'),