diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-04-08 02:57:48 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-04-08 03:11:38 +0200 |
commit | 50ff63ab888352b6818898617588cc844250c9b7 (patch) | |
tree | acb609024d48d3e2a81c408ff63cbfdba253f278 /stm32-gen-features | |
parent | 37da84129da12280cfb0a4f016639d517a0f637e (diff) | |
download | embassy-50ff63ab888352b6818898617588cc844250c9b7.zip |
Add STM32L5 support.
Diffstat (limited 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 d184827c..c9768cdb 100644 --- a/stm32-gen-features/src/lib.rs +++ b/stm32-gen-features/src/lib.rs @@ -14,6 +14,7 @@ const SUPPORTED_FAMILIES: &[&str] = &[ "stm32l0", "stm32l1", "stm32l4", + "stm32l5", "stm32h7", "stm32u5", "stm32wb55", |