Searched refs:PyOcdBinaryRunner (Results 1 – 2 of 2) sorted by relevance
11 from runners.pyocd import PyOcdBinaryRunner142 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',
16 class PyOcdBinaryRunner(ZephyrBinaryRunner): class121 ret = PyOcdBinaryRunner(