diff options
| author | xoviat <[email protected]> | 2023-11-04 18:57:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-04 18:57:44 +0000 |
| commit | 056c409443b8280fc951669d15df2fb59521a4d8 (patch) | |
| tree | 3375dd57e07879f2d709f7547d95b2a7f757ae14 /tests | |
| parent | 655ed3aa887fe2d9e424f239cc07db055d8f8d61 (diff) | |
| parent | 3f2abd4fd5da51d7b8a7711d0eac02c7f7b9deed (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.toml | 2 |
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"] | |||
| 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"] |
