diff options
| author | hathach <[email protected]> | 2025-04-17 11:22:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-04-17 11:22:38 +0700 |
| commit | f479b02ea6110d2b7703ae96763535b7ec2bbde1 (patch) | |
| tree | f5ea8886e1d044ebfbb815b6b10fd7a5f2411fee /test | |
| parent | e426c8c8769515597f22b48b203cf61035194638 (diff) | |
ci add pico_w for native host test
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 8f39eb32e..8a835e4c0 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -127,6 +127,20 @@ } }, { + "name": "raspberry_pi_pico_w", + "uid": "E6614C311B764A37", + "tests": { + "device": false, "host": true, "dual": false, + "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2023934"}] + }, + "flasher": { + "name": "openocd", + "uid": "E6633861A3819D38", + "args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" + }, + "comment": "Test native host" + }, + { "name": "raspberry_pi_pico2", "uid": "560AE75E1C7152C9", "build" : { |
