diff options
| author | Ha Thach <[email protected]> | 2026-03-13 00:41:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-13 00:41:09 +0700 |
| commit | 1fcb49fc638635337dc3d757767428bc3cb8c4b7 (patch) | |
| tree | c5e382bc885812eeb0c1c880a9534dba3da33857 /test | |
| parent | ac61a5b176b44db503d8bcc287a622463b65e48e (diff) | |
| parent | c6e13e8c15fc6372589b685f5aa4ee60f0cd28f7 (diff) | |
Merge pull request #3549 from hathach/remove-cdc-configure
remove tud cdc configure
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", |
