D | test_pyocd.py | 11 from runners.pyocd import PyOcdBinaryRunner 129 def pyocd(runner_config, tmpdir): function 169 def test_flash(require, cc, pyocd_args, expected, pyocd): argument 170 pyocd(pyocd_args).run('flash') 181 def test_debug(require, rsc, pyocd_args, expectedv, pyocd): argument 182 pyocd(pyocd_args).run('debug') 193 def test_debugserver(require, cc, pyocd_args, expected, pyocd): argument 194 pyocd(pyocd_args).run('debugserver') 213 def test_flash_args(require, cc, bc, pyocd_args, flash_addr, expected, pyocd): argument 216 pyocd(pyocd_args).run('flash') [all …]
|