Home
last modified time | relevance | path

Searched refs:board_image_count (Results 1 – 1 of 1) sorted by relevance

/scripts/west_commands/
A Drun_common.py228 board_image_count = defaultdict(ImagesFlashed)
271 board_image_count[board].total += 1
350 board_image_count, d.build_dir, prev_runner)
354 board_image_count, build_dir=None, prev_runner=None): argument
363 if board_image_count is not None and board in board_image_count:
364 board_image_count[board].flashed += 1
414 for match in board_image_count:
416 … if board_image_count[match].flashed == board_image_count[match].total:
443 if board_image_count is not None:
469 for match in board_image_count:
[all …]

Completed in 10 milliseconds