aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-25 21:51:23 +0100
committerUlf Lilleengen <[email protected]>2024-01-25 21:51:23 +0100
commit43553381cda95b75d9de1460d5ea6add6e739134 (patch)
tree8fd544cd23fe24decd547b027d10ea880018bc90 /tests
parentb16eca3f21f947dcd4b3fe279bd4f577679428bc (diff)
lower arena for nrf51
Diffstat (limited to 'tests')
-rw-r--r--tests/nrf51422/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nrf51422/Cargo.toml b/tests/nrf51422/Cargo.toml
index d95f122b0..246b71117 100644
--- a/tests/nrf51422/Cargo.toml
+++ b/tests/nrf51422/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8teleprobe-meta = "1" 8teleprobe-meta = "1"
9 9
10embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt", ] } 10embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt", ] }
11embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-8192", "integrated-timers"] } 11embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-4096", "integrated-timers"] }
12embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } 12embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
13embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf51", "time-driver-rtc1", "unstable-pac"] } 13embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf51", "time-driver-rtc1", "unstable-pac"] }
14embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } 14embedded-io-async = { version = "0.6.1", features = ["defmt-03"] }