aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-05-05 11:06:03 -0400
committerBob McWhirter <[email protected]>2021-05-05 11:06:03 -0400
commit14ce02eecf4b9c82fe266d7b8daf11c90a8d96c3 (patch)
treed55ac78ba682ab6680d2e0d0b0a0457d6fe4ee70
parentd8156b43b15cdf88be2634cc17bb3928289f8932 (diff)
Add the leaf features for peripherals.
-rw-r--r--embassy-stm32/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 79d764fcc..245b0ffcb 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -26,6 +26,10 @@ defmt-debug = [ ]
26defmt-info = [ ] 26defmt-info = [ ]
27defmt-warn = [ ] 27defmt-warn = [ ]
28defmt-error = [ ] 28defmt-error = [ ]
29_syscfg_f4 = []
30_syscfg_l4 = []
31_usart_v1 = []
32_rng_v1 = []
29 33
30# BEGIN GENERATED FEATURES 34# BEGIN GENERATED FEATURES
31stm32f401cb = [ "_syscfg_f4", "_usart_v1",] 35stm32f401cb = [ "_syscfg_f4", "_usart_v1",]