Searched refs:bin_file (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 66 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
|
D | ecpprog.py | 39 command = ("ecpprog", "-o", hex(load_offset), self.cfg.bin_file)
|
D | gd32isp.py | 78 '--fn', self.cfg.bin_file]
|
D | minichlink.py | 84 cmd.extend(["-w", self.cfg.bin_file or "", f"0x{flash_addr:x}"])
|
D | stm32cubeprogrammer.py | 276 elif (self.cfg.bin_file is not None and 282 dl_file = self.cfg.bin_file
|
D | ezflashcli.py | 17 self.bin_ = cfg.bin_file
|
D | spi_burn.py | 115 cmd_flash = [self.spiburn, '--addr', str(self.addr), '--image', self.cfg.bin_file]
|
D | dfu.py | 82 args.img = cfg.bin_file
|
D | silabs_commander.py | 26 self.bin_name = cfg.bin_file
|
D | stm32flash.py | 91 bin_name = self.cfg.bin_file
|
D | esp32.py | 25 self.app_bin = cfg.bin_file
|
D | bossac.py | 185 '-b', self.cfg.bin_file]
|
D | linkserver.py | 37 self.bin_name = cfg.bin_file
|
D | pyocd.py | 44 self.bin_name = cfg.bin_file
|
D | jlink.py | 67 self.bin_name = cfg.bin_file
|
D | core.py | 356 bin_file: str | None # zephyr.bin path, or None
|
/Zephyr-latest/soc/st/stm32/stm32n6x/ |
D | CMakeLists.txt | 35 …set_property(TARGET runners_yaml_props_target PROPERTY bin_file ${CONFIG_KERNEL_BIN_NAME}.signed.b…
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 56 get_runners_prop(bin_file bin "${KERNEL_BIN_NAME}") 57 runners_yaml_append(" bin_file: ${bin}")
|
/Zephyr-latest/scripts/west_commands/ |
D | bindesc.py | 218 with open(file_name, 'rb') as bin_file: 219 return bin_file.read()
|
/Zephyr-latest/cmake/modules/ |
D | kernel.cmake | 78 # bin_file "zephyr.bin" file for flashing
|