diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-03-28 18:59:02 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-03-28 19:11:53 +0100 |
| commit | 695a6da322aa2d75c8f702b2ed8b67f9ad12c3a0 (patch) | |
| tree | 06501a7878909c2d53b98d47756ff2b7e13dfcda /tests/stm32 | |
| parent | bda7ba7b149b19f1cb67c5f664ceaa10f071dce7 (diff) | |
Statically allocate task pools on stable Rust.
Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation.
Co-Authored-By: Matthew Tran <[email protected]>
Diffstat (limited to 'tests/stm32')
| -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 9c3b2780a..a676aee53 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -39,7 +39,7 @@ spi-v1 = [] | |||
| 39 | spi-v345 = [] | 39 | spi-v345 = [] |
| 40 | cryp = [] | 40 | cryp = [] |
| 41 | hash = [] | 41 | hash = [] |
| 42 | eth = ["embassy-executor/task-arena-size-16384"] | 42 | eth = [] |
| 43 | rng = [] | 43 | rng = [] |
| 44 | sdmmc = [] | 44 | sdmmc = [] |
| 45 | stop = ["embassy-stm32/low-power", "embassy-stm32/low-power-debug-with-sleep"] | 45 | stop = ["embassy-stm32/low-power", "embassy-stm32/low-power-debug-with-sleep"] |
