Home
last modified time | relevance | path

Searched refs:NrfUtilBinaryRunner (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dnrfutil.py16 class NrfUtilBinaryRunner(NrfBinaryRunner): class
51 return NrfUtilBinaryRunner(cfg, args.nrf_family, args.softreset,
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nrf.py17 from runners.nrfutil import NrfUtilBinaryRunner
31 CLASS_MAP = {'nrfjprog': NrfJprogBinaryRunner, 'nrfutil': NrfUtilBinaryRunner}