diff options
| author | hathach <[email protected]> | 2026-03-13 00:57:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-13 00:57:30 +0700 |
| commit | 5bca175ea1f19309bc3f53a9435cb289561e1aa2 (patch) | |
| tree | ad99f53db0e5da76d8eee987b30fdbba8776942e /test | |
| parent | 467f8c0a6b6e36304a6d5b420a0b15dc3fc64999 (diff) | |
| parent | 1fcb49fc638635337dc3d757767428bc3cb8c4b7 (diff) | |
Merge branch 'master' into ncm_restart
Diffstat (limited to 'test')
| -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", |
