Searched refs:board_src_path (Results 1 – 2 of 2) sorted by relevance
28 board_src_path = os.path.abspath(r'../board') variable34 print(' Copying BSP board from {} to {}'.format(board_src_path, board_dst_path))43 shutil.copytree(board_src_path, board_dst_path)
Completed in 4 milliseconds