aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-12 01:46:14 +0000
committerGitHub <[email protected]>2022-02-12 01:46:14 +0000
commitbaadd9b2346323aac901c36cfca7bd6482140262 (patch)
tree6081c324f814f1aa59f6bbf3c1f8cb51f208c950 /tests
parentf2eb4389055ae6cf135168c1e5cb6ccd27800d63 (diff)
parent340eb4eeadd1c7a022143d92bf6e3bb7ce141131 (diff)
Merge #616
616: stm32: add rust stable support r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>
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 1741508cb..8d0901091 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -14,7 +14,7 @@ stm32wb55rg = ["embassy-stm32/stm32wb55rg"]
14 14
15[dependencies] 15[dependencies]
16embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] } 16embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] }
17embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "unstable-pac", "memory-x", "time-driver-tim2"] } 17embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-tim2"] }
18 18
19defmt = "0.3.0" 19defmt = "0.3.0"
20defmt-rtt = "0.3.0" 20defmt-rtt = "0.3.0"