Merge pull request #432 from caleb-garrett/cryp

CRYP perimap order
This commit is contained in:
Dario Nieuwenhuis 2024-02-29 15:17:40 +00:00 committed by GitHub
commit d7462d805e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -613,8 +613,8 @@ impl PeriMatcher {
(".*:HASH:hash1_v2_2", ("hash", "v2", "HASH")), (".*:HASH:hash1_v2_2", ("hash", "v2", "HASH")),
(".*:HASH:hash1_v4_0", ("hash", "v3", "HASH")), (".*:HASH:hash1_v4_0", ("hash", "v3", "HASH")),
(".*:CRYP:cryp1_v1_0.*", ("cryp", "v1", "CRYP")), (".*:CRYP:cryp1_v1_0.*", ("cryp", "v1", "CRYP")),
(".*:CRYP:cryp1_v2_0.*", ("cryp", "v2", "CRYP")),
(".*:CRYP:cryp1_v2_0_H7.*", ("cryp", "v3", "CRYP")), (".*:CRYP:cryp1_v2_0_H7.*", ("cryp", "v3", "CRYP")),
(".*:CRYP:cryp1_v2_0.*", ("cryp", "v2", "CRYP")),
("STM32F41.*:CRYP:cryp1_v2_2.*", ("cryp", "v1", "CRYP")), ("STM32F41.*:CRYP:cryp1_v2_2.*", ("cryp", "v1", "CRYP")),
(".*: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")),