diff options
| author | hathach <[email protected]> | 2025-04-16 21:15:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-04-16 21:15:07 +0700 |
| commit | 4d601545eba2793280752fb04ab6a7628a1a14ea (patch) | |
| tree | 22be25b5848f5c1ddb9886b52441c3f5320a425c /test | |
| parent | bfe08176e516fede93dcd0bb3d43b4044fea25e4 (diff) | |
add TS3USB30 to test s3 host with slave/dma
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index a9460bf9d..8f39eb32e 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", |
