Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/
Drun_common.py199 board_image_count = defaultdict(ImagesFlashed)
253 board_image_count[board].total += 1
332 board_image_count, d.build_dir, prev_runner)
336 board_image_count, build_dir=None, prev_runner=None): argument
345 if board_image_count is not None and board in board_image_count:
346 board_image_count[board].flashed += 1
396 for match in board_image_count:
398 … if board_image_count[match].flashed == board_image_count[match].total:
419 if board_image_count is not None:
445 for match in board_image_count:
[all …]