diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-26 23:42:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-26 23:42:03 +0000 |
| commit | 44816313268ec2c8b0e8a11443836db48731edc7 (patch) | |
| tree | 9108acd48114f197b39e126c29c507436f618a5d /ci.sh | |
| parent | ff3baf1e90b3b87c203eb64dfe023843604e03c3 (diff) | |
| parent | cf13f70ea929ee550e418fe3c954b0415207ca88 (diff) | |
Merge pull request #2222 from embassy-rs/f446-hil
f446 hil
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -190,6 +190,7 @@ cargo batch \ | |||
| 190 | --- build --release --manifest-path examples/wasm/Cargo.toml --target wasm32-unknown-unknown --out-dir out/examples/wasm \ | 190 | --- build --release --manifest-path examples/wasm/Cargo.toml --target wasm32-unknown-unknown --out-dir out/examples/wasm \ |
| 191 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32f103c8 --out-dir out/tests/stm32f103c8 \ | 191 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32f103c8 --out-dir out/tests/stm32f103c8 \ |
| 192 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f429zi --out-dir out/tests/stm32f429zi \ | 192 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f429zi --out-dir out/tests/stm32f429zi \ |
| 193 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f446re --out-dir out/tests/stm32f446re \ | ||
| 193 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32g491re --out-dir out/tests/stm32g491re \ | 194 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32g491re --out-dir out/tests/stm32g491re \ |
| 194 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv6m-none-eabi --features stm32g071rb --out-dir out/tests/stm32g071rb \ | 195 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv6m-none-eabi --features stm32g071rb --out-dir out/tests/stm32g071rb \ |
| 195 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv6m-none-eabi --features stm32c031c6 --out-dir out/tests/stm32c031c6 \ | 196 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv6m-none-eabi --features stm32c031c6 --out-dir out/tests/stm32c031c6 \ |
| @@ -220,6 +221,8 @@ cargo batch \ | |||
| 220 | rm out/tests/stm32wb55rg/wpan_mac | 221 | rm out/tests/stm32wb55rg/wpan_mac |
| 221 | rm out/tests/stm32wb55rg/wpan_ble | 222 | rm out/tests/stm32wb55rg/wpan_ble |
| 222 | 223 | ||
| 224 | # not in CI yet. | ||
| 225 | rm -rf out/tests/stm32f446re | ||
| 223 | 226 | ||
| 224 | # unstable, I think it's running out of RAM? | 227 | # unstable, I think it's running out of RAM? |
| 225 | rm out/tests/stm32f207zg/eth | 228 | rm out/tests/stm32f207zg/eth |
