Home
last modified time | relevance | path

Searched refs:flash_before (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py53 flash_before=False): argument
68 self.flash_before = flash_before
206 flash_before=self.options.flash_before,
216 flash_before=False,
246 flash_before=False argument
255 flash_before=flash_before
277 flash_before = dut.get('flash_before')
278 if flash_before is None:
279 flash_before = self.options.flash_before and (not (flash_with_test or serial_pty))
308 flash_before=flash_before,
Denvironment.py932 if options.flash_before and options.device_flash_with_test:
936 if options.flash_before and options.device_serial_pty:
Dhandlers.py742 if hardware.flash_before is False:
806 if hardware.flash_before:
Dharness.py485 if hardware.flash_before:
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py31 flash_before: bool = False variable in DeviceConfig
79 flash_before=bool(config.option.flash_before),
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Ddevice_adapter.py83 if self.device_config.flash_before: