diff options
| author | Bob McWhirter <[email protected]> | 2021-05-05 11:06:03 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-05-05 11:06:03 -0400 |
| commit | 14ce02eecf4b9c82fe266d7b8daf11c90a8d96c3 (patch) | |
| tree | d55ac78ba682ab6680d2e0d0b0a0457d6fe4ee70 | |
| parent | d8156b43b15cdf88be2634cc17bb3928289f8932 (diff) | |
Add the leaf features for peripherals.
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 |
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 = [ ] | |||
| 26 | defmt-info = [ ] | 26 | defmt-info = [ ] |
| 27 | defmt-warn = [ ] | 27 | defmt-warn = [ ] |
| 28 | defmt-error = [ ] | 28 | defmt-error = [ ] |
| 29 | _syscfg_f4 = [] | ||
| 30 | _syscfg_l4 = [] | ||
| 31 | _usart_v1 = [] | ||
| 32 | _rng_v1 = [] | ||
| 29 | 33 | ||
| 30 | # BEGIN GENERATED FEATURES | 34 | # BEGIN GENERATED FEATURES |
| 31 | stm32f401cb = [ "_syscfg_f4", "_usart_v1",] | 35 | stm32f401cb = [ "_syscfg_f4", "_usart_v1",] |
