Merge pull request #226 from tyler-gilbert/main

Fix Issue #225. Add CRS v1 to STM32U5 chips.
This commit is contained in:
Dario Nieuwenhuis 2023-07-30 14:58:19 +00:00 committed by GitHub
commit 9ab39ded3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -298,6 +298,7 @@ impl PeriMatcher {
("STM32G0B1.*:CRS:.*", ("crs", "v1", "CRS")), ("STM32G0B1.*:CRS:.*", ("crs", "v1", "CRS")),
("STM32G0C1.*:CRS:.*", ("crs", "v1", "CRS")), ("STM32G0C1.*:CRS:.*", ("crs", "v1", "CRS")),
("STM32G4.*:CRS:.*", ("crs", "v1", "CRS")), ("STM32G4.*:CRS:.*", ("crs", "v1", "CRS")),
("STM32U5.*:CRS:.*", ("crs", "v1", "CRS")),
(".*SDMMC:sdmmc2_v1_0", ("sdmmc", "v2", "SDMMC")), (".*SDMMC:sdmmc2_v1_0", ("sdmmc", "v2", "SDMMC")),
("STM32C0.*:PWR:.*", ("pwr", "c0", "PWR")), ("STM32C0.*:PWR:.*", ("pwr", "c0", "PWR")),
("STM32G0.*:PWR:.*", ("pwr", "g0", "PWR")), ("STM32G0.*:PWR:.*", ("pwr", "g0", "PWR")),