From 1a27c693ab3305f5bfa3ef8b43b6d30a2d767275 Mon Sep 17 00:00:00 2001 From: Caleb Garrett <47389035+caleb-garrett@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:15:42 -0500 Subject: [PATCH] Refine cryp perimap. --- stm32-data-gen/src/chips.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stm32-data-gen/src/chips.rs b/stm32-data-gen/src/chips.rs index 40d4c0c..fe3aa0b 100644 --- a/stm32-data-gen/src/chips.rs +++ b/stm32-data-gen/src/chips.rs @@ -612,7 +612,9 @@ impl PeriMatcher { (".*:HASH:hash1_v4_0", ("hash", "v3", "HASH")), (".*:CRYP:cryp1_v1_0.*", ("cryp", "v1", "CRYP")), (".*:CRYP:cryp1_v2_0.*", ("cryp", "v2", "CRYP")), - (".*:CRYP:cryp1_v2_2.*", ("cryp", "v3", "CRYP")), + (".*:CRYP:cryp1_v2_0_H7.*", ("cryp", "v3", "CRYP")), + ("STM32F41.*:CRYP:cryp1_v2_2.*", ("cryp", "v1", "CRYP")), + (".*:CRYP:cryp1_v2_2.*", ("cryp", "v2", "CRYP")), ("STM32G0.1.*:.*:COMP:.*", ("comp", "v1", "COMP")), ("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")), ("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")),