aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Glynn <[email protected]>2022-05-30 20:16:56 -0500
committerWill Glynn <[email protected]>2022-05-31 16:14:23 -0500
commit962fabe5c9aa98ce073b362cf417e4ef3572861f (patch)
tree62b9dc4dc5552455d7e55d418e64c39157bfc935 /tests
parent34a8a64bf54fb500d34a180062f46c0d692d806b (diff)
examples/stm32*, tests/stm32: specify time-tick-32768hz
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index 4dd243754..ad6403ab3 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -15,7 +15,7 @@ stm32wb55rg = ["embassy-stm32/stm32wb55rg"] # Nucleo
15stm32u585ai = ["embassy-stm32/stm32u585ai"] # IoT board 15stm32u585ai = ["embassy-stm32/stm32u585ai"] # IoT board
16 16
17[dependencies] 17[dependencies]
18embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] } 18embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "time-tick-32768hz"] }
19embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-tim2"] } 19embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-tim2"] }
20 20
21defmt = "0.3.0" 21defmt = "0.3.0"