Home
last modified time | relevance | path

Searched refs:flash_address_from_build_conf (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dsilabs_commander.py95 flash_addr = self.flash_address_from_build_conf(self.build_conf)
Djlink.py302 flash_addr = self.flash_address_from_build_conf(self.build_conf)
317 flash_addr = self.flash_address_from_build_conf(self.build_conf)
Dlinkserver.py202 load_addr = self.flash_address_from_build_conf(self.build_conf)
Dcore.py598 return ZephyrBinaryRunner.flash_address_from_build_conf(build_conf)
603 def flash_address_from_build_conf(build_conf: BuildConfiguration): member in ZephyrBinaryRunner