aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-04-18 12:53:43 +0200
committerDario Nieuwenhuis <[email protected]>2025-04-18 12:53:43 +0200
commit27e4d70377542e089f26e556f1f9cf05a98ecdae (patch)
tree0d943b451d1da020e3034196facc2d26f3a10cb8 /ci.sh
parent443ffd8b6df67844208ceec58d5443e01b99a159 (diff)
RIP stm32l073rz
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index 82fda4422..11c2be186 100755
--- a/ci.sh
+++ b/ci.sh
@@ -323,6 +323,7 @@ DEFMT_RTT_BUFFER_SIZE="72" cargo batch \
323 323
324# temporarily disabled, these boards are dead. 324# temporarily disabled, these boards are dead.
325rm -rf out/tests/stm32f103c8 325rm -rf out/tests/stm32f103c8
326rm -rf out/tests/stm32l073rz
326rm -rf out/tests/nrf52840-dk 327rm -rf out/tests/nrf52840-dk
327rm -rf out/tests/nrf52833-dk 328rm -rf out/tests/nrf52833-dk
328 329