mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 04:18:56 +00:00
remove metro m7 for now
This commit is contained in:
parent
5f8599f6d4
commit
0f732a2f8b
@ -387,7 +387,7 @@ def test_board(board):
|
||||
try:
|
||||
ret = globals()[f'test_{test}'](board)
|
||||
print('OK')
|
||||
except AssertionError as e:
|
||||
except Exception as e:
|
||||
err_count += 1
|
||||
print('Failed')
|
||||
print(f' {e}')
|
||||
|
@ -14,15 +14,6 @@
|
||||
"flasher_sn": "E6614C311B597D32",
|
||||
"flasher_args": "-f interface/cmsis-dap.cfg -f target/atsame5x.cfg -c \"adapter speed 5000\""
|
||||
},
|
||||
{
|
||||
"name": "metro_m7_1011",
|
||||
"uid": "9CE8715DD71137363E00005002004200",
|
||||
"tests_skip": ["cdc_msc", "cdc_msc_freertos"],
|
||||
"comment": "Somehow has issue with cdc_msc example randomly",
|
||||
"flasher": "jlink",
|
||||
"flasher_sn": "000611000000",
|
||||
"flasher_args": "-device MIMXRT1011xxx5A"
|
||||
},
|
||||
{
|
||||
"name": "lpcxpresso11u37",
|
||||
"uid": "17121919",
|
||||
@ -69,6 +60,14 @@
|
||||
}
|
||||
],
|
||||
"boards-skip": [
|
||||
{
|
||||
"name": "metro_m7_1011",
|
||||
"uid": "9CE8715DD71137363E00005002004200",
|
||||
"flasher": "jlink",
|
||||
"flasher_sn": "000611000000",
|
||||
"flasher_args": "-device MIMXRT1011xxx5A",
|
||||
"comment": "sometime it is not enumerated/not reset, maybe need an bsp explicit disconnect/reconnect"
|
||||
},
|
||||
{
|
||||
"name": "espressif_s3_devkitm",
|
||||
"uid": "84F703C084E4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user