diff options
| author | hathach <[email protected]> | 2024-11-11 16:42:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-11 16:42:08 +0700 |
| commit | 57c8c223e5f873e8075eb807844140004c74472d (patch) | |
| tree | 5d6bdbdb8f7d3b89adf61fb3b72b8c77175d9885 /test | |
| parent | 13f78e2e7716fda1c0ee1ef09a8bc76fde4f4c57 (diff) | |
correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 fs (slave only)
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index c92224e26..f5a3f109e 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -3,9 +3,6 @@ { "name": "espressif_p4_function_ev", "uid": "6055F9F98715", - "build" : { - "flags_on": ["", "CFG_TUD_DWC2_DMA"] - }, "tests": { "only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"] }, @@ -98,9 +95,6 @@ { "name": "stm32f407disco", "uid": "30001A000647313332353735", - "build" : { - "flags_on": ["", "CFG_TUD_DWC2_DMA"] - }, "flasher": "jlink", "flasher_sn": "000773661813", "flasher_args": "-device stm32f407vg" |
