diff options
| author | VasanthakumarV <[email protected]> | 2021-12-12 12:09:17 +0530 |
|---|---|---|
| committer | VasanthakumarV <[email protected]> | 2021-12-13 13:49:41 +0530 |
| commit | 629fab7e219c847909112c90879feddb9e1aced8 (patch) | |
| tree | 1c6f7c64e4c0220cdb95e85858fa288b10c5e0f7 | |
| parent | 4eb9f0f3aebfa7b1d72830da2241b2a8b7ca139f (diff) | |
[manual] Add stm32f3 family to `stm32-gen-features`
| -rw-r--r-- | stm32-gen-features/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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}; | |||
| 5 | const SUPPORTED_FAMILIES: &[&str] = &[ | 5 | const SUPPORTED_FAMILIES: &[&str] = &[ |
| 6 | "stm32f0", | 6 | "stm32f0", |
| 7 | "stm32f1", | 7 | "stm32f1", |
| 8 | "stm32f3", | ||
| 8 | "stm32f4", | 9 | "stm32f4", |
| 9 | "stm32f7", | 10 | "stm32f7", |
| 10 | "stm32g0", | 11 | "stm32g0", |
