Searched refs:board_yml (Results 1 – 1 of 1) sorted by relevance
225 def load_v2_boards(board_name, board_yml, systems): argument228 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_YML323 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)