diff options
| author | hathach <[email protected]> | 2026-03-12 23:06:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-12 23:06:39 +0700 |
| commit | c6e13e8c15fc6372589b685f5aa4ee60f0cd28f7 (patch) | |
| tree | c5e382bc885812eeb0c1c880a9534dba3da33857 | |
| parent | 0e23ccd7df3e8e4119f4dd29236314fe1aed0ae5 (diff) | |
update hil host
| -rw-r--r-- | test/hil/tinyusb.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 029e5ffcd..e1ba5da57 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -67,7 +67,8 @@ }, "tests": { "device": true, "host": false, "dual": true, - "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002130"}] + "dev_attached": [{"vid_pid": "067b_2303", "serial": "0"}], + "comment": "pl23x" }, "flasher": { "name": "jlink", @@ -80,7 +81,8 @@ "uid": "BAE96FB95AFA6DBB8F00005002001200", "tests": { "device": true, "host": true, "dual": true, - "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2023299"}] + "dev_attached": [{"vid_pid": "10c4_ea60", "serial": "0001"}], + "comment": "cp2102" }, "flasher": { "name": "jlink", @@ -122,7 +124,8 @@ }, "tests": { "device": true, "host": true, "dual": true, - "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002470"}] + "dev_attached": [{"vid_pid": "1a86_7523", "serial": "0"}], + "comment": "ch34x" }, "flasher": { "name": "openocd", |
