Home
last modified time | relevance | path

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

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