aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-11 09:53:22 -0600
committerxoviat <[email protected]>2025-12-11 09:53:22 -0600
commit272eaefc4279c4914d9792d197e427d61fdd5a2a (patch)
treefb5cfa74e1ea42fed94675fe0754f96e6eb5dec3
parent4915b9f530877f3db1e9c2a7813b52795b5a4ec3 (diff)
rm usart_dma
-rwxr-xr-xci.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index cee761500..4f78f70cf 100755
--- a/ci.sh
+++ b/ci.sh
@@ -67,6 +67,8 @@ rm out/tests/rpi-pico/pwm
67rm out/tests/rpi-pico/cyw43-perf 67rm out/tests/rpi-pico/cyw43-perf
68rm out/tests/rpi-pico/uart_buffered 68rm out/tests/rpi-pico/uart_buffered
69 69
70rm out/tests/stm32h563zi/usart_dma
71
70# tests are implemented but the HIL test farm doesn't actually have these boards, yet 72# tests are implemented but the HIL test farm doesn't actually have these boards, yet
71rm -rf out/tests/stm32c071rb 73rm -rf out/tests/stm32c071rb
72rm -rf out/tests/stm32f100rd 74rm -rf out/tests/stm32f100rd