aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-27 00:36:04 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-27 00:38:57 +0100
commitcf13f70ea929ee550e418fe3c954b0415207ca88 (patch)
tree9108acd48114f197b39e126c29c507436f618a5d /ci.sh
parent6bdacb4f69d523ef814e7e3b9c4a878106ca0e62 (diff)
stm32/test: add stm32f446 (board not in HIL rig yet)
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index aff88353c..5a4773da6 100755
--- a/ci.sh
+++ b/ci.sh
@@ -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 \
220rm out/tests/stm32wb55rg/wpan_mac 221rm out/tests/stm32wb55rg/wpan_mac
221rm out/tests/stm32wb55rg/wpan_ble 222rm out/tests/stm32wb55rg/wpan_ble
222 223
224# not in CI yet.
225rm -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?
225rm out/tests/stm32f207zg/eth 228rm out/tests/stm32f207zg/eth