summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-04 16:02:46 +0700
committerhathach <[email protected]>2024-10-04 16:02:46 +0700
commit072a80d088c5c74a97b9ac525c6c7f7c53627ccb (patch)
tree0794f4316736e15ec815d400f57431e358e50f01 /test
parent5a5dbfc8c65273cf97fe5f5382d1d69de5dcd66d (diff)
hil test both slave and dma for dwc2 esp32s3
Diffstat (limited to 'test')
-rw-r--r--test/hil/hil_ci_set_matrix.py3
-rw-r--r--test/hil/tinyusb.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/test/hil/hil_ci_set_matrix.py b/test/hil/hil_ci_set_matrix.py
index 56952eab3..d1329f035 100644
--- a/test/hil/hil_ci_set_matrix.py
+++ b/test/hil/hil_ci_set_matrix.py
@@ -2,6 +2,7 @@ import argparse
import json
import os
+
def main():
parser = argparse.ArgumentParser()
parser.add_argument('config_file', help='Configuration JSON file')
@@ -31,7 +32,7 @@ def main():
if f == '':
matrix[toolchain].append(f'-b {name}')
else:
- matrix[toolchain].append(f'-b {name}-{f.replace(" ", "_")}')
+ matrix[toolchain].append(f'-b {name} -f1 {f.replace(" ", " -f1 ")}')
else:
matrix[toolchain].append(f'-b {name}')
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json
index 066dc5876..7627e7482 100644
--- a/test/hil/tinyusb.json
+++ b/test/hil/tinyusb.json
@@ -79,6 +79,7 @@
{
"name": "espressif_s3_devkitm",
"uid": "84F703C084E4",
+ "build_flags_on": ["", "CFG_TUD_DWC2_DMA"],
"tests": {
"only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"]
},