diff options
| author | Fabian Wolter <[email protected]> | 2025-07-21 07:57:49 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-05 21:15:46 +0200 |
| commit | a6562c4f033432e40970aafe82f33c5138adf84e (patch) | |
| tree | b0f9e6e624af1708ffe1b865a3db205979fe5200 /ci.sh | |
| parent | 0407f7ebe8fabeb81b8a77811ec5dda0fee0b44b (diff) | |
Add STM32F1 AFIO remap
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -311,7 +311,9 @@ cargo batch \ | |||
| 311 | --- build --release --manifest-path examples/boot/bootloader/stm32wba-dfu/Cargo.toml --target thumbv8m.main-none-eabihf --features embassy-stm32/stm32wba65ri,verify \ | 311 | --- build --release --manifest-path examples/boot/bootloader/stm32wba-dfu/Cargo.toml --target thumbv8m.main-none-eabihf --features embassy-stm32/stm32wba65ri,verify \ |
| 312 | --- build --release --manifest-path examples/boot/bootloader/stm32-dual-bank/Cargo.toml --target thumbv7em-none-eabi --features embassy-stm32/stm32h743zi \ | 312 | --- build --release --manifest-path examples/boot/bootloader/stm32-dual-bank/Cargo.toml --target thumbv7em-none-eabi --features embassy-stm32/stm32h743zi \ |
| 313 | --- build --release --manifest-path examples/wasm/Cargo.toml --target wasm32-unknown-unknown --artifact-dir out/examples/wasm \ | 313 | --- build --release --manifest-path examples/wasm/Cargo.toml --target wasm32-unknown-unknown --artifact-dir out/examples/wasm \ |
| 314 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32f100rd --artifact-dir out/tests/stm32f100rd \ | ||
| 314 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32f103c8 --artifact-dir out/tests/stm32f103c8 \ | 315 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32f103c8 --artifact-dir out/tests/stm32f103c8 \ |
| 316 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32f107vc --artifact-dir out/tests/stm32f107vc \ | ||
| 315 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f429zi --artifact-dir out/tests/stm32f429zi \ | 317 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f429zi --artifact-dir out/tests/stm32f429zi \ |
| 316 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f446re --artifact-dir out/tests/stm32f446re \ | 318 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32f446re --artifact-dir out/tests/stm32f446re \ |
| 317 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32g491re --artifact-dir out/tests/stm32g491re \ | 319 | --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32g491re --artifact-dir out/tests/stm32g491re \ |
| @@ -398,8 +400,10 @@ rm out/tests/pimoroni-pico-plus-2/pwm | |||
| 398 | rm out/tests/rpi-pico/pwm | 400 | rm out/tests/rpi-pico/pwm |
| 399 | rm out/tests/rpi-pico/cyw43-perf | 401 | rm out/tests/rpi-pico/cyw43-perf |
| 400 | 402 | ||
| 401 | # tests are implemented but the HIL test farm doesn't actually have this board yet | 403 | # tests are implemented but the HIL test farm doesn't actually have these boards, yet |
| 402 | rm -rf out/tests/stm32c071rb | 404 | rm -rf out/tests/stm32c071rb |
| 405 | rm -rf out/tests/stm32f100rd | ||
| 406 | rm -rf out/tests/stm32f107vc | ||
| 403 | 407 | ||
| 404 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 408 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 405 | echo No teleprobe token found, skipping running HIL tests | 409 | echo No teleprobe token found, skipping running HIL tests |
