Searched refs:load_cmd (Results 1 – 2 of 2) sorted by relevance
/scripts/west_commands/runners/ |
A D | openocd.py | 52 pre_load=None, erase_cmd=None, load_cmd=None, verify_cmd=None, argument 102 self.load_cmd = load_cmd 209 pre_load=args.cmd_pre_load, erase_cmd=args.cmd_erase, load_cmd=args.cmd_load, 276 if self.load_cmd is None: 314 if self.load_cmd.endswith(' erase'): 315 self.load_cmd = self.load_cmd[:-6] 317 load_image +=['-c', self.load_cmd + ' ' + hex_name]
|
A D | intel_cyclonev.py | 24 pre_load=None, load_cmd=None, verify_cmd=None, post_verify=None, argument 76 self.load_cmd = load_cmd 162 pre_load=args.cmd_pre_load, load_cmd=args.cmd_load,
|
Completed in 8 milliseconds