Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/tests/
Dtest_dfu_util.py12 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/
Ddfu.py16 class DfuUtilBinaryRunner(ZephyrBinaryRunner): class
92 ret = DfuUtilBinaryRunner(cfg, args.dev_id, args.alt, args.img,