예제 #1
0
 def do_run(self, my_args, runner_args):
     do_run_common(self, my_args, runner_args, 'ZEPHYR_BOARD_DEBUG_RUNNER')
예제 #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)
예제 #3
0
 def do_run(self, my_args, runner_args):
     do_run_common(self, my_args, runner_args)