Searched refs:elf_path (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/west/ |
D | tools.py | 170 elf_path = args.elf 171 if elf_path: 172 elf_path = os.path.abspath(elf_path) 174 elf_path = build_elf_path 184 …cmd = [sys.executable, str(monitor_path), "-p", esp_port, "-b", args.baud, str(elf_path), "--eol",…
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_imagegen.py | 141 def run_elf2image(self, chip, elf_path, version=None, extra_args=[]): argument 146 cmd += [elf_path] + extra_args
|