aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-11 16:05:41 +0000
committerGitHub <[email protected]>2025-12-11 16:05:41 +0000
commit5253032f9fedd16b1503bdc74422cc51dd250b56 (patch)
tree7c4be46aaca35f29df31a595f80ff5711646137a
parentb1d4efab76fb767948724927b62be9b75d070a7d (diff)
parent272eaefc4279c4914d9792d197e427d61fdd5a2a (diff)
Merge pull request #5041 from xoviat/tests
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