diff options
| author | Gerhard de Clercq <[email protected]> | 2025-05-26 16:51:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-26 16:51:10 +0200 |
| commit | 305d1f2ed096668fc20d0c143938ef57774796a8 (patch) | |
| tree | d07e8b3f0c856e853fb9c258b52970fff7b1f56e /ci.sh | |
| parent | 68a45490fc1675f2171131ccbf01f690c4123f01 (diff) | |
| parent | e447795f76276d5f2db30430bf39b812b0f054d1 (diff) | |
Merge branch 'embassy-rs:main' into dfu-verify
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -363,6 +363,11 @@ rm out/tests/pimoroni-pico-plus-2/flash | |||
| 363 | rm out/tests/pimoroni-pico-plus-2/i2c | 363 | rm 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. |
| 365 | rm out/tests/pimoroni-pico-plus-2/adc | 365 | rm out/tests/pimoroni-pico-plus-2/adc |
| 366 | # temporarily disabled | ||
| 367 | rm out/tests/pimoroni-pico-plus-2/pwm | ||
| 368 | |||
| 369 | # temporarily disabled, bad hardware connection. | ||
| 370 | rm -f out/tests/rpi-pico/* | ||
| 366 | 371 | ||
| 367 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | 372 | if [[ -z "${TELEPROBE_TOKEN-}" ]]; then |
| 368 | echo No teleprobe token found, skipping running HIL tests | 373 | echo No teleprobe token found, skipping running HIL tests |
