aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-22 21:05:27 +0000
committerGitHub <[email protected]>2023-10-22 21:05:27 +0000
commit46ff2c82aa3193dd1378b142be284aa746045923 (patch)
tree41c2abe14f76529e2c56679c87f2aa2f9acf82d5 /ci.sh
parente70c531d3d28565b6926d99d8e977c4df6c13c60 (diff)
parenta84ad741a48dfce29b7f764e0cfb6877eba9a027 (diff)
Merge pull request #2101 from embassy-rs/rcc-no-spaghetti
stm32/tests: add stm32wba52cg, stm32u5a9zj
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index efe98c7af..ffd36a455 100755
--- a/ci.sh
+++ b/ci.sh
@@ -197,6 +197,8 @@ cargo batch \
197 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/stm32wb55rg \ 197 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wb55rg --out-dir out/tests/stm32wb55rg \
198 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32h563zi --out-dir out/tests/stm32h563zi \ 198 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32h563zi --out-dir out/tests/stm32h563zi \
199 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/stm32u585ai \ 199 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u585ai --out-dir out/tests/stm32u585ai \
200 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32u5a5zj --out-dir out/tests/stm32u5a5zj \
201 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32wba52cg --out-dir out/tests/stm32wba52cg \
200 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv6m-none-eabi --features stm32l073rz --out-dir out/tests/stm32l073rz \ 202 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv6m-none-eabi --features stm32l073rz --out-dir out/tests/stm32l073rz \
201 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32l152re --out-dir out/tests/stm32l152re \ 203 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7m-none-eabi --features stm32l152re --out-dir out/tests/stm32l152re \
202 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32l4a6zg --out-dir out/tests/stm32l4a6zg \ 204 --- build --release --manifest-path tests/stm32/Cargo.toml --target thumbv7em-none-eabi --features stm32l4a6zg --out-dir out/tests/stm32l4a6zg \
@@ -215,8 +217,13 @@ cargo batch \
215 217
216rm out/tests/stm32wb55rg/wpan_mac 218rm out/tests/stm32wb55rg/wpan_mac
217rm out/tests/stm32wb55rg/wpan_ble 219rm out/tests/stm32wb55rg/wpan_ble
220
221# unstable, I think it's running out of RAM?
218rm out/tests/stm32f207zg/eth 222rm out/tests/stm32f207zg/eth
219 223
224# doesn't work. Wire in D0-D1 might be bad, or the special IOVDD2 PGx pins.
225rm out/tests/stm32u5a5zj/{gpio,usart*}
226
220if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 227if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
221 echo No teleprobe token found, skipping running HIL tests 228 echo No teleprobe token found, skipping running HIL tests
222 exit 229 exit