diff options
| author | Ha Thach <[email protected]> | 2025-07-07 22:28:25 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-07 22:28:25 +0700 |
| commit | ea64300a9ad57fbdcafbed189b3d358bf9b6912e (patch) | |
| tree | f9f349303357d27a0f0b88af830d87d29b942be6 /test | |
| parent | 9990e4bf0cb5c472136f5ddd884f01e362c8b500 (diff) | |
| parent | 7909b503c4a6e93868bffa399a4bfa37898ea149 (diff) | |
Merge pull request #3164 from hathach/readd-max32666
re-add max32666fthr to hil pool
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 11b118cea..8a835e4c0 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -47,6 +47,18 @@ } }, { + "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": { @@ -200,18 +212,6 @@ ], "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" : { |
