Beispiel #1
0
 def do_run(self, my_args, runner_args):
     do_run_common(self, my_args, runner_args, 'ZEPHYR_BOARD_DEBUG_RUNNER')
Beispiel #2
0
 def do_run(self, my_args, runner_args):
     build_dir = get_build_dir(my_args)
     domains = load_domains(build_dir).get_domains(my_args.domain)
     do_run_common(self, my_args, runner_args, domains=domains)
Beispiel #3
0
 def do_run(self, my_args, runner_args):
     do_run_common(self, my_args, runner_args)