Home
last modified time | relevance | path

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

/scripts/west_commands/tests/
A Dtest_pyocd.py169 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')
216 pyocd(pyocd_args).run('flash')
229 def test_debug_args(require, rsc, bc, pyocd_args, expectedv, pyocd): argument
230 pyocd(pyocd_args).run('debug')
243 def test_debugserver_args(require, cc, bc, pyocd_args, expected, pyocd): argument
[all …]

Completed in 16 milliseconds