Mark F2 as a supported family

This commit is contained in:
Joonas Javanainen 2022-03-21 00:19:20 +02:00
parent 5df4ae7baf
commit 5fd1421af2
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

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