F4 has a FMC not FSMC

This commit is contained in:
Rasmus Melchior Jacobsen 2023-02-07 14:09:28 +01:00
parent f6cc2cd459
commit 436f7ae587

View File

@ -294,7 +294,7 @@ impl PeriMatcher {
("STM32F[24].*:ETH:.*", ("eth", "v1b", "ETH")),
("STM32F7.*:ETH:.*", ("eth", "v1c", "ETH")),
(".*ETH:ethermac110_v3_0", ("eth", "v2", "ETH")),
("STM32F4[0123].*:FMC:.*", ("fmc", "v2x3", "FMC")),
("STM32F4[0123].*:FS?MC:.*", ("fmc", "v2x3", "FMC")),
("STM32F446.*:FMC:.*", ("fmc", "v3x1", "FMC")),
("STM32F469.*:FMC:.*", ("fmc", "v3x1", "FMC")),
("STM32F7.*:FMC:.*", ("fmc", "v3x1", "FMC")),
@ -308,7 +308,6 @@ impl PeriMatcher {
("STM32G4.*:FSMC:.*", ("fsmc", "v4x1", "FSMC")),
("STM32L5.*:FSMC:.*", ("fsmc", "v4x1", "FSMC")),
("STM32U5.*:FSMC:.*", ("fsmc", "v5x1", "FSMC")),
(".*:FSMC:.*", ("fsmc", "v1", "FSMC")),
(r".*LPTIM\d.*:G0xx_lptimer1_v1_4", ("lptim", "g0", "LPTIM")),
("STM32F1.*:TIM(1|8):.*", ("timer", "v1", "TIM_ADV")),
("STM32F1.*:TIM(2|5):.*", ("timer", "v1", "TIM_GP16")),