diff options
| author | xoviat <[email protected]> | 2023-09-03 16:49:27 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-03 16:49:27 +0000 |
| commit | 3295ec94e5ea26e75a9debe17071808a64f9e517 (patch) | |
| tree | a063caa30cb0229bb84abf8883f12ea6ce2f93c5 /ci.sh | |
| parent | ac11635b0b97b7013ef280f7e978c13e86a132b8 (diff) | |
| parent | c5732ce2857ce4028a2e03abeb65254200473e5a (diff) | |
Merge pull request #1858 from xoviat/psc-cleanup
stm32: cleanup psc design
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -180,4 +180,9 @@ if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | |||
| 180 | exit | 180 | exit |
| 181 | fi | 181 | fi |
| 182 | 182 | ||
| 183 | rm out/tests/rpi-pico/ethernet_w5100s_perf | ||
| 184 | rm out/tests/nrf52840-dk/ethernet_enc28j60_perf | ||
| 185 | rm out/tests/nrf52840-dk/wifi_esp_hosted_perf | ||
| 186 | rm out/tests/rpi-pico/cyw43-perf | ||
| 187 | |||
| 183 | teleprobe client run -r out/tests | 188 | teleprobe client run -r out/tests |
