aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-18 07:00:59 -0600
committerxoviat <[email protected]>2025-12-18 07:00:59 -0600
commitd113772136548e2bb50cecf1749f73bef72a0fe9 (patch)
tree9fa0e3bb56a967503a16d6dbfd5c7c383de75649 /embassy-stm32/Cargo.toml
parent10630047153a8246573191d53d5ac571a3750117 (diff)
stm32: cleanup low-power features
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml4
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
243exti = [] 243exti = []
244low-power = [ "dep:embassy-executor", "time" ] 244low-power = [ "dep:embassy-executor", "time" ]
245low-power-pender = [ ] 245low-power-pender = [ "low-power" ]
246low-power-debug-with-sleep = [] 246low-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/)
249memory-x = [] 249memory-x = []