| /scripts/west_commands/ |
| A D | sign.py | 237 def sign(self, command, build_dir, build_conf, formats): argument 249 def sign(self, command, build_dir, build_conf, formats): argument 345 def get_cfg(command, build_conf, item): argument 491 def sign(self, command, build_dir, build_conf, formats): argument 661 def get_tool(command): argument 673 def get_keys(command, build_conf): argument 685 def get_input_output(command, build_dir, build_conf): argument 692 def sign(self, command, build_dir, build_conf, formats): argument
|
| A D | run_common.py | 120 def command_verb(command): argument 123 def add_parser_common(command, parser_adder=None, parser=None): argument 213 def do_run_common(command, user_args, user_runner_args, domain_file=None): argument 353 def do_run_common_image(command, user_args, user_runner_args, used_cmds, argument 570 def rebuild(command, build_dir, args): argument 603 def use_runner_cls(command, board, args, runners_yaml, cache): argument 713 def dump_context(command, args, unknown_args): argument 781 def dump_context_no_config(command, cls): argument 794 def dump_runner_context(command, cls, runners_yaml, indent=''): argument 848 def dump_all_runner_context(command, runners_yaml, board, build_dir): argument
|
| /scripts/west_commands/runners/ |
| A D | blackmagicprobe.py | 156 def bmp_flash(self, command, **kwargs): argument 183 def check_call_ignore_sigint(self, command): argument 190 def bmp_attach(self, command, **kwargs): argument 208 def bmp_debug(self, command, **kwargs): argument 221 def do_run(self, command, **kwargs): argument
|
| A D | mdb.py | 48 def mdb_do_run(mdb_runner, command): argument 152 def do_run(self, command, **kwargs): argument 201 def do_run(self, command, **kwargs): argument
|
| A D | probe_rs.py | 80 def do_run(self, command, **kwargs): argument 99 def do_debug_debugserver(self, command, **kwargs): argument
|
| A D | qemu.py | 30 def do_run(self, command, **kwargs): argument
|
| A D | xtensa.py | 34 def do_run(self, command, **kwargs): argument
|
| A D | hifive1.py | 38 def do_run(self, command, **kwargs): argument
|
| A D | pyocd.py | 141 def do_run(self, command, **kwargs): argument 186 def debug_debugserver(self, command, **kwargs): argument
|
| A D | ecpprog.py | 36 def do_run(self, command, **kwargs): argument
|
| A D | teensy.py | 41 def do_run(self, command): argument
|
| A D | intel_cyclonev.py | 210 def do_run(self, command, **kwargs): argument 280 def do_attach_debug(self, command, **kwargs): argument
|
| A D | renode-robot.py | 48 def do_run(self, command, **kwargs): argument
|
| A D | renode.py | 49 def do_run(self, command, **kwargs): argument
|
| A D | dediprog.py | 49 def do_run(self, command, **kwargs): argument
|
| A D | sy1xx.py | 47 def do_run(self, command, **kwargs): argument
|
| A D | xsdb.py | 56 def do_run(self, command, **kwargs): argument
|
| A D | bflb_mcu_tool.py | 58 def do_run(self, command, **kwargs): argument
|
| A D | gd32isp.py | 64 def do_run(self, command, **kwargs): argument
|
| A D | esp32.py | 82 def do_run(self, command, **kwargs): argument
|
| A D | stm32flash.py | 87 def do_run(self, command, **kwargs): argument
|
| A D | openocd.py | 251 def do_run(self, command, **kwargs): argument 375 def do_attach_debug_rtt(self, command, **kwargs): argument
|
| A D | dfu.py | 110 def do_run(self, command, **kwargs): argument
|
| /scripts/west_commands/tests/ |
| A D | test_blackmagicprobe.py | 62 def test_blackmagicprobe_init(cc, req, command, runner_config): argument 71 def test_blackmagicprobe_create(cc, req, command, runner_config): argument 84 def test_blackmagicprobe_connect_rst(cc, req, command, runner_config): argument
|
| /scripts/tests/twister/ |
| A D | test_environment.py | 414 def mock_run(command, *args, **kwargs): argument 504 def mock_popen(command, *args, **kwargs): argument
|