summaryrefslogtreecommitdiff
path: root/test/hil/tinyusb.json
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-04-18 17:54:01 +0700
committerhathach <[email protected]>2025-04-18 17:59:38 +0700
commit2fd0301f0ef0df058de4004d045eb0ea4209a2e9 (patch)
tree65182d57fb57766a36ff0e09057254df308a40d0 /test/hil/tinyusb.json
parent925010fd841c5442579c503a3b1aa211cc25e8b2 (diff)
parente44f556a951451fd9123cb822683faac324e0450 (diff)
Merge branch 'master' into fork/HiFiPhile/ping_out
# Conflicts: # src/portable/synopsys/dwc2/hcd_dwc2.c
Diffstat (limited to 'test/hil/tinyusb.json')
-rw-r--r--test/hil/tinyusb.json22
1 files changed, 19 insertions, 3 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index a9460bf9d..8a835e4c0 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -21,16 +21,18 @@
"name": "espressif_s3_devkitm",
"uid": "84F703C084E4",
"build" : {
- "flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE"]
+ "flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE CFG_TUH_DWC2_DMA_ENABLE"]
},
"tests": {
- "only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"]
+ "only": ["device/cdc_msc_freertos", "device/hid_composite_freertos", "host/device_info"],
+ "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2005402"}]
},
"flasher": {
"name": "esptool",
"uid": "3ea619acd1cdeb11a0a0b806e93fd3f1",
"args": "-b 1500000"
- }
+ },
+ "comment": "Use TS3USB30 mux to test both device and host"
},
{
"name": "feather_nrf52840_express",
@@ -125,6 +127,20 @@
}
},
{
+ "name": "raspberry_pi_pico_w",
+ "uid": "E6614C311B764A37",
+ "tests": {
+ "device": false, "host": true, "dual": false,
+ "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2023934"}]
+ },
+ "flasher": {
+ "name": "openocd",
+ "uid": "E6633861A3819D38",
+ "args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\""
+ },
+ "comment": "Test native host"
+ },
+ {
"name": "raspberry_pi_pico2",
"uid": "560AE75E1C7152C9",
"build" : {