aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
commit4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch)
tree64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-stm32/Cargo.toml
parentfd1c1635419f8281edda3892f08a91f0e315667a (diff)
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-stm32/Cargo.toml')
-rw-r--r--embassy-stm32/Cargo.toml4
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
229log = ["dep:log"]
230## Enable chrono support
231chrono = ["dep:chrono"]
228 232
229exti = [] 233exti = []
230low-power = [ "dep:embassy-executor", "embassy-executor?/arch-cortex-m", "time" ] 234low-power = [ "dep:embassy-executor", "embassy-executor?/arch-cortex-m", "time" ]