Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/tests/
Dtest_pyocd.py11 from runners.pyocd import PyOcdBinaryRunner
142 return PyOcdBinaryRunner(runner_config, TEST_TARGET, **args)
145 PyOcdBinaryRunner.add_parser(parser)
147 return PyOcdBinaryRunner.create(runner_config, arg_namespace)
214 with patch.object(PyOcdBinaryRunner, 'get_flash_address',
/Zephyr-latest/scripts/west_commands/runners/
Dpyocd.py16 class PyOcdBinaryRunner(ZephyrBinaryRunner): class
121 ret = PyOcdBinaryRunner(