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