aboutsummaryrefslogtreecommitdiff
path: root/tests/nrf/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-24 19:30:46 +0100
committerUlf Lilleengen <[email protected]>2024-01-24 21:23:54 +0100
commit85d7779668ce14abbde4cd8fb1ea9395df529206 (patch)
treee4973540c0b91e74cba030e43e3694c55646eb60 /tests/nrf/Cargo.toml
parent7d961a7f447a56a458a556b747710ec3375950d7 (diff)
rename nrf52 HIL test
Diffstat (limited to 'tests/nrf/Cargo.toml')
-rw-r--r--tests/nrf/Cargo.toml29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/nrf/Cargo.toml b/tests/nrf/Cargo.toml
deleted file mode 100644
index 84ca99f1f..000000000
--- a/tests/nrf/Cargo.toml
+++ /dev/null
@@ -1,29 +0,0 @@
1[package]
2edition = "2021"
3name = "embassy-nrf-examples"
4version = "0.1.0"
5license = "MIT OR Apache-2.0"
6
7[dependencies]
8teleprobe-meta = "1"
9
10embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
11embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt", ] }
12embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-16384", "integrated-timers"] }
13embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] }
14embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] }
15embedded-io-async = { version = "0.6.1", features = ["defmt-03"] }
16embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet", ] }
17embassy-net-esp-hosted = { version = "0.1.0", path = "../../embassy-net-esp-hosted", features = ["defmt"] }
18embassy-net-enc28j60 = { version = "0.1.0", path = "../../embassy-net-enc28j60", features = ["defmt"] }
19embedded-hal-async = { version = "1.0" }
20embedded-hal-bus = { version = "0.1", features = ["async"] }
21static_cell = "2"
22perf-client = { path = "../perf-client" }
23
24defmt = "0.3"
25defmt-rtt = "0.4"
26
27cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
28cortex-m-rt = "0.7.0"
29panic-probe = { version = "0.3", features = ["print-defmt"] }