diff options
| author | Ha Thach <[email protected]> | 2024-08-11 10:19:52 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-11 10:19:52 +0700 |
| commit | 9ee7d1b77e365079eab5bb641eea522a8deb551e (patch) | |
| tree | d960b83d4fb6164430be3f6068f8f1829ebb8fcd /test | |
| parent | 18b5affce9afb26141c58f59ed89ad34385a0f8f (diff) | |
| parent | 8b88749223e969148e9d1ce4c8fd3a6756d5e38c (diff) | |
Merge pull request #2760 from hathach/update-pio-usb
change pio to fix rp2040 build
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/rpi.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/hil/rpi.json b/test/hil/rpi.json index fd00913f3..396b21553 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -57,16 +57,16 @@ "flasher": "openocd", "flasher_sn": "066FFF495087534867063844", "flasher_args": "-f interface/stlink.cfg -f target/stm32g0x.cfg" - }, + } + ], + "boards-skip": [ { "name": "nanoch32v203", "uid": "CDAB277B0FBC03E339E339E3", "flasher": "openocd_wch", "flasher_sn": "EBCA8F0670AF", "flasher_args": "" - } - ], - "boards-skip": [ + }, { "name": "espressif_s3_devkitm", "uid": "84F703C084E4", |
