diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-12-07 20:24:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-07 20:24:15 +0000 |
| commit | a869c3d1fe3607752fc2101a7a7f5d1f21567e49 (patch) | |
| tree | 5c4cc9efe4c2804c2187dd27872a1ec2e9873051 | |
| parent | 59bf571c47a06d1907b9f0e19ba88b49ce27f441 (diff) | |
| parent | b7a58a6d69e0d14385bdc872721afac047edd8a6 (diff) | |
Merge pull request #3623 from bugadani/nrf
Shrink task arena of nrf tests
| -rw-r--r-- | tests/nrf/Cargo.toml | 4 |
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 | ||
| 10 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 10 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 11 | embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt", ] } | 11 | embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["defmt", ] } |
| 12 | embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-16384", "integrated-timers"] } | 12 | embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] } |
| 13 | embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } | 13 | embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } |
| 14 | embassy-nrf = { version = "0.2.0", path = "../../embassy-nrf", features = ["defmt", "time-driver-rtc1", "gpiote", "unstable-pac"] } | 14 | embassy-nrf = { version = "0.2.0", path = "../../embassy-nrf", features = ["defmt", "time-driver-rtc1", "gpiote", "unstable-pac"] } |
| 15 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } | 15 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } |
| @@ -33,7 +33,7 @@ portable-atomic = { version = "1.6.0" } | |||
| 33 | nrf51422 = ["embassy-nrf/nrf51", "portable-atomic/unsafe-assume-single-core"] | 33 | nrf51422 = ["embassy-nrf/nrf51", "portable-atomic/unsafe-assume-single-core"] |
| 34 | nrf52832 = ["embassy-nrf/nrf52832", "easydma"] | 34 | nrf52832 = ["embassy-nrf/nrf52832", "easydma"] |
| 35 | nrf52833 = ["embassy-nrf/nrf52833", "easydma", "two-uarts"] | 35 | nrf52833 = ["embassy-nrf/nrf52833", "easydma", "two-uarts"] |
| 36 | nrf52840 = ["embassy-nrf/nrf52840", "easydma", "two-uarts"] | 36 | nrf52840 = ["embassy-nrf/nrf52840", "easydma", "two-uarts", "embassy-executor/task-arena-size-16384"] |
| 37 | nrf5340 = ["embassy-nrf/nrf5340-app-s", "easydma", "two-uarts"] | 37 | nrf5340 = ["embassy-nrf/nrf5340-app-s", "easydma", "two-uarts"] |
| 38 | nrf9160 = ["embassy-nrf/nrf9160-s", "easydma", "two-uarts"] | 38 | nrf9160 = ["embassy-nrf/nrf9160-s", "easydma", "two-uarts"] |
| 39 | 39 | ||
