From 2ab8cf7d4485f961f900c7e83e128df374a61536 Mon Sep 17 00:00:00 2001 From: JackN Date: Thu, 12 Oct 2023 10:45:54 -0400 Subject: [PATCH] Remove blanket matches from `perimap` --- stm32-data-gen/src/chips.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/stm32-data-gen/src/chips.rs b/stm32-data-gen/src/chips.rs index a2770ff..24eb4fc 100644 --- a/stm32-data-gen/src/chips.rs +++ b/stm32-data-gen/src/chips.rs @@ -476,7 +476,6 @@ impl PeriMatcher { "STM32U5.*:OCTOSPIM:OCTOSPIM:octospi1_v3_0.*", ("octospim", "v2", "OCTOSPIM"), ), - (".*:OCTOSPIM:.*", ("octospim", "v2", "OCTOSPIM")), //Next chips releasing OCTOSPIM will default to v2. ( "STM32L4.*:OCTOSPI[12]:OCTOSPI:octospi_v1_0.*", ("octospi", "v1", "OCTOSPI"), @@ -497,7 +496,6 @@ impl PeriMatcher { "STM32H5.*:OCTOSPI:OCTOSPI:octospi1_v5_1.*", ("octospi", "v4", "OCTOSPI"), // No register changes from `octospi1_v3_0_Cube` definition (our v4) ), - (".*:OCTOSPI[12]:.*", ("octospi", "v4", "OCTOSPI")), // Next chips releasing OCTOSPI will default to v4. ]; Self {