Searched refs:exec_op (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | nrf_common.py | 314 self.exec_op('recover', core='Network') 316 self.exec_op('recover') 359 self.exec_op('erase', core='Application', kind='all') 360 self.exec_op('erase', core='Network', kind='all') 412 self.exec_op('erase', core=core, kind='uicr') 443 self.exec_op('pinreset-enable') 446 self.exec_op('reset', kind=kind) 466 self.exec_op('program', defer, core, **args) 476 def exec_op(self, op, defer=False, core=None, **kwargs): member in NrfBinaryRunner
|