mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 23:43:23 +00:00
mimxrt1015_evk does not work reliably in hil pool (like metro m7).
This commit is contained in:
parent
ea4f9ceb58
commit
0541598d07
@ -436,11 +436,11 @@ def main():
|
||||
else:
|
||||
config_boards = [e for e in config['boards'] if e['name'] in boards]
|
||||
|
||||
err_count_list = 0
|
||||
err_count_list = []
|
||||
with Pool(processes=os.cpu_count()) as pool:
|
||||
err_count_list = pool.map(test_board, config_boards)
|
||||
|
||||
sys.exit(sum(err_count_list))
|
||||
err_count = sum(err_count_list)
|
||||
sys.exit(err_count)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
@ -14,13 +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",
|
||||
"flasher": "jlink",
|
||||
"flasher_sn": "000611000000",
|
||||
"flasher_args": "-device MIMXRT1011xxx5A"
|
||||
},
|
||||
{
|
||||
"name": "max32666fthr",
|
||||
"uid": "0C81464124010B20FF0A08CC2C",
|
||||
@ -67,6 +60,13 @@
|
||||
}
|
||||
],
|
||||
"boards-skip": [
|
||||
{
|
||||
"name": "mimxrt1015_evk",
|
||||
"uid": "DC28F865D2111D228D00B0543A70463C",
|
||||
"flasher": "jlink",
|
||||
"flasher_sn": "000726284213",
|
||||
"flasher_args": "-device MIMXRT1015DAF5A"
|
||||
},
|
||||
{
|
||||
"name": "nanoch32v203",
|
||||
"uid": "CDAB277B0FBC03E339E339E3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user