Home
last modified time | relevance | path

Searched refs:bin_file (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py66 self.bin_file = cfg.bin_file
166 if self.bin_file is None:
172 self.downloader.download(self.bin_file)
278 def download(self, bin_file): argument
280 self.logger.info('Downloading program: %s', bin_file)
282 size = os.path.getsize(bin_file)
283 infile = open(bin_file, 'rb') # noqa: SIM115
Decpprog.py39 command = ("ecpprog", "-o", hex(load_offset), self.cfg.bin_file)
Dgd32isp.py78 '--fn', self.cfg.bin_file]
Dminichlink.py84 cmd.extend(["-w", self.cfg.bin_file or "", f"0x{flash_addr:x}"])
Dstm32cubeprogrammer.py276 elif (self.cfg.bin_file is not None and
282 dl_file = self.cfg.bin_file
Dezflashcli.py17 self.bin_ = cfg.bin_file
Dspi_burn.py115 cmd_flash = [self.spiburn, '--addr', str(self.addr), '--image', self.cfg.bin_file]
Ddfu.py82 args.img = cfg.bin_file
Dsilabs_commander.py26 self.bin_name = cfg.bin_file
Dstm32flash.py91 bin_name = self.cfg.bin_file
Desp32.py25 self.app_bin = cfg.bin_file
Dbossac.py185 '-b', self.cfg.bin_file]
Dlinkserver.py37 self.bin_name = cfg.bin_file
Dpyocd.py44 self.bin_name = cfg.bin_file
Djlink.py67 self.bin_name = cfg.bin_file
Dcore.py356 bin_file: str | None # zephyr.bin path, or None
/Zephyr-latest/soc/st/stm32/stm32n6x/
DCMakeLists.txt35 …set_property(TARGET runners_yaml_props_target PROPERTY bin_file ${CONFIG_KERNEL_BIN_NAME}.signed.b…
/Zephyr-latest/cmake/flash/
DCMakeLists.txt56 get_runners_prop(bin_file bin "${KERNEL_BIN_NAME}")
57 runners_yaml_append(" bin_file: ${bin}")
/Zephyr-latest/scripts/west_commands/
Dbindesc.py218 with open(file_name, 'rb') as bin_file:
219 return bin_file.read()
/Zephyr-latest/cmake/modules/
Dkernel.cmake78 # bin_file "zephyr.bin" file for flashing