aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-11-04 13:49:54 -0500
committerxoviat <[email protected]>2023-11-04 13:49:54 -0500
commitdc467e89a0f093c1656eaf63955c28dd3b08be6c (patch)
treed4e480a391e2aede6943cda8955f2d9fdb591272 /tests
parent2765f0978f0a4001300dbb85a470503eb323ff52 (diff)
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 1ca14ee87..db265daae 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"]