diff options
| author | xoviat <[email protected]> | 2025-12-18 15:42:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-18 15:42:13 +0000 |
| commit | da16ea77af0fdd875ac568d5e2da1931b8740892 (patch) | |
| tree | 2fa25c7907ba8ef1923c4baeeb93dd88c57bce7e /embassy-stm32/Cargo.toml | |
| parent | b5b49cbcf3a991bf6d434b0870da50f3ee722612 (diff) | |
| parent | cec833c5f48ae93d1a47d5b763e613d8407d48a1 (diff) | |
Merge pull request #5101 from xoviat/low-power-rtc
stm32: use datemath to resume time
Diffstat (limited to 'embassy-stm32/Cargo.toml')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 880df5f33..ce6fabc6b 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -241,7 +241,7 @@ log = ["dep:log"] | |||
| 241 | chrono = ["dep:chrono"] | 241 | chrono = ["dep:chrono"] |
| 242 | 242 | ||
| 243 | exti = [] | 243 | exti = [] |
| 244 | low-power = [ "dep:embassy-executor", "time" ] | 244 | low-power = [ "dep:embassy-executor", "time", "chrono" ] |
| 245 | low-power-pender = [ "low-power" ] | 245 | low-power-pender = [ "low-power" ] |
| 246 | low-power-debug-with-sleep = [ "low-power" ] | 246 | low-power-debug-with-sleep = [ "low-power" ] |
| 247 | 247 | ||
