File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -436,11 +436,11 @@ def main():
436
436
else :
437
437
config_boards = [e for e in config ['boards' ] if e ['name' ] in boards ]
438
438
439
- err_count_list = 0
439
+ err_count_list = []
440
440
with Pool (processes = os .cpu_count ()) as pool :
441
441
err_count_list = pool .map (test_board , config_boards )
442
-
443
- sys .exit (sum ( err_count_list ) )
442
+ err_count = sum ( err_count_list )
443
+ sys .exit (err_count )
444
444
445
445
446
446
if __name__ == '__main__' :
Original file line number Diff line number Diff line change 14
14
"flasher_sn" : " E6614C311B597D32" ,
15
15
"flasher_args" : " -f interface/cmsis-dap.cfg -f target/atsame5x.cfg -c \" adapter speed 5000\" "
16
16
},
17
- {
18
- "name" : " metro_m7_1011" ,
19
- "uid" : " 9CE8715DD71137363E00005002004200" ,
20
- "flasher" : " jlink" ,
21
- "flasher_sn" : " 000611000000" ,
22
- "flasher_args" : " -device MIMXRT1011xxx5A"
23
- },
24
17
{
25
18
"name" : " max32666fthr" ,
26
19
"uid" : " 0C81464124010B20FF0A08CC2C" ,
67
60
}
68
61
],
69
62
"boards-skip" : [
63
+ {
64
+ "name" : " mimxrt1015_evk" ,
65
+ "uid" : " DC28F865D2111D228D00B0543A70463C" ,
66
+ "flasher" : " jlink" ,
67
+ "flasher_sn" : " 000726284213" ,
68
+ "flasher_args" : " -device MIMXRT1015DAF5A"
69
+ },
70
70
{
71
71
"name" : " nanoch32v203" ,
72
72
"uid" : " CDAB277B0FBC03E339E339E3" ,
You can’t perform that action at this time.
0 commit comments