diff options
| author | hathach <[email protected]> | 2025-07-09 17:58:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-09 21:54:23 +0700 |
| commit | b5694fd40a13445a6df7c88150593d152b54397d (patch) | |
| tree | 31e06463d47c948d03c3a1635ede9b25822ff7a6 /test/hil/tinyusb.json | |
| parent | 227b22de02d2b1b1d66adcb612de85e71aa98269 (diff) | |
add option to pass symbol defines to ci build.py
add build.args option for hil json
add MAX3421_HOST=1 for metro m4 express
Diffstat (limited to 'test/hil/tinyusb.json')
| -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 8a835e4c0..6afcb2186 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -61,6 +61,9 @@ { "name": "metro_m4_express", "uid": "9995AD485337433231202020FF100A34", + "build" : { + "args": ["MAX3421_HOST=1"] + }, "tests": { "device": true, "host": false, "dual": true, "dev_attached": [{"vid_pid": "1a86_55d4", "serial": "52D2002130"}] |
