diff options
Diffstat (limited to 'tests/mspm0/Cargo.toml')
| -rw-r--r-- | tests/mspm0/Cargo.toml | 3 |
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 | ||
| 14 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = [ "defmt" ] } | 14 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = [ "defmt" ] } |
| 15 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = [ "arch-cortex-m", "executor-thread", "defmt" ] } | 15 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = [ "arch-cortex-m", "executor-thread", "defmt" ] } |
| 16 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | ||
| 16 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt" ] } | 17 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = [ "defmt" ] } |
| 17 | embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] } | 18 | embassy-mspm0 = { version = "0.1.0", path = "../../embassy-mspm0", features = [ "rt", "defmt", "unstable-pac", "time-driver-any" ] } |
| 18 | embassy-embedded-hal = { version = "0.3.1", path = "../../embassy-embedded-hal/"} | 19 | embassy-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 | |||
| 24 | cortex-m-rt = "0.7.0" | 25 | cortex-m-rt = "0.7.0" |
| 25 | embedded-hal = { package = "embedded-hal", version = "1.0" } | 26 | embedded-hal = { package = "embedded-hal", version = "1.0" } |
| 26 | embedded-hal-async = { version = "1.0" } | 27 | embedded-hal-async = { version = "1.0" } |
| 28 | embedded-io = { version = "0.6.1", features = ["defmt-03"] } | ||
| 29 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } | ||
| 27 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } | 30 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 28 | static_cell = "2" | 31 | static_cell = "2" |
| 29 | portable-atomic = { version = "1.5", features = ["critical-section"] } | 32 | portable-atomic = { version = "1.5", features = ["critical-section"] } |
