diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-24 19:30:46 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-24 21:23:54 +0100 |
| commit | 85d7779668ce14abbde4cd8fb1ea9395df529206 (patch) | |
| tree | e4973540c0b91e74cba030e43e3694c55646eb60 /tests/nrf/Cargo.toml | |
| parent | 7d961a7f447a56a458a556b747710ec3375950d7 (diff) | |
rename nrf52 HIL test
Diffstat (limited to 'tests/nrf/Cargo.toml')
| -rw-r--r-- | tests/nrf/Cargo.toml | 29 |
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] | ||
| 2 | edition = "2021" | ||
| 3 | name = "embassy-nrf-examples" | ||
| 4 | version = "0.1.0" | ||
| 5 | license = "MIT OR Apache-2.0" | ||
| 6 | |||
| 7 | [dependencies] | ||
| 8 | teleprobe-meta = "1" | ||
| 9 | |||
| 10 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | ||
| 11 | embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt", ] } | ||
| 12 | embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt", "task-arena-size-16384", "integrated-timers"] } | ||
| 13 | embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } | ||
| 14 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } | ||
| 15 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } | ||
| 16 | embassy-net = { version = "0.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet", ] } | ||
| 17 | embassy-net-esp-hosted = { version = "0.1.0", path = "../../embassy-net-esp-hosted", features = ["defmt"] } | ||
| 18 | embassy-net-enc28j60 = { version = "0.1.0", path = "../../embassy-net-enc28j60", features = ["defmt"] } | ||
| 19 | embedded-hal-async = { version = "1.0" } | ||
| 20 | embedded-hal-bus = { version = "0.1", features = ["async"] } | ||
| 21 | static_cell = "2" | ||
| 22 | perf-client = { path = "../perf-client" } | ||
| 23 | |||
| 24 | defmt = "0.3" | ||
| 25 | defmt-rtt = "0.4" | ||
| 26 | |||
| 27 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | ||
| 28 | cortex-m-rt = "0.7.0" | ||
| 29 | panic-probe = { version = "0.3", features = ["print-defmt"] } | ||
