Searched refs:pathlib (Results 1 – 25 of 111) sorted by relevance
12345
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/ |
D | mec172x_remote_flasher.py | 50 import pathlib 129 remote_tmp = pathlib.PurePosixPath("/tmp") 132 remote_tmp = pathlib.PureWindowsPath(args.remote_tmp) 134 remote_tmp = pathlib.PurePosixPath(args.remote_tmp) 137 spi_file_path = pathlib.Path(args.build_dir)
|
/Zephyr-latest/scripts/footprint/ |
D | track.py | 9 import pathlib 25 pathlib.Path(f'footprint_data/{version}').mkdir(exist_ok=True, parents=True) 55 …pathlib.Path(f'footprint_data/{version}/{name}/{feature}/{board}').mkdir(parents=True, exist_ok=Tr…
|
/Zephyr-latest/scripts/west_commands/ |
D | sign.py | 8 import pathlib 232 b = pathlib.Path(build_dir) 416 conf_dir = pathlib.Path(args.tool_data) 418 conf_dir = pathlib.Path(self.cmake_cache['RIMAGE_CONFIG_PATH']) 429 str(pathlib.Path('zephyr') / 'include' / 'generated' / 'uuid-registry.h') 457 … str(pathlib.Path('zephyr') / 'include' / 'generated' / 'zephyr' / 'autoconf.h')] 459 str(pathlib.Path('zephyr') / 'include' / 'generated' / 'uuid-registry.h')] 473 b = pathlib.Path(build_dir) 516 pathlib.Path(o).unlink(missing_ok=True) 545 sof_src_dir = pathlib.Path(sof_proj[0].abspath) [all …]
|
D | flash.py | 13 from pathlib import Path
|
D | export.py | 6 from pathlib import Path
|
D | zephyr_ext_common.py | 13 from pathlib import Path
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities.py | 24 import pathlib 233 edt_pickle_path = pathlib.Path( 234 pathlib.Path(elf_file_path).parent, 302 parser.add_argument("-f", "--elf-file", default=pathlib.Path("build", "zephyr", "zephyr.elf"), 313 parser.add_argument("--edt-pickle", default=pathlib.Path("edt.pickle"), 315 type=pathlib.Path)
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | core.py | 6 from pathlib import Path
|
D | __init__.py | 8 from pathlib import Path
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_errors.py | 12 from pathlib import Path
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/ |
D | __init__.py | 12 from pathlib import Path
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | domains_helper.py | 10 from pathlib import Path
|
D | utils.py | 9 from pathlib import Path
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ |
D | plugin_test.py | 7 from pathlib import Path
|
D | conftest.py | 8 from pathlib import Path
|
/Zephyr-latest/tests/boot/with_mcumgr/pytest/ |
D | west_sign_wrapper.py | 10 from pathlib import Path
|
D | test_downgrade_prevention.py | 7 from pathlib import Path
|
/Zephyr-latest/scripts/ |
D | twister | 187 from pathlib import Path
|
D | make_bugs_pickle.py | 11 from pathlib import Path
|
D | dump_bugs_pickle.py | 10 from pathlib import Path
|
D | list_shields.py | 9 from pathlib import Path
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | conftest.py | 5 from pathlib import Path
|
/Zephyr-latest/scripts/ci/ |
D | errno.py | 16 from pathlib import Path
|
/Zephyr-latest/scripts/ruff/ |
D | gen_lint_exclude.py | 8 from pathlib import Path, PurePosixPath
|
/Zephyr-latest/scripts/utils/ |
D | twister_to_list.py | 15 from pathlib import Path
|
12345