diff options
| author | Caleb Jamison <[email protected]> | 2024-08-09 15:52:16 -0400 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-08-09 15:52:16 -0400 |
| commit | 67c2ee22be48f9adfc8ac0f636e31afa4ae3f799 (patch) | |
| tree | 982678c129f3d9d3e612e000a1efbc658a6c4332 | |
| parent | 101977f23f47e549473067773600f79d3c920b23 (diff) | |
Maybe fix ci/build II
| -rwxr-xr-x | ci.sh | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -86,10 +86,9 @@ cargo batch \ | |||
| 86 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv6m-none-eabi --features time-driver,log,rp2040 \ | 86 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv6m-none-eabi --features time-driver,log,rp2040 \ |
| 87 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv6m-none-eabi --features time-driver,intrinsics,rp2040 \ | 87 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv6m-none-eabi --features time-driver,intrinsics,rp2040 \ |
| 88 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv6m-none-eabi --features time-driver,qspi-as-gpio,rp2040 \ | 88 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv6m-none-eabi --features time-driver,qspi-as-gpio,rp2040 \ |
| 89 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv8m.main-none-eabi --features time-driver,defmt,rp235x \ | 89 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv8m.main-none-eabihf --features time-driver,defmt,rp235x \ |
| 90 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv8m.main-none-eabi --features time-driver,log,rp235x \ | 90 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv8m.main-none-eabihf --features time-driver,log,rp235x \ |
| 91 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv8m.main-none-eabi --features time-driver,intrinsics,rp235x \ | 91 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv8m.main-none-eabihf --features time-driver,intrinsics,rp235x \ |
| 92 | --- build --release --manifest-path embassy-rp/Cargo.toml --target thumbv8m.main-none-eabi --features time-driver,qspi-as-gpio,rp235x \ | ||
| 93 | --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv8m.main-none-eabihf --features stm32l552ze,defmt,exti,time-driver-any,time \ | 92 | --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv8m.main-none-eabihf --features stm32l552ze,defmt,exti,time-driver-any,time \ |
| 94 | --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv8m.main-none-eabihf --features stm32l552ze,defmt,time-driver-any,time \ | 93 | --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv8m.main-none-eabihf --features stm32l552ze,defmt,time-driver-any,time \ |
| 95 | --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv8m.main-none-eabihf --features stm32l552ze,defmt,exti,time \ | 94 | --- build --release --manifest-path embassy-stm32/Cargo.toml --target thumbv8m.main-none-eabihf --features stm32l552ze,defmt,exti,time \ |
