add to chips.rs

This commit is contained in:
eZio Pan 2024-02-22 01:06:29 +08:00
parent 87e08ae175
commit 3c5a8a32a5

View File

@ -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 {