diff options
| author | xoviat <[email protected]> | 2023-11-04 13:49:54 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-11-04 13:49:54 -0500 |
| commit | dc467e89a0f093c1656eaf63955c28dd3b08be6c (patch) | |
| tree | d4e480a391e2aede6943cda8955f2d9fdb591272 /tests | |
| parent | 2765f0978f0a4001300dbb85a470503eb323ff52 (diff) | |
stm32: compute stop mode and workaround rtt test bug
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/Cargo.toml | 2 |
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"] | |||
| 33 | eth = [] | 33 | eth = [] |
| 34 | rng = [] | 34 | rng = [] |
| 35 | sdmmc = [] | 35 | sdmmc = [] |
| 36 | stop = ["embassy-stm32/low-power"] | 36 | stop = ["embassy-stm32/low-power", "embassy-stm32/low-power-debug-with-sleep"] |
| 37 | chrono = ["embassy-stm32/chrono", "dep:chrono"] | 37 | chrono = ["embassy-stm32/chrono", "dep:chrono"] |
| 38 | can = [] | 38 | can = [] |
| 39 | ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"] | 39 | ble = ["dep:embassy-stm32-wpan", "embassy-stm32-wpan/ble"] |
