Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dlist_boards.py225 def load_v2_boards(board_name, board_yml, systems): argument
228 if board_yml.is_file():
229 with board_yml.open('r', encoding='utf-8') as f:
236 .format(board_yml.as_posix(), e))
252 board.update({'dir': board_yml.parent})
280 directories=[board_yml.parent],
310 board_yml = e['dir'] / BOARD_YML
323 dirs = [board_yml.parent for board_yml in board_files if board_yml.is_file()]
340 for board_yml in board_files:
341 b, e = load_v2_boards(args.board, board_yml, systems)