Create rcc_h7rm04ee.yaml as a copy of rcc_h7.yaml

This commit is contained in:
Matt Ickstadt 2023-10-05 10:35:43 -05:00
parent 172c5ea188
commit 568a7058a1
2 changed files with 4053 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -297,6 +297,7 @@ impl PeriMatcher {
("STM32G0.*:RCC:.*", ("rcc", "g0", "RCC")),
("STM32G4.*:RCC:.*", ("rcc", "g4", "RCC")),
("STM32H7[AB].*:RCC:.*", ("rcc", "h7ab", "RCC")),
("STM32H7(42|43|53|50).*:RCC:.*", ("rcc", "h7rm0433", "RCC")),
("STM32H7.*:RCC:.*", ("rcc", "h7", "RCC")),
("STM32L0.*:RCC:.*", ("rcc", "l0", "RCC")),
("STM32L1.*:RCC:.*", ("rcc", "l1", "RCC")),