From 629fab7e219c847909112c90879feddb9e1aced8 Mon Sep 17 00:00:00 2001 From: VasanthakumarV Date: Sun, 12 Dec 2021 12:09:17 +0530 Subject: [PATCH] [manual] Add stm32f3 family to `stm32-gen-features` --- stm32-gen-features/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/stm32-gen-features/src/lib.rs b/stm32-gen-features/src/lib.rs index 50c334852..1ab4865a4 100644 --- a/stm32-gen-features/src/lib.rs +++ b/stm32-gen-features/src/lib.rs @@ -5,6 +5,7 @@ use std::{iter::FilterMap, path::Path, slice::Iter}; const SUPPORTED_FAMILIES: &[&str] = &[ "stm32f0", "stm32f1", + "stm32f3", "stm32f4", "stm32f7", "stm32g0",