Home
last modified time | relevance | path

Searched refs:check_call (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dezflashcli.py59 self.check_call([self.tool] + self.sn_arg + ["erase_flash"])
65 self.check_call([self.tool] + self.sn_arg + ["image_flash", self.bin_])
68 … self.check_call([self.tool] + self.sn_arg + ["write_flash", f'0x{load_offset:x}', self.bin_])
72 self.check_call([self.tool] + self.sn_arg + ["go"])
Dnsim.py73 self.check_call(cmd)
98 self.check_call(cmd)
Dintel_adsp.py130 self.check_call(sign_cmd)
149 self.check_call(self.run_cmd)
165 self.check_call(self.log_cmd)
Dnios2.py66 self.check_call(cmd)
89 self.check_call(server_cmd)
Dxtensa.py37 self.check_call(gdb_cmd)
Dmisc.py51 self.check_call([self.cmd, self.cfg.build_dir] + self.args)
Dlinkserver.py163 self.check_call(linkserver_cmd)
175 self.check_call(linkserver_cmd)
218 self.check_call(linkserver_cmd, **kwargs)
Dtrace32.py127 self.check_call(cmd, timeout=self.timeout)
135 self.check_call(cmd)
Dstm32cubeprogrammer.py198 self.check_call(cmd + ["--erase", "all"])
206 self.check_call(cmd + ["--download", dl_file, "--start"])
Desp32.py110 self.check_call(cmd_erase)
134 self.check_call(cmd_flash)
Dblackmagicprobe.py166 self.check_call(command)
171 self.check_call(command)
Ddediprog.py72 self.check_call(cmd_flash)
Dgd32isp.py80 self.check_call(cmd_flash)
Dbossac.py172 self.check_call(cmd_stty)
283 self.check_call(self.make_bossac_cmd())
Dnrfjprog.py92 self.check_call(cmd + ['-f', families[self.family]] + core_opt +
Dpyocd.py180 self.check_call(cmd)
198 self.check_call(server_cmd)
Dintel_cyclonev.py276 self.check_call(cmd1)
278 self.check_call(cmd2)
280 self.check_call(cmd3)
Dopenocd.py273 self.check_call(cmd)
315 self.check_call(cmd)
371 self.check_call(cmd)
Dspi_burn.py114 self.check_call(cmd_flash)
Ddfu.py129 self.check_call(cmd)
Dsilabs_commander.py127 self.check_call(args)
Dcore.py700 self.check_call(client)
723 def check_call(self, cmd: List[str], **kwargs): member in ZephyrBinaryRunner
733 subprocess.check_call(cmd, **kwargs)
/Zephyr-Core-3.5.0/scripts/west_commands/tests/
Dtest_stm32cubeprogrammer.py341 check_call, require, path_exists, path_home, system, tc, runner_config argument
364 assert check_call.call_args_list == [call(x) for x in tc["calls"]]
375 check_call, require, path_exists, path_home, system, tc, runner_config argument
407 assert check_call.call_args_list == [call(x) for x in tc["calls"]]
Dtest_nrf.py547 def test_init(check_call, check_output, get_snr, require, tool, test_case, argument
567 CHECK_FN_MAP = {'nrfjprog': check_call, 'nrfutil': check_output}
578 def test_create(check_call, check_output, get_snr, require, tool, test_case, argument
606 CHECK_FN_MAP = {'nrfjprog': check_call, 'nrfutil': check_output}
/Zephyr-Core-3.5.0/scripts/west_commands/
Dsign.py300 subprocess.check_call(sign_bin)
308 subprocess.check_call(sign_hex)
552 subprocess.check_call(sign_base)

12