From 64a23e1213cd96da3269a9107fda44df942df3fd Mon Sep 17 00:00:00 2001 From: Karun Date: Tue, 23 Jan 2024 15:55:19 -0500 Subject: [PATCH] update perimap for stm32u5[34]5 octospi implementations --- stm32-data-gen/src/chips.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stm32-data-gen/src/chips.rs b/stm32-data-gen/src/chips.rs index c1fe6cd..f1bb1ce 100644 --- a/stm32-data-gen/src/chips.rs +++ b/stm32-data-gen/src/chips.rs @@ -500,7 +500,11 @@ impl PeriMatcher { ("octospi", "v1", "OCTOSPI"), ), ( - "STM32U5.*:OCTOSPI[12]:OCTOSPI:octospi1_v3_0.*", + "STM32U5[34].*:OCTOSPI[12]:OCTOSPI:octospi_v1_0L5.*", + ("octospi", "v1", "OCTOSPI"), + ), + ( + "STM32U5[AFG789].*:OCTOSPI[12]:OCTOSPI:octospi1_v3_0.*", ("octospi", "v1", "OCTOSPI"), ), (