summaryrefslogtreecommitdiff
path: root/stm32-gen-features
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-04-08 02:57:48 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-04-08 03:11:38 +0200
commit50ff63ab888352b6818898617588cc844250c9b7 (patch)
treeacb609024d48d3e2a81c408ff63cbfdba253f278 /stm32-gen-features
parent37da84129da12280cfb0a4f016639d517a0f637e (diff)
downloadembassy-50ff63ab888352b6818898617588cc844250c9b7.zip
Add STM32L5 support.
Diffstat (limited to 'stm32-gen-features')
-rw-r--r--stm32-gen-features/src/lib.rs1
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",