diff options
Diffstat (limited to 'test/hil/tinyusb.json')
| -rw-r--r-- | test/hil/tinyusb.json | 112 |
1 files changed, 74 insertions, 38 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 8f321baef..8fd4683a4 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -149,17 +149,22 @@ "flasher": { "name": "openocd", "uid": "E6614C311B597D32", - "args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg" + "vid_pid": "0x2e8a 0x000c", + "args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg", + "verify": true } }, { "name": "metro_m4_express", "uid": "9995AD485337433231202020FF100A34", - "build": { - "args": [ - "MAX3421_HOST=1" - ] - }, + "variant": [ + { + "name": "metro_m4_express", + "defines": [ + "MAX3421_HOST=1" + ] + } + ], "tests": { "device": true, "host": false, @@ -195,6 +200,20 @@ } }, { + "name": "lpcxpresso55s28", + "uid": "2BF1839A7D51F553A15AB03FD08F70AB", + "tests": { + "device": true, + "host": false, + "dual": false + }, + "flasher": { + "name": "jlink", + "uid": "000727031389", + "args": "-device LPC55S28" + } + }, + { "name": "ra4m1_ek", "uid": "152E163038303131393346E46F26574B", "tests": { @@ -239,7 +258,9 @@ "flasher": { "name": "openocd", "uid": "E6614103E72C1D2F", - "args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" + "vid_pid": "0x2e8a 0x000c", + "args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"", + "verify": true } }, { @@ -268,7 +289,9 @@ "flasher": { "name": "openocd", "uid": "E6633861A3819D38", - "args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"" + "vid_pid": "0x2e8a 0x000c", + "args": "-f interface/cmsis-dap.cfg -f target/rp2040.cfg -c \"adapter speed 5000\"", + "verify": true }, "comment": "Test native host" }, @@ -293,7 +316,9 @@ "flasher": { "name": "openocd", "uid": "E6633861A3978538", - "args": "-f interface/cmsis-dap.cfg -f target/rp2350.cfg -c \"adapter speed 5000\"" + "vid_pid": "0x2e8a 0x000c", + "args": "-f interface/cmsis-dap.cfg -f target/rp2350.cfg -c \"adapter speed 5000\"", + "verify": true } }, { @@ -322,7 +347,9 @@ "flasher": { "name": "openocd", "uid": "E663AC91D3359B38", - "args": "-f interface/cmsis-dap.cfg -f target/rp2350.cfg -c \"adapter speed 5000\"" + "vid_pid": "0x2e8a 0x000c", + "args": "-f interface/cmsis-dap.cfg -f target/rp2350.cfg -c \"adapter speed 5000\"", + "verify": true } }, { @@ -402,9 +429,9 @@ "dual": false }, "flasher": { - "name": "openocd", + "name": "stlink", "uid": "004C00343137510F39383538", - "args": "-f interface/stlink.cfg -f target/stm32h7x.cfg" + "verify": true } }, { @@ -416,9 +443,9 @@ "dual": false }, "flasher": { - "name": "openocd", + "name": "stlink", "uid": "066FFF495087534867063844", - "args": "-f interface/stlink.cfg -f target/stm32g0x.cfg" + "verify": true }, "comment": "32-bit scheme, 2KB USB SRAM" }, @@ -463,9 +490,11 @@ "dual": false }, "flasher": { - "name": "openocd_wch", + "name": "openocd", "uid": "A76D8F062C2A", - "args": "-f target/wch-riscv.cfg" + "vid_pid": "0x1a86 0x8010", + "args": "-f target/wch-riscv.cfg", + "verify": false } }, { @@ -478,9 +507,11 @@ "dual": false }, "flasher": { - "name": "openocd_wch", + "name": "openocd", "uid": "BC4954081051", - "args": "-f target/wch-riscv.cfg" + "vid_pid": "0x1a86 0x8010", + "args": "-f target/wch-riscv.cfg", + "verify": false } }, { @@ -497,9 +528,11 @@ "dual": false }, "flasher": { - "name": "openocd_wch", + "name": "openocd", "uid": "BC5DA47360D0", - "args": "-f target/wch-riscv.cfg" + "vid_pid": "0x1a86 0x8010", + "args": "-f target/wch-riscv.cfg", + "verify": false } }, { @@ -512,9 +545,11 @@ "dual": false }, "flasher": { - "name": "openocd_wch", + "name": "openocd", "uid": "57468F06DC03", - "args": "-f target/wch-riscv.cfg" + "vid_pid": "0x1a86 0x8010", + "args": "-f target/wch-riscv.cfg", + "verify": false } }, { @@ -561,22 +596,6 @@ "uid": "1051856258", "args": "-device NRF54LM20A_M33" } - }, - { - "name": "ra6m5_ek", - "uid": "8419032D32363657364EF4622D294B4E", - "tests": { - "device": true, - "host": false, - "dual": false, - "skip": ["device/cdc_msc_throughput", "device/msc_dual_lun"], - "comment": "MSC writes wedge the uPD720201 host (URBs queued, zero wire activity, bus-15 ctrl xfers time out until the device's URBs are killed); reproduced identically with master firmware - device side armed+BUF and exonerated. MSC reads and usbtest bulk (15.8 MB/s) are fine" - }, - "flasher": { - "name": "jlink", - "uid": "000831915224", - "args": "-device R7FA6M5BH" - } } ], "boards-skip": [ @@ -612,6 +631,23 @@ "uid": "000778170924", "args": "-device stm32f769ni" } + }, + { + "name": "ra6m5_ek", + "uid": "8419032D32363657364EF4622D294B4E", + "comment": "Unstable in CI: intermittent usbtest failures plus cdc_dual_ports/hid_boot_interface/midi_test/mtp/printer_to_cdc flapping. Parked until diagnosed", + "tests": { + "device": true, + "host": false, + "dual": false, + "skip": ["device/cdc_msc_throughput", "device/msc_dual_lun"], + "comment": "MSC writes wedge the uPD720201 host (URBs queued, zero wire activity, bus-15 ctrl xfers time out until the device's URBs are killed); reproduced identically with master firmware - device side armed+BUF and exonerated. MSC reads and usbtest bulk (15.8 MB/s) are fine" + }, + "flasher": { + "name": "jlink", + "uid": "000831915224", + "args": "-device R7FA6M5BH" + } } ] } |
