Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/ci/
DSign-File.ps15 $Path variable
15 if (Test-Path -Path $SignTool -PathType Leaf) { in FindSignTool()
19 if (Test-Path -Path $SignTool -PathType Leaf) { in FindSignTool()
26 if (Test-Path -Path $SignTool -PathType Leaf) { in FindSignTool()
38 $Path in SignEsptool() variable
61 $SignParameters += $Path in SignEsptool()
78 SignEsptool ${Path}
/hal_espressif-latest/zephyr/scripts/blobs/
Desp_genblobs.py10 from pathlib import Path
14 MODULE_PATH = Path(Path(__file__).resolve().parents[2], "module.yml")
15 SUBMODULES = Path(Path(__file__).resolve().parents[1], "submodules.txt")
48 folder = Path(path, "temp", git_dir)
60 folder = Path(path, "temp")
85 folder = Path(path, "temp", git_dir, s)
87 pathlist.extend(Path(folder).glob('**/*.a'))
88 pathlist.extend(Path(folder).glob('**/*.bin'))
/hal_espressif-latest/west/
Dtools.py14 from pathlib import Path
23 THIS_ZEPHYR = Path(__file__).parents[4] / 'zephyr'
24 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR))
70 ret = Path(build_dir) / 'zephyr' / 'runners.yaml'
104 build_elf_path = Path(build_dir) / 'zephyr' / runners_yaml['config']['elf_file']
155 Path(os.getenv("ZEPHYR_BASE")).absolute()
181 monitor_path = Path(module_path, "tools/idf_monitor/idf_monitor.py")
182 cmd_path = Path(os.getcwd())
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Doutput_helpers.py26 from pathlib import Path
27 THIS_ZEPHYR = Path(__file__).parents[5] / 'zephyr'
28 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR))
/hal_espressif-latest/zephyr/scripts/pinctrl/
Desp_genpinctrl.py9 from pathlib import Path
121 file_out_abs = Path(zephyr_base, file_out_path + soc + '-pinctrl.h')
123 file_tmp_abs = Path(zephyr_base, file_out_path + soc + '-pinctrl-temp.h')
162 type=Path,
/hal_espressif-latest/components/efuse/
DCMakeLists.txt55 # Path to CSV file is relative to project path for custom CSV files.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild731 Path to the key file used to sign app images.
736 Path is evaluated relative to the project directory.
748 Path to a public key file used to verify signed images.