diff options
| author | Ha Thach <[email protected]> | 2024-11-25 18:07:39 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-25 18:07:39 +0700 |
| commit | 66741e35c2661ccaa6a8f8cd6d2f6d7aab049f2c (patch) | |
| tree | 4c7d6bf0ea2986670b812481bacdc8126ae8f7b8 /test | |
| parent | 2571889061f70b9fd425ee4e4174018bf07c5309 (diff) | |
| parent | c09eedaf24ad609a1b12bf9c1c7f631b8374f222 (diff) | |
Merge pull request #2884 from hathach/esp32p4-dma
More Esp32p4 dma with cache sync
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index b6c9b540a..8b4ef6d3a 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -3,6 +3,9 @@ { "name": "espressif_p4_function_ev", "uid": "6055F9F98715", + "build" : { + "flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE"] + }, "tests": { "only": ["device/cdc_msc_freertos", "device/hid_composite_freertos", "host/device_info"], "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002427"}] |
