Searched refs:flash_file (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | silabs_commander.py | 104 flash_file = self.file 107 flash_args = [flash_file] 109 flash_args = ['--binary', '--address', f'0x{flash_addr:x}', flash_file] 116 flash_file = self.hex_name 117 flash_args = [flash_file] 119 flash_file = self.bin_name 120 flash_args = ['--binary', '--address', f'0x{flash_addr:x}', flash_file]
|
D | blackmagicprobe.py | 162 flash_file = self.hex_file 164 flash_file = self.elf_file 166 flash_file = self.elf_file 168 if flash_file is None:
|
D | jlink.py | 383 flash_file = self.file 401 flash_file = self.hex_name 409 flash_file = self.bin_name 412 flash_file = self.elf_name 439 return flash_file, lines 441 def run_flash_cmd(self, fname, flash_file, **kwargs): argument 462 if flash_file: 475 flash_file, lines = self.get_default_flash_commands() 480 self.run_flash_cmd(fname, flash_file, **kwargs)
|