Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/tests/
Dtest_mdb.py13 from conftest import RC_KERNEL_ELF, RC_BOARD_DIR, RC_BUILD_DIR
37 '-run', '-cl', RC_KERNEL_ELF]
46 '-OKN', RC_KERNEL_ELF
53 '-nsim', TEST_BOARD_NSIM_ARGS, RC_KERNEL_ELF]
57 '-nsim', TEST_BOARD_NSIM_ARGS, RC_KERNEL_ELF]
68 '-run', '-cmd=-nowaitq run', '-cmd=quit', '-cl', RC_KERNEL_ELF]
74 '-run', '-cmd=-nowaitq run', '-cmd=quit', '-cl', RC_KERNEL_ELF]
82 '-digilent', '-run', '-cl', RC_KERNEL_ELF]
87 '-digilent', '-prop=dig_device=test', '-run', '-cl', RC_KERNEL_ELF]
105 '-OKN', RC_KERNEL_ELF]
[all …]
Dtest_xsdb.py9 from conftest import RC_KERNEL_ELF
28 "expected_cmd": ["xsdb", "default_cfg_path", RC_KERNEL_ELF, "bitstream_path"],
34 "expected_cmd": ["xsdb", "default_cfg_path", RC_KERNEL_ELF, "fsbl_path"],
40 "expected_cmd": ["xsdb", "default_cfg_path", RC_KERNEL_ELF, "bitstream_path", "fsbl_path"],
Dconftest.py13 RC_KERNEL_ELF = 'test-zephyr.elf' variable
25 return RunnerConfig(RC_BUILD_DIR, RC_BOARD_DIR, RC_KERNEL_ELF, RC_KERNEL_EXE,
Dtest_blackmagicprobe.py14 from conftest import RC_KERNEL_ELF, RC_GDB
29 '-ex', "file {}".format(RC_KERNEL_ELF)],),
36 '-ex', "file {}".format(RC_KERNEL_ELF),
37 '-ex', "load {}".format(RC_KERNEL_ELF)],),
44 '-ex', "load {}".format(RC_KERNEL_ELF),
Dtest_pyocd.py12 from conftest import RC_BUILD_DIR, RC_GDB, RC_KERNEL_HEX, RC_KERNEL_ELF
92 DEBUG_ALL_EXPECTED_CLIENT = [RC_GDB, RC_KERNEL_ELF,
102 DEBUG_DEF_EXPECTED_CLIENT = [RC_GDB, RC_KERNEL_ELF,
138 tmpdir.ensure(RC_KERNEL_ELF)
Dtest_stm32cubeprogrammer.py12 from conftest import RC_KERNEL_HEX, RC_KERNEL_ELF
251 RC_KERNEL_ELF,
Dtest_nxp_s32dbg.py10 from conftest import RC_KERNEL_ELF
124 (tmp_path / RC_KERNEL_ELF).touch()