diff options
| author | hathach <[email protected]> | 2024-08-22 18:51:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-08-22 18:51:32 +0700 |
| commit | ccf886ca80ed74d985483fdb90e67703ebeb7dad (patch) | |
| tree | 9a5b72c803bc3350fac489b84e0e5ad5b445106b /test | |
| parent | 0db42aac71a6fb2a821a034ee29d2587638d309a (diff) | |
add pio-usb host test to hil. fix build as well
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/rpi.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/hil/rpi.json b/test/hil/rpi.json index 3f07a8f42..b75c1339b 100644 --- a/test/hil/rpi.json +++ b/test/hil/rpi.json @@ -14,11 +14,7 @@ "flasher_sn": "E6633861A3978538", "flasher_args": "-f interface/cmsis-dap.cfg -f target/atsame5x.cfg", "tests": { - "dual_attached": [ - { - "vid_pid": "1a86_55d4", "serial": "52D2002130" - } - ] + "dual_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002130"}] } }, { @@ -51,7 +47,10 @@ "uid": "E6614C311B764A37", "flasher": "openocd", "flasher_sn": "E6614103E72C1D2F", - "flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" + "flasher_args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"", + "tests": { + "dual_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002470"}] + } }, { "name": "stm32f072disco", |
