stm32l1 uses fsmc v1x0

This commit is contained in:
Rasmus Melchior Jacobsen 2023-02-07 14:36:37 +01:00
parent e5f4d2bec8
commit 13b6a58770
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# stm32f100
# stm32l1
---
block/FSMC:
description: Flexible static memory controller

View File

@ -303,7 +303,7 @@ impl PeriMatcher {
("STM32F10[12357].*:FSMC:.*", ("fsmc", "v1x3", "FSMC")),
("STM32F2.*:FSMC:.*", ("fsmc", "v1x3", "FSMC")),
("STM32F3.*:FSMC:.*", ("fsmc", "v2x3", "FSMC")),
("STM32L1.*:FSMC:.*", ("fsmc", "v1x1", "FSMC")),
("STM32L1.*:FSMC:.*", ("fsmc", "v1x0", "FSMC")),
("STM32L4.*:FSMC:.*", ("fsmc", "v3x1", "FSMC")),
("STM32G4.*:FSMC:.*", ("fsmc", "v4x1", "FSMC")),
("STM32L5.*:FSMC:.*", ("fsmc", "v4x1", "FSMC")),