aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-19 21:53:16 +0000
committerGitHub <[email protected]>2024-01-19 21:53:16 +0000
commit870da006473296a39660e8f25c6387f720d41dbd (patch)
tree1d8733c2f010fd8215100a6688943767527cbb50
parent871d82de7165781ca6164de72664c9a6a90b3e66 (diff)
parentace3280b644295549fbc516a7da36407b8b32135 (diff)
Merge pull request #2463 from embassy-rs/enable-f446-hil
stm32/tests: enable f446 hil.
-rwxr-xr-xci.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci.sh b/ci.sh
index a1d0c8c26..c7c1755a0 100755
--- a/ci.sh
+++ b/ci.sh
@@ -222,9 +222,6 @@ rm out/tests/rpi-pico/i2c
222rm out/tests/stm32wb55rg/wpan_mac 222rm out/tests/stm32wb55rg/wpan_mac
223rm out/tests/stm32wb55rg/wpan_ble 223rm out/tests/stm32wb55rg/wpan_ble
224 224
225# not in CI yet.
226rm -rf out/tests/stm32f446re
227
228# unstable, I think it's running out of RAM? 225# unstable, I think it's running out of RAM?
229rm out/tests/stm32f207zg/eth 226rm out/tests/stm32f207zg/eth
230 227