aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorGerhard de Clercq <[email protected]>2025-05-26 16:51:10 +0200
committerGitHub <[email protected]>2025-05-26 16:51:10 +0200
commit305d1f2ed096668fc20d0c143938ef57774796a8 (patch)
treed07e8b3f0c856e853fb9c258b52970fff7b1f56e /ci.sh
parent68a45490fc1675f2171131ccbf01f690c4123f01 (diff)
parente447795f76276d5f2db30430bf39b812b0f054d1 (diff)
Merge branch 'embassy-rs:main' into dfu-verify
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci.sh b/ci.sh
index dce0d7b13..d21c1c97b 100755
--- a/ci.sh
+++ b/ci.sh
@@ -363,6 +363,11 @@ rm out/tests/pimoroni-pico-plus-2/flash
363rm out/tests/pimoroni-pico-plus-2/i2c 363rm out/tests/pimoroni-pico-plus-2/i2c
364# The pico2 plus doesn't have the adcs hooked up like the picoW does. 364# The pico2 plus doesn't have the adcs hooked up like the picoW does.
365rm out/tests/pimoroni-pico-plus-2/adc 365rm out/tests/pimoroni-pico-plus-2/adc
366# temporarily disabled
367rm out/tests/pimoroni-pico-plus-2/pwm
368
369# temporarily disabled, bad hardware connection.
370rm -f out/tests/rpi-pico/*
366 371
367if [[ -z "${TELEPROBE_TOKEN-}" ]]; then 372if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
368 echo No teleprobe token found, skipping running HIL tests 373 echo No teleprobe token found, skipping running HIL tests