diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
| commit | 4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch) | |
| tree | 64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-stm32/Cargo.toml | |
| parent | fd1c1635419f8281edda3892f08a91f0e315667a (diff) | |
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-stm32/Cargo.toml')
| -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 6cd8ed262..369fabc50 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -225,6 +225,10 @@ defmt = [ | |||
| 225 | "embassy-usb-synopsys-otg/defmt", | 225 | "embassy-usb-synopsys-otg/defmt", |
| 226 | "stm32-metapac/defmt" | 226 | "stm32-metapac/defmt" |
| 227 | ] | 227 | ] |
| 228 | ## Use log for logging | ||
| 229 | log = ["dep:log"] | ||
| 230 | ## Enable chrono support | ||
| 231 | chrono = ["dep:chrono"] | ||
| 228 | 232 | ||
| 229 | exti = [] | 233 | exti = [] |
| 230 | low-power = [ "dep:embassy-executor", "embassy-executor?/arch-cortex-m", "time" ] | 234 | low-power = [ "dep:embassy-executor", "embassy-executor?/arch-cortex-m", "time" ] |
