GFXMMU: Add new peripherals to perimap
This commit is contained in:
parent
53c636386b
commit
0f0517404e
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user