Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/scripts/west_commands/tests/
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')
213 def test_flash_args(require, cc, bc, pyocd_args, flash_addr, expected, pyocd): argument
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')
[all …]