diff options
| author | hathach <[email protected]> | 2026-03-17 21:38:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-17 21:38:46 +0700 |
| commit | 45e80a1042ea802b74ebe97db350f9da17cb2fe4 (patch) | |
| tree | e8f9352a4e8d241a37a4125fcdf297ea49e3cc2c /test/hil/tinyusb.json | |
| parent | a3b2b4217630eea3f514ee042ee399e9ee397b8a (diff) | |
add hil test for host msc and cdc
Diffstat (limited to 'test/hil/tinyusb.json')
| -rw-r--r-- | test/hil/tinyusb.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index eaf60c6ce..e84e9672b 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -176,6 +176,25 @@ } }, { + "name": "adafruit_fruit_jam", + "uid": "2B0DC7A45781189E", + "tests": { + "device": false, + "host": true, + "dual": true, + "dev_attached": [ + {"vid_pid": "0403_6001", "serial": "0", "is_cdc": true}, + {"vid_pid": "058f_6387", "serial": "A8BEE062633D", "is_msc": true, + "msc_disk_size": 3730, "msc_inquiry": "Generic Flash Disk rev 8.07"} + ] + }, + "flasher": { + "name": "openocd", + "uid": "E6614103E78E8324", + "args": "-f interface/cmsis-dap.cfg -f target/rp2350.cfg -c \"adapter speed 5000\"" + } + }, + { "name": "stm32f072disco", "uid": "3A001A001357364230353532", "flasher": { |
