summaryrefslogtreecommitdiff
path: root/test/hil/tinyusb.json
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-04 16:33:58 +0700
committerhathach <[email protected]>2024-10-04 16:33:58 +0700
commit7cdab1c94b2a218928691dbca8cb9290bb31ecc9 (patch)
tree0ec5de9b381d2540f01f15e314f4391cede45aa3 /test/hil/tinyusb.json
parent06347661de26fd2e680a3a9d760677c056d451b5 (diff)
enable dma hil test with hfp.json
Diffstat (limited to 'test/hil/tinyusb.json')
-rw-r--r--test/hil/tinyusb.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index 7627e7482..1eaa08207 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -79,7 +79,9 @@
{
"name": "espressif_s3_devkitm",
"uid": "84F703C084E4",
- "build_flags_on": ["", "CFG_TUD_DWC2_DMA"],
+ "build" : {
+ "flags_on": ["", "CFG_TUD_DWC2_DMA"]
+ },
"tests": {
"only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"]
},