add comp v3 to STM32WL (non E)
This commit is contained in:
parent
8c8af96abd
commit
90b8b692b7
@ -538,7 +538,7 @@ impl PeriMatcher {
|
|||||||
(".*:CRYP:cryp1_v2_2.*", ("cryp", "v2", "CRYP")),
|
(".*:CRYP:cryp1_v2_2.*", ("cryp", "v2", "CRYP")),
|
||||||
("STM32G0.1.*:.*:COMP:.*", ("comp", "v1", "COMP")),
|
("STM32G0.1.*:.*:COMP:.*", ("comp", "v1", "COMP")),
|
||||||
("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")),
|
("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")),
|
||||||
("STM32WLE.*:.*:COMP:.*", ("comp", "v3", "COMP")),
|
("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")),
|
||||||
];
|
];
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user