mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 11:02:16 +00:00
add msc device to hil rp2040 host pool
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user