diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-25 21:47:49 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-25 21:47:49 +0100 |
| commit | f117213b6ee80c224e781d7bf4e750df49c345a6 (patch) | |
| tree | fb97f656f47e2a96c30aeef68c84726a6ad5f97e /ci.sh | |
| parent | 309dda057d05cd0c197ffe2befa271e9cad314b7 (diff) | |
fix: use nrf51-dk chip variant
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -216,7 +216,7 @@ cargo batch \ | |||
| 216 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wl55jc --out-dir out/tests/stm32wl55jc \ | 216 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wl55jc --out-dir out/tests/stm32wl55jc \ |
| 217 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ | 217 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ |
| 218 | --- build --release --manifest-path tests/nrf52840/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ | 218 | --- build --release --manifest-path tests/nrf52840/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ |
| 219 | --- build --release --manifest-path tests/nrf51822/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/nrf51-dk \ | 219 | --- build --release --manifest-path tests/nrf51422/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/nrf51-dk \ |
| 220 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ | 220 | --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ |
| 221 | $BUILD_EXTRA | 221 | $BUILD_EXTRA |
| 222 | 222 | ||
