diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-03-04 05:37:13 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-03-04 15:12:49 +0100 |
| commit | 7650fea5f2bed1c39a0ff6c5934709d316547a23 (patch) | |
| tree | 68a7e27b026995b88f38934ae73845f8bb5e10ae /ci.sh | |
| parent | 916f94b36663cbb638654b34acd53e30beb5c7b6 (diff) | |
nrf/buffered_uarte: add HIL tests.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -133,6 +133,7 @@ cargo batch \ | |||
| 133 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/nucleo-stm32wb55rg \ | 133 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/nucleo-stm32wb55rg \ |
| 134 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \ | 134 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \ |
| 135 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ | 135 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ |
| 136 | --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ | ||
| 136 | $BUILD_EXTRA | 137 | $BUILD_EXTRA |
| 137 | 138 | ||
| 138 | 139 | ||
