diff options
| author | hathach <[email protected]> | 2025-06-12 11:02:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-06-12 11:02:54 +0700 |
| commit | 386f33807ace91f43750afbf68993821f3576aa5 (patch) | |
| tree | bb26ba050ee85a5ece071f5e6a8f1dfcb6eb68de /test | |
| parent | b956d10487e537dd1827a60c6786a490fd762dc4 (diff) | |
| parent | 170de855a36dd329911e53e1e9e29fb161867821 (diff) | |
Merge branch 'master' into fork/james-advatek/stm32n657nucleo
Diffstat (limited to 'test')
| -rw-r--r-- | test/hil/tinyusb.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 8a835e4c0..11b118cea 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -47,18 +47,6 @@ } }, { - "name": "max32666fthr", - "uid": "0C81464124010B20FF0A08CC2C", - "tests": { - "device": true, "host": false, "dual": false - }, - "flasher": { - "name": "openocd_adi", - "uid": "E6614C311B597D32", - "args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg" - } - }, - { "name": "metro_m4_express", "uid": "9995AD485337433231202020FF100A34", "tests": { @@ -212,6 +200,18 @@ ], "boards-skip": [ { + "name": "max32666fthr", + "uid": "0C81464124010B20FF0A08CC2C", + "tests": { + "device": true, "host": false, "dual": false + }, + "flasher": { + "name": "openocd_adi", + "uid": "E6614C311B597D32", + "args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg" + } + }, + { "name": "stm32f769disco", "uid": "21002F000F51363531383437", "build" : { |
