diff options
Diffstat (limited to 'embassy-stm32/Cargo.toml')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 66a731e5f..ce6fabc6b 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -241,9 +241,9 @@ log = ["dep:log"] | |||
| 241 | chrono = ["dep:chrono"] | 241 | chrono = ["dep:chrono"] |
| 242 | 242 | ||
| 243 | exti = [] | 243 | exti = [] |
| 244 | low-power = [ "dep:embassy-executor", "time", "chrono"] | 244 | low-power = [ "dep:embassy-executor", "time", "chrono" ] |
| 245 | low-power-pender = [ ] | 245 | low-power-pender = [ "low-power" ] |
| 246 | low-power-debug-with-sleep = [] | 246 | low-power-debug-with-sleep = [ "low-power" ] |
| 247 | 247 | ||
| 248 | ## Automatically generate `memory.x` file based on the memory map from [`stm32-metapac`](https://docs.rs/stm32-metapac/) | 248 | ## Automatically generate `memory.x` file based on the memory map from [`stm32-metapac`](https://docs.rs/stm32-metapac/) |
| 249 | memory-x = [] | 249 | memory-x = [] |
