Searched refs:DfuUtilBinaryRunner (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_dfu_util.py | 12 from runners.dfu import DfuUtilBinaryRunner, DfuSeConfig 84 runner = DfuUtilBinaryRunner(runner_config, TEST_PID, alt, img, exe=exe, 132 DfuUtilBinaryRunner.add_parser(parser) 134 runner = DfuUtilBinaryRunner.create(runner_config, arg_namespace)
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | dfu.py | 16 class DfuUtilBinaryRunner(ZephyrBinaryRunner): class 92 ret = DfuUtilBinaryRunner(cfg, args.dev_id, args.alt, args.img,
|