diff options
Diffstat (limited to 'test/hil/tinyusb.json')
| -rw-r--r-- | test/hil/tinyusb.json | 85 |
1 files changed, 34 insertions, 51 deletions
diff --git a/test/hil/tinyusb.json b/test/hil/tinyusb.json index 8ed33c8a2..6871d812f 100644 --- a/test/hil/tinyusb.json +++ b/test/hil/tinyusb.json @@ -22,7 +22,6 @@ { "name": "espressif_p4_function_ev-DMA", "flags": "-DCFG_TUD_DWC2_DMA_ENABLE=1 -DCFG_TUH_DWC2_DMA_ENABLE=1" } ], "tests": { - "comment": "espressif fleet build = IDF/FreeRTOS examples plus the IDF-buildable bare-metal-style ones tools/build.py allowlists (board_test, usbtest, video_capture)", "only": [ "device/cdc_msc_freertos", "device/hid_composite_freertos", @@ -152,51 +151,6 @@ } }, { - "name": "mimxrt1015_evk", - "uid": "DC28F865D2111D228D00B0543A70463C", - "tests": { - "device": true, - "host": false, - "dual": false - }, - "flasher": { - "name": "jlink", - "uid": "000726284213", - "args": "-device MIMXRT1015DAF5A" - } - }, - { - "name": "mimxrt1064_evk", - "uid": "BAE96FB95AFA6DBB8F00005002001200", - "tests": { - "skip": ["host/cdc_msc_hid"], - "comment-cdc-echo": "CH9102+Lexar bundle (moved here from stm32f723disco) mounts fine but echo returns nothing - TX-RX loopback jumper likely lost in the move; re-check wiring then re-enable", - "device": true, - "host": true, - "dual": true, - "dev_attached": [ - { - "vid_pid": "1a86_55d4", - "serial": "52D2003414", - "is_cdc": true - }, - { - "vid_pid": "21c4_0cc7", - "serial": "90005893730A1A63", - "is_msc": true, - "block_size": 512, - "block_count": 60620800, - "msc_inquiry": "Lexar USB Flash Drive PMAP" - } - ] - }, - "flasher": { - "name": "jlink", - "uid": "000725299165", - "args": "-device MIMXRT1064xxx6A" - } - }, - { "name": "lpcxpresso11u37", "uid": "17121919", "tests": { @@ -234,8 +188,6 @@ "device": true, "host": true, "dual": true, - "skip": ["host/cdc_msc_hid", "host/device_info", "host/msc_file_explorer", "host/msc_file_explorer_freertos", "dual/host_info_to_device_cdc"], - "comment-skip": "PIO-USB host port enumerates nothing since the board moves (CH340+UDisk bundle unplugged or unpowered) - re-attach the bundle then drop these skips", "dev_attached": [ { "vid_pid": "1a86_7523", @@ -550,10 +502,43 @@ "uid": "001050076405", "args": "-device NRF5340_XXAA_APP" } + } + ], + "boards-skip": [ + { + "name": "mimxrt1064_evk", + "uid": "BAE96FB95AFA6DBB8F00005002001200", + "comment-skip": "device-port cable degraded from enum drops to killing the uPD720201 mid-battery (2026-07-17); replace the cable, verify enum, then move back", + "tests": { + "device": true, + "host": true, + "dual": true, + "dev_attached": [ + { + "vid_pid": "1a86_55d4", + "serial": "52D2003414", + "is_cdc": true + }, + { + "vid_pid": "21c4_0cc7", + "serial": "90005893730A1A63", + "is_msc": true, + "block_size": 512, + "block_count": 60620800, + "msc_inquiry": "Lexar USB Flash Drive PMAP" + } + ] + }, + "flasher": { + "name": "jlink", + "uid": "000725299165", + "args": "-device MIMXRT1064xxx6A" + } }, { "name": "nrf54lm20dk", "uid": "899C3DE5B0F4D5CA", + "comment-skip": "J-Link probe fails most flashes (2026-07-16); replug/repair the probe, then move back", "tests": { "device": true, "host": false, @@ -566,9 +551,7 @@ "uid": "1051856258", "args": "-device NRF54LM20A_M33" } - } - ], - "boards-skip": [ + }, { "name": "ra6m5_ek", "uid": "8419032D32363657364EF4622D294B4E", |
