From 85d7779668ce14abbde4cd8fb1ea9395df529206 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Wed, 24 Jan 2024 19:30:46 +0100 Subject: [PATCH] rename nrf52 HIL test --- ci.sh | 2 +- tests/{nrf => nrf52840}/.cargo/config.toml | 0 tests/{nrf => nrf52840}/Cargo.toml | 0 tests/{nrf => nrf52840}/build.rs | 0 tests/{nrf => nrf52840}/memory.x | 0 tests/{nrf => nrf52840}/src/bin/buffered_uart.rs | 0 tests/{nrf => nrf52840}/src/bin/buffered_uart_full.rs | 0 tests/{nrf => nrf52840}/src/bin/buffered_uart_spam.rs | 0 tests/{nrf => nrf52840}/src/bin/ethernet_enc28j60_perf.rs | 0 tests/{nrf => nrf52840}/src/bin/timer.rs | 0 tests/{nrf => nrf52840}/src/bin/wifi_esp_hosted_perf.rs | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename tests/{nrf => nrf52840}/.cargo/config.toml (100%) rename tests/{nrf => nrf52840}/Cargo.toml (100%) rename tests/{nrf => nrf52840}/build.rs (100%) rename tests/{nrf => nrf52840}/memory.x (100%) rename tests/{nrf => nrf52840}/src/bin/buffered_uart.rs (100%) rename tests/{nrf => nrf52840}/src/bin/buffered_uart_full.rs (100%) rename tests/{nrf => nrf52840}/src/bin/buffered_uart_spam.rs (100%) rename tests/{nrf => nrf52840}/src/bin/ethernet_enc28j60_perf.rs (100%) rename tests/{nrf => nrf52840}/src/bin/timer.rs (100%) rename tests/{nrf => nrf52840}/src/bin/wifi_esp_hosted_perf.rs (100%) diff --git a/ci.sh b/ci.sh index 3322c60d1..cf12f95fd 100755 --- a/ci.sh +++ b/ci.sh @@ -211,7 +211,7 @@ cargo batch \ --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32l496zg --out-dir out/tests/stm32l496zg \ --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wl55jc --out-dir out/tests/stm32wl55jc \ --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ - --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ + --- build --release --manifest-path tests/nrf52840/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ $BUILD_EXTRA diff --git a/tests/nrf/.cargo/config.toml b/tests/nrf52840/.cargo/config.toml similarity index 100% rename from tests/nrf/.cargo/config.toml rename to tests/nrf52840/.cargo/config.toml diff --git a/tests/nrf/Cargo.toml b/tests/nrf52840/Cargo.toml similarity index 100% rename from tests/nrf/Cargo.toml rename to tests/nrf52840/Cargo.toml diff --git a/tests/nrf/build.rs b/tests/nrf52840/build.rs similarity index 100% rename from tests/nrf/build.rs rename to tests/nrf52840/build.rs diff --git a/tests/nrf/memory.x b/tests/nrf52840/memory.x similarity index 100% rename from tests/nrf/memory.x rename to tests/nrf52840/memory.x diff --git a/tests/nrf/src/bin/buffered_uart.rs b/tests/nrf52840/src/bin/buffered_uart.rs similarity index 100% rename from tests/nrf/src/bin/buffered_uart.rs rename to tests/nrf52840/src/bin/buffered_uart.rs diff --git a/tests/nrf/src/bin/buffered_uart_full.rs b/tests/nrf52840/src/bin/buffered_uart_full.rs similarity index 100% rename from tests/nrf/src/bin/buffered_uart_full.rs rename to tests/nrf52840/src/bin/buffered_uart_full.rs diff --git a/tests/nrf/src/bin/buffered_uart_spam.rs b/tests/nrf52840/src/bin/buffered_uart_spam.rs similarity index 100% rename from tests/nrf/src/bin/buffered_uart_spam.rs rename to tests/nrf52840/src/bin/buffered_uart_spam.rs diff --git a/tests/nrf/src/bin/ethernet_enc28j60_perf.rs b/tests/nrf52840/src/bin/ethernet_enc28j60_perf.rs similarity index 100% rename from tests/nrf/src/bin/ethernet_enc28j60_perf.rs rename to tests/nrf52840/src/bin/ethernet_enc28j60_perf.rs diff --git a/tests/nrf/src/bin/timer.rs b/tests/nrf52840/src/bin/timer.rs similarity index 100% rename from tests/nrf/src/bin/timer.rs rename to tests/nrf52840/src/bin/timer.rs diff --git a/tests/nrf/src/bin/wifi_esp_hosted_perf.rs b/tests/nrf52840/src/bin/wifi_esp_hosted_perf.rs similarity index 100% rename from tests/nrf/src/bin/wifi_esp_hosted_perf.rs rename to tests/nrf52840/src/bin/wifi_esp_hosted_perf.rs