aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-03-28 18:59:02 +0100
committerDario Nieuwenhuis <[email protected]>2025-03-28 19:11:53 +0100
commit695a6da322aa2d75c8f702b2ed8b67f9ad12c3a0 (patch)
tree06501a7878909c2d53b98d47756ff2b7e13dfcda /tests/stm32/Cargo.toml
parentbda7ba7b149b19f1cb67c5f664ceaa10f071dce7 (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/Cargo.toml')
-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 9c3b2780a..a676aee53 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -39,7 +39,7 @@ spi-v1 = []
39spi-v345 = [] 39spi-v345 = []
40cryp = [] 40cryp = []
41hash = [] 41hash = []
42eth = ["embassy-executor/task-arena-size-16384"] 42eth = []
43rng = [] 43rng = []
44sdmmc = [] 44sdmmc = []
45stop = ["embassy-stm32/low-power", "embassy-stm32/low-power-debug-with-sleep"] 45stop = ["embassy-stm32/low-power", "embassy-stm32/low-power-debug-with-sleep"]