aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-26 23:42:03 +0000
committerGitHub <[email protected]>2023-11-26 23:42:03 +0000
commit44816313268ec2c8b0e8a11443836db48731edc7 (patch)
tree9108acd48114f197b39e126c29c507436f618a5d /ci.sh
parentff3baf1e90b3b87c203eb64dfe023843604e03c3 (diff)
parentcf13f70ea929ee550e418fe3c954b0415207ca88 (diff)
Merge pull request #2222 from embassy-rs/f446-hil
f446 hil
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