aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-12-07 20:24:15 +0000
committerGitHub <[email protected]>2024-12-07 20:24:15 +0000
commita869c3d1fe3607752fc2101a7a7f5d1f21567e49 (patch)
tree5c4cc9efe4c2804c2187dd27872a1ec2e9873051
parent59bf571c47a06d1907b9f0e19ba88b49ce27f441 (diff)
parentb7a58a6d69e0d14385bdc872721afac047edd8a6 (diff)
Merge pull request #3623 from bugadani/nrf
Shrink task arena of nrf tests
-rw-r--r--tests/nrf/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nrf/Cargo.toml b/tests/nrf/Cargo.toml
index f91ab8b06..766318998 100644
--- a/tests/nrf/Cargo.toml
+++ b/tests/nrf/Cargo.toml
@@ -9,7 +9,7 @@ teleprobe-meta = "1"
9 9
10embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 10embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
11embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt", ] } 11embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt", ] }
12embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-16384", "integrated-timers"] } 12embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] }
13embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 13embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
14embassy-nrf = { version = "0.2.0", path = "../../embassy-nrf", features = ["defmt", "time-driver-rtc1", "gpiote", "unstable-pac"] } 14embassy-nrf = { version = "0.2.0", path = "../../embassy-nrf", features = ["defmt", "time-driver-rtc1", "gpiote", "unstable-pac"] }
15embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } 15embedded-io-async = { version = "0.6.1", features = ["defmt-03"] }
@@ -33,7 +33,7 @@ portable-atomic = { version = "1.6.0" }
33nrf51422 = ["embassy-nrf/nrf51", "portable-atomic/unsafe-assume-single-core"] 33nrf51422 = ["embassy-nrf/nrf51", "portable-atomic/unsafe-assume-single-core"]
34nrf52832 = ["embassy-nrf/nrf52832", "easydma"] 34nrf52832 = ["embassy-nrf/nrf52832", "easydma"]
35nrf52833 = ["embassy-nrf/nrf52833", "easydma", "two-uarts"] 35nrf52833 = ["embassy-nrf/nrf52833", "easydma", "two-uarts"]
36nrf52840 = ["embassy-nrf/nrf52840", "easydma", "two-uarts"] 36nrf52840 = ["embassy-nrf/nrf52840", "easydma", "two-uarts", "embassy-executor/task-arena-size-16384"]
37nrf5340 = ["embassy-nrf/nrf5340-app-s", "easydma", "two-uarts"] 37nrf5340 = ["embassy-nrf/nrf5340-app-s", "easydma", "two-uarts"]
38nrf9160 = ["embassy-nrf/nrf9160-s", "easydma", "two-uarts"] 38nrf9160 = ["embassy-nrf/nrf9160-s", "easydma", "two-uarts"]
39 39