diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nrf/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/rp/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/stm32/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/nrf/Cargo.toml b/tests/nrf/Cargo.toml index 6aa5e2bcc..410d62bdd 100644 --- a/tests/nrf/Cargo.toml +++ b/tests/nrf/Cargo.toml | |||
| @@ -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", "embassy-executor/task-arena-size-16384"] | 36 | nrf52840 = ["embassy-nrf/nrf52840", "easydma", "two-uarts"] |
| 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 | ||
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index 503c4d67b..1335aa84b 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -13,7 +13,7 @@ rp235xb = ["embassy-rp/rp235xb"] | |||
| 13 | teleprobe-meta = "1.1" | 13 | teleprobe-meta = "1.1" |
| 14 | 14 | ||
| 15 | embassy-sync = { version = "0.6.2", path = "../../embassy-sync", features = ["defmt"] } | 15 | embassy-sync = { version = "0.6.2", path = "../../embassy-sync", features = ["defmt"] } |
| 16 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "defmt"] } | 16 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt"] } |
| 17 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } | 17 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } |
| 18 | embassy-rp = { version = "0.4.0", path = "../../embassy-rp", features = [ "defmt", "unstable-pac", "time-driver", "critical-section-impl", "intrinsics", "rom-v2-intrinsics", "run-from-ram"] } | 18 | embassy-rp = { version = "0.4.0", path = "../../embassy-rp", features = [ "defmt", "unstable-pac", "time-driver", "critical-section-impl", "intrinsics", "rom-v2-intrinsics", "run-from-ram"] } |
| 19 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 19 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
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"] |
