remove metro m7 for now

This commit is contained in:
hathach
2024-08-13 14:50:54 +07:00
parent 5f8599f6d4
commit 0f732a2f8b
2 changed files with 9 additions and 10 deletions

View File

@@ -387,7 +387,7 @@ def test_board(board):
try: try:
ret = globals()[f'test_{test}'](board) ret = globals()[f'test_{test}'](board)
print('OK') print('OK')
except AssertionError as e: except Exception as e:
err_count += 1 err_count += 1
print('Failed') print('Failed')
print(f' {e}') print(f' {e}')

View File

@@ -14,15 +14,6 @@
"flasher_sn": "E6614C311B597D32", "flasher_sn": "E6614C311B597D32",
"flasher_args": "-f interface/cmsis-dap.cfg -f target/atsame5x.cfg -c \"adapter speed 5000\"" "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", "name": "lpcxpresso11u37",
"uid": "17121919", "uid": "17121919",
@@ -69,6 +60,14 @@
} }
], ],
"boards-skip": [ "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", "name": "espressif_s3_devkitm",
"uid": "84F703C084E4", "uid": "84F703C084E4",