Home
last modified time | relevance | path

Searched defs:mdb_runner (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dmdb.py20 def is_simulation_run(mdb_runner): argument
23 def is_hostlink_used(mdb_runner): argument
26 def is_flash_cmd_need_exit_immediately(mdb_runner): argument
35 def smp_core_order(mdb_runner, id): argument
48 def mdb_do_run(mdb_runner, command): argument
/Zephyr-latest/scripts/west_commands/tests/
Dtest_mdb.py153 def mdb(runner_config, tmpdir, mdb_runner): argument