aboutsummaryrefslogtreecommitdiff
path: root/tests/mspm0/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mspm0/Cargo.toml')
-rw-r--r--tests/mspm0/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mspm0/Cargo.toml b/tests/mspm0/Cargo.toml
index 2d5b8cd52..5ba3e586b 100644
--- a/tests/mspm0/Cargo.toml
+++ b/tests/mspm0/Cargo.toml
@@ -13,6 +13,7 @@ teleprobe-meta = "1.1"
13 13
14embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = [ "defmt" ] } 14embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = [ "defmt" ] }
15embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = [ "arch-cortex-m", "executor-thread", "defmt" ] } 15embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = [ "arch-cortex-m", "executor-thread", "defmt" ] }
16embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
16embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt" ] } 17embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt" ] }
17embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] } 18embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] }
18embassy-embedded-hal = { version = "0.3.1", path = "../../embassy-embedded-hal/"} 19embassy-embedded-hal = { version = "0.3.1", path = "../../embassy-embedded-hal/"}
@@ -24,6 +25,8 @@ cortex-m = { version = "0.7.6", features = [ "inline-asm", "critical-section-sin
24cortex-m-rt = "0.7.0" 25cortex-m-rt = "0.7.0"
25embedded-hal = { package = "embedded-hal", version = "1.0" } 26embedded-hal = { package = "embedded-hal", version = "1.0" }
26embedded-hal-async = { version = "1.0" } 27embedded-hal-async = { version = "1.0" }
28embedded-io = { version = "0.6.1", features = ["defmt-03"] }
29embedded-io-async = { version = "0.6.1", features = ["defmt-03"] }
27panic-probe = { version = "1.0.0", features = ["print-defmt"] } 30panic-probe = { version = "1.0.0", features = ["print-defmt"] }
28static_cell = "2" 31static_cell = "2"
29portable-atomic = { version = "1.5", features = ["critical-section"] } 32portable-atomic = { version = "1.5", features = ["critical-section"] }