diff options
| author | xoviat <[email protected]> | 2025-12-18 07:00:59 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-12-18 07:00:59 -0600 |
| commit | d113772136548e2bb50cecf1749f73bef72a0fe9 (patch) | |
| tree | 9fa0e3bb56a967503a16d6dbfd5c7c383de75649 /embassy-stm32/Cargo.toml | |
| parent | 10630047153a8246573191d53d5ac571a3750117 (diff) | |
stm32: cleanup low-power features
Diffstat (limited to 'embassy-stm32/Cargo.toml')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index e96933b78..880df5f33 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -242,8 +242,8 @@ chrono = ["dep:chrono"] | |||
| 242 | 242 | ||
| 243 | exti = [] | 243 | exti = [] |
| 244 | low-power = [ "dep:embassy-executor", "time" ] | 244 | low-power = [ "dep:embassy-executor", "time" ] |
| 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 = [] |
