aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-11-04 18:57:44 +0000
committerGitHub <[email protected]>2023-11-04 18:57:44 +0000
commit056c409443b8280fc951669d15df2fb59521a4d8 (patch)
tree3375dd57e07879f2d709f7547d95b2a7f757ae14 /tests
parent655ed3aa887fe2d9e424f239cc07db055d8f8d61 (diff)
parent3f2abd4fd5da51d7b8a7711d0eac02c7f7b9deed (diff)
Merge pull request #2140 from xoviat/low-power
stm32: compute stop mode and workaround rtt test bug
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 14f27678f..4b769b1cb 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -33,7 +33,7 @@ stm32wl55jc = ["embassy-stm32/stm32wl55jc-cm4", "not-gpdma", "rng", "chrono"]
33eth = [] 33eth = []
34rng = [] 34rng = []
35sdmmc = [] 35sdmmc = []
36stop = ["embassy-stm32/low-power"] 36stop = ["embassy-stm32/low-power", "embassy-stm32/low-power-debug-with-sleep"]
37chrono = ["embassy-stm32/chrono", "dep:chrono"] 37chrono = ["embassy-stm32/chrono", "dep:chrono"]
38can = [] 38can = []
39ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"] 39ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"]