diff options
| author | Mathias <[email protected]> | 2022-09-09 12:45:03 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-09-16 12:54:26 +0200 |
| commit | f7267d493fe9ed63b02f82267d29a10a4b1cf515 (patch) | |
| tree | cbe3ae2ff159ada5df38c1f16d788277f43c0c35 /ci.sh | |
| parent | 9794bc59cc74598f5131f502153d4288c3261274 (diff) | |
Feature-gate time-driver in embassy-rp
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -120,7 +120,7 @@ cargo batch \ | |||
| 120 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32h755zi --out-dir out/tests/nucleo-stm32h755zi \ | 120 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32h755zi --out-dir out/tests/nucleo-stm32h755zi \ |
| 121 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/nucleo-stm32wb55rg \ | 121 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/nucleo-stm32wb55rg \ |
| 122 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \ | 122 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/iot-stm32u585ai \ |
| 123 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ | 123 | --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --features embassy-rp/time-driver --out-dir out/tests/rpi-pico \ |
| 124 | $BUILD_EXTRA | 124 | $BUILD_EXTRA |
| 125 | 125 | ||
| 126 | 126 | ||
