Searched refs:Path (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/tools/esptool_py/ci/ |
D | Sign-File.ps1 | 5 $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/ |
D | esp_genblobs.py | 10 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/ |
D | tools.py | 14 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/ |
D | output_helpers.py | 26 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/ |
D | esp_genpinctrl.py | 9 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/ |
D | CMakeLists.txt | 55 # Path to CSV file is relative to project path for custom CSV files.
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 731 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.
|