Searched refs:west_flash_extra_args (Results 1 – 3 of 3) sorted by relevance
32 west_flash_extra_args: list[str] = field(default_factory=list, repr=False) variable in DeviceConfig60 west_flash_extra_args: list[str] = []61 if config.option.west_flash_extra_args:62 … west_flash_extra_args = [w.strip() for w in config.option.west_flash_extra_args.split(',')]80 west_flash_extra_args=west_flash_extra_args,
51 if self.device_config.west_flash_extra_args:52 command_extra_args.extend(self.device_config.west_flash_extra_args)
173 device.device_config.west_flash_extra_args = ['--board-id=foobar', '--erase']