GFXMMU: Add new peripherals to perimap

This commit is contained in:
JackN 2023-10-13 17:12:12 -04:00
parent 53c636386b
commit 0f0517404e

View File

@ -489,6 +489,8 @@ impl PeriMatcher {
"STM32H5.*:OCTOSPI[12]:OCTOSPI:octospi1_v5_1.*", "STM32H5.*:OCTOSPI[12]:OCTOSPI:octospi1_v5_1.*",
("octospi", "v2", "OCTOSPI"), ("octospi", "v2", "OCTOSPI"),
), ),
("STM32L4.*:GFXMMU:.*", ("gfxmmu", "v1", "GFXMMU")),
("STM32U5.*:GFXMMU:.*", ("gfxmmu", "v2", "GFXMMU")),
]; ];
Self { Self {