Searched refs:board_root (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/scripts/west_commands/ |
| D | shields.py | 76 board_root = module.meta.get('build', {}).get('settings', {}).get('board_root') 77 if board_root is not None: 78 modules_board_roots.append(Path(module.project) / board_root)
|
| /Zephyr-latest/scripts/utils/ |
| D | board_v1_to_v2.py | 44 def board_v1_to_v2(board_root, board, new_board, group, vendor, soc, variants): argument 46 board_path = next(board_root.glob(f"boards/*/{board}")) 50 new_board_path = board_root / "boards" / group / new_board 208 args.board_root,
|
| /Zephyr-latest/scripts/tests/twister_blackbox/ |
| D | test_platform.py | 106 def test_board_root(self, out_path, board_root, expected_returncode): argument 111 (['--board-root', board_root_path] if board_root else []) + \ 126 assert board_error if not board_root else not board_error
|
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ |
| D | environment.py | 312 board_root = module.meta.get("build", {}).get("settings", {}).get("board_root") 313 if board_root: 314 board_root_list.append(os.path.join(module.project, board_root, "boards")) 1067 if not isinstance(options.board_root, list): 1068 self.board_roots = [options.board_root] 1070 self.board_roots = options.board_root
|
| D | handlers.py | 266 for board_dir in self.options.board_root:
|
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_environment.py | 264 board_root=['dummy1', 'dummy2'], 285 board_root='dummy0',
|
| /Zephyr-latest/doc/develop/ |
| D | modules.rst | 921 - ``board_root``: Contains additional boards that are available to the build 922 system. Additional boards must be located in a :file:`<board_root>/boards` 952 board_root: .
|