diff options
| author | Bob McWhirter <[email protected]> | 2021-11-02 12:03:56 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-02 12:05:24 -0400 |
| commit | f12b70535bc5546784a8eb4ee8ff678b45f29c0c (patch) | |
| tree | d82d1159f99d1f8ad8665c6b66df0dde60a28fdb /stm32-gen-features/src | |
| parent | 3dcf899babff5b735b1f1a5a99a9005ce06f517f (diff) | |
Adjust for STM32U5.
Diffstat (limited to 'stm32-gen-features/src')
| -rw-r--r-- | stm32-gen-features/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stm32-gen-features/src/lib.rs b/stm32-gen-features/src/lib.rs index 381fd1c17..756f4da83 100644 --- a/stm32-gen-features/src/lib.rs +++ b/stm32-gen-features/src/lib.rs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | use std::{iter::FilterMap, path::Path, slice::Iter}; | 3 | use std::{iter::FilterMap, path::Path, slice::Iter}; |
| 4 | 4 | ||
| 5 | const SUPPORTED_FAMILIES: [&str; 11] = [ | 5 | const SUPPORTED_FAMILIES: [&str; 12] = [ |
| 6 | "stm32f0", | 6 | "stm32f0", |
| 7 | "stm32f1", | 7 | "stm32f1", |
| 8 | "stm32f4", | 8 | "stm32f4", |
| @@ -12,6 +12,7 @@ const SUPPORTED_FAMILIES: [&str; 11] = [ | |||
| 12 | "stm32l1", | 12 | "stm32l1", |
| 13 | "stm32l4", | 13 | "stm32l4", |
| 14 | "stm32h7", | 14 | "stm32h7", |
| 15 | "stm32u5", | ||
| 15 | "stm32wb55", | 16 | "stm32wb55", |
| 16 | "stm32wl55", | 17 | "stm32wl55", |
| 17 | ]; | 18 | ]; |
