diff options
| author | hathach <[email protected]> | 2026-04-02 10:42:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-02 10:42:00 +0700 |
| commit | b6f04f8643e5ca1efe2b8f9754427f5e5a0303e7 (patch) | |
| tree | 4cd29aeced24f4bc8d327d4bce02da57f18b86fb /test | |
| parent | 087ceb7417e6c1d72701ae491407490cfe5c6558 (diff) | |
add msc device to hil rp2040 host pool
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 1ac953939..86ac902ce 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -150,7 +150,21 @@ "uid": "E6614864D35DAE36", "tests": { "device": false, "host": true, "dual": false, - "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2023934", "is_cdc": true}] + "dev_attached": [ + { + "vid_pid": "1a86_55d4", + "serial": "52D2023934", + "is_cdc": true + }, + { + "vid_pid": "2008_2018", + "serial": "O20070925A002746", + "is_msc": true, + "block_size": 512, + "block_count": 4124152, + "msc_inquiry": "USB2.0 Flash Disk 2.10" + } + ] }, "flasher": { "name": "openocd", |
