aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
diff options
context:
space:
mode:
authorChuck Davis <[email protected]>2023-04-28 13:35:22 -0500
committerGitHub <[email protected]>2023-04-28 13:35:22 -0500
commit49bed094a343f91ae1010b9ce3d74a6ff6dc0a76 (patch)
tree175d3a6b18d6ee084482ef376ad7cf45669f84ec /tests/stm32
parent49ecd8d7c554334dc265840723b8548a1b8b8e98 (diff)
parent3e730aa8b06401003202bf9e21a9c83ec6b21b0e (diff)
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'tests/stm32')
-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 3047c34ce..84261f8ea 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -19,7 +19,7 @@ sdmmc = []
19 19
20[dependencies] 20[dependencies]
21embassy-sync = { version = "0.2.0", path = "../../embassy-sync", features = ["defmt"] } 21embassy-sync = { version = "0.2.0", path = "../../embassy-sync", features = ["defmt"] }
22embassy-executor = { version = "0.1.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] } 22embassy-executor = { version = "0.2.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] }
23embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["defmt", "tick-hz-32_768"] } 23embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["defmt", "tick-hz-32_768"] }
24embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-any"] } 24embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-any"] }
25 25