add to chips.rs

This commit is contained in:
eZio Pan 2024-02-21 23:54:51 +08:00
parent 4e21b5000b
commit b8a934f2eb

View File

@ -605,6 +605,7 @@ impl PeriMatcher {
("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")), ("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")),
(r".*:.*:DCACHE:.*", ("dcache", "v1", "DCACHE")), (r".*:.*:DCACHE:.*", ("dcache", "v1", "DCACHE")),
(".*:.*:PSSI:.*", ("pssi", "v1", "PSSI")), (".*:.*:PSSI:.*", ("pssi", "v1", "PSSI")),
(".*:.*:DTS:.*", ("dts", "v1", "DTS")),
]; ];
Self { Self {