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 | |
| parent | 7d961a7f447a56a458a556b747710ec3375950d7 (diff) | |
rename nrf52 HIL test
| -rwxr-xr-x | ci.sh | 2 | ||||
| -rw-r--r-- | tests/nrf52840/.cargo/config.toml (renamed from tests/nrf/.cargo/config.toml) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/Cargo.toml (renamed from tests/nrf/Cargo.toml) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/build.rs (renamed from tests/nrf/build.rs) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/memory.x (renamed from tests/nrf/memory.x) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/src/bin/buffered_uart.rs (renamed from tests/nrf/src/bin/buffered_uart.rs) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/src/bin/buffered_uart_full.rs (renamed from tests/nrf/src/bin/buffered_uart_full.rs) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/src/bin/buffered_uart_spam.rs (renamed from tests/nrf/src/bin/buffered_uart_spam.rs) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/src/bin/ethernet_enc28j60_perf.rs (renamed from tests/nrf/src/bin/ethernet_enc28j60_perf.rs) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/src/bin/timer.rs (renamed from tests/nrf/src/bin/timer.rs) | 0 | ||||
| -rw-r--r-- | tests/nrf52840/src/bin/wifi_esp_hosted_perf.rs (renamed from tests/nrf/src/bin/wifi_esp_hosted_perf.rs) | 0 |
11 files changed, 1 insertions, 1 deletions
| @@ -211,7 +211,7 @@ cargo batch \ | |||
| 211 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32l496zg --out-dir out/tests/stm32l496zg \ | 211 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32l496zg --out-dir out/tests/stm32l496zg \ |
| 212 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wl55jc --out-dir out/tests/stm32wl55jc \ | 212 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wl55jc --out-dir out/tests/stm32wl55jc \ |
| 213 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ | 213 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ |
| 214 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ | 214 | --- build --release --manifest-path tests/nrf52840/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ |
| 215 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ | 215 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ |
| 216 | $BUILD_EXTRA | 216 | $BUILD_EXTRA |
| 217 | 217 | ||
diff --git a/tests/nrf/.cargo/config.toml b/tests/nrf52840/.cargo/config.toml index 9d6b0313a..9d6b0313a 100644 --- a/tests/nrf/.cargo/config.toml +++ b/tests/nrf52840/.cargo/config.toml | |||
diff --git a/tests/nrf/Cargo.toml b/tests/nrf52840/Cargo.toml index 84ca99f1f..84ca99f1f 100644 --- a/tests/nrf/Cargo.toml +++ b/tests/nrf52840/Cargo.toml | |||
diff --git a/tests/nrf/build.rs b/tests/nrf52840/build.rs index 71c82a70f..71c82a70f 100644 --- a/tests/nrf/build.rs +++ b/tests/nrf52840/build.rs | |||
diff --git a/tests/nrf/memory.x b/tests/nrf52840/memory.x index 58900a7bd..58900a7bd 100644 --- a/tests/nrf/memory.x +++ b/tests/nrf52840/memory.x | |||
diff --git a/tests/nrf/src/bin/buffered_uart.rs b/tests/nrf52840/src/bin/buffered_uart.rs index 354d787b4..354d787b4 100644 --- a/tests/nrf/src/bin/buffered_uart.rs +++ b/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 index e59c75ba9..e59c75ba9 100644 --- a/tests/nrf/src/bin/buffered_uart_full.rs +++ b/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 index 400c0df99..400c0df99 100644 --- a/tests/nrf/src/bin/buffered_uart_spam.rs +++ b/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 index 33c2f4235..33c2f4235 100644 --- a/tests/nrf/src/bin/ethernet_enc28j60_perf.rs +++ b/tests/nrf52840/src/bin/ethernet_enc28j60_perf.rs | |||
diff --git a/tests/nrf/src/bin/timer.rs b/tests/nrf52840/src/bin/timer.rs index 2a147e7ba..2a147e7ba 100644 --- a/tests/nrf/src/bin/timer.rs +++ b/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 index b83edddc4..b83edddc4 100644 --- a/tests/nrf/src/bin/wifi_esp_hosted_perf.rs +++ b/tests/nrf52840/src/bin/wifi_esp_hosted_perf.rs | |||
