add to chips.rs
This commit is contained in:
parent
cc06ad6644
commit
a364071c7d
@ -599,6 +599,7 @@ impl PeriMatcher {
|
|||||||
("STM32G0.1.*:.*:COMP:.*", ("comp", "v1", "COMP")),
|
("STM32G0.1.*:.*:COMP:.*", ("comp", "v1", "COMP")),
|
||||||
("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")),
|
("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")),
|
||||||
("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")),
|
("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")),
|
||||||
|
(r".*:.*:DCACHE:.*", ("dcache", "v1", "DCACHE")),
|
||||||
];
|
];
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user