[manual] Add stm32f3 family to stm32-gen-features

This commit is contained in:
VasanthakumarV 2021-12-12 12:09:17 +05:30
parent 4eb9f0f3ae
commit 629fab7e21

View File

@ -5,6 +5,7 @@ use std::{iter::FilterMap, path::Path, slice::Iter};
const SUPPORTED_FAMILIES: &[&str] = &[
"stm32f0",
"stm32f1",
"stm32f3",
"stm32f4",
"stm32f7",
"stm32g0",