Home
last modified time | relevance | path

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

/scripts/
A Dlist_boards.py227 def load_v2_boards(board_name, board_yml, systems): argument
230 if board_yml.is_file():
231 with board_yml.open('r', encoding='utf-8') as f:
254 board.update({'dir': board_yml.parent})
281 directories=[board_yml.parent],
311 board_yml = e['dir'] / BOARD_YML
324 dirs = [board_yml.parent for board_yml in board_files if board_yml.is_file()]
341 for board_yml in board_files:
342 b, e = load_v2_boards(args.board, board_yml, systems)

Completed in 4 milliseconds