diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-03-05 02:56:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-05 02:56:15 +0100 |
| commit | d91efe3e6252336a6e226700ca72afef2e13abc0 (patch) | |
| tree | a940edf957ef7facb29d9881351abafd3f802747 /ci.sh | |
| parent | bef559307c2b63540e73539e3ba906f4c370a131 (diff) | |
| parent | 7650fea5f2bed1c39a0ff6c5934709d316547a23 (diff) | |
Merge pull request #1208 from embassy-rs/nrf-uarte-lockfree
nrf/buffered_uarte: make it work without rts/cts, and lock-free.
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 | ||
