add to chips.rs

This commit is contained in:
eZio Pan 2024-02-21 19:19:48 +08:00
parent 3c8de38cdc
commit 9e0d2b66ab

View File

@ -547,6 +547,7 @@ impl PeriMatcher {
(".*:UCPD:.*", ("ucpd", "v1", "UCPD")),
("STM32G0.*:TAMP:.*", ("tamp", "g0", "TAMP")),
("STM32G4.*:TAMP:.*", ("tamp", "g4", "TAMP")),
("STM32H5.*:TAMP:.*", ("tamp", "h5", "TAMP")),
("STM32L5.*:TAMP:.*", ("tamp", "l5", "TAMP")),
("STM32U5.*:TAMP:.*", ("tamp", "u5", "TAMP")),
("STM32WL.*:TAMP:.*", ("tamp", "wl", "TAMP")),