Home
last modified time | relevance | path

Searched refs:west_flash_extra_args (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py32 west_flash_extra_args: list[str] = field(default_factory=list, repr=False) variable in DeviceConfig
60 west_flash_extra_args: list[str] = []
61 if config.option.west_flash_extra_args:
62west_flash_extra_args = [w.strip() for w in config.option.west_flash_extra_args.split(',')]
80 west_flash_extra_args=west_flash_extra_args,
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py51 if self.device_config.west_flash_extra_args:
52 command_extra_args.extend(self.device_config.west_flash_extra_args)
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py173 device.device_config.west_flash_extra_args = ['--board-id=foobar', '--erase']