Home
last modified time | relevance | path

Searched refs:RunnerCaps (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-latest/scripts/west_commands/runners/
Dqemu.py7 from runners.core import RunnerCaps, ZephyrBinaryRunner
20 return RunnerCaps(commands=set())
Dxtensa.py9 from runners.core import RunnerCaps, ZephyrBinaryRunner
21 return RunnerCaps(commands={'debug'})
Decpprog.py8 from runners.core import BuildConfiguration, RunnerCaps, ZephyrBinaryRunner
24 return RunnerCaps(commands={"flash"})
Dhifive1.py9 from runners.core import RunnerCaps, ZephyrBinaryRunner
25 return RunnerCaps(commands={'flash'})
Dmisc.py15 from runners.core import RunnerCaps, ZephyrBinaryRunner
36 return RunnerCaps(commands={'flash'})
Dminichlink.py9 from runners.core import RunnerCaps, RunnerConfig, ZephyrBinaryRunner
37 def capabilities(cls) -> RunnerCaps:
38 return RunnerCaps(commands={"flash"}, flash_addr=True, erase=True, reset=True)
Drenode.py9 from runners.core import RunnerCaps, ZephyrBinaryRunner
27 return RunnerCaps(commands={'simulate'}, hide_load_files=True)
Drenode-robot.py9 from runners.core import RunnerCaps, ZephyrBinaryRunner
27 return RunnerCaps(commands={'robot'}, hide_load_files=True)
Ddediprog.py11 from runners.core import RunnerCaps, ZephyrBinaryRunner
31 return RunnerCaps(commands={'flash'})
Dgd32isp.py6 from runners.core import RunnerCaps, ZephyrBinaryRunner
34 return RunnerCaps(commands={'flash'})
Dnative.py9 from runners.core import RunnerCaps, RunnerConfig, ZephyrBinaryRunner
40 return RunnerCaps(commands={'debug', 'debugserver', 'flash'})
Dprobe_rs.py6 from runners.core import RunnerCaps, ZephyrBinaryRunner
38 return RunnerCaps(commands={'flash'},
Dxsdb.py11 from runners.core import RunnerCaps, RunnerConfig, ZephyrBinaryRunner
34 return RunnerCaps(flash_addr=True)
Dtrace32.py13 from runners.core import BuildConfiguration, RunnerCaps, RunnerConfig, ZephyrBinaryRunner
48 def capabilities(cls) -> RunnerCaps:
49 return RunnerCaps(commands={'flash', 'debug'})
Dnsim.py10 from runners.core import RunnerCaps, ZephyrBinaryRunner
45 return RunnerCaps(commands={'flash', 'debug', 'debugserver', 'attach'})
Dmdb.py12 from runners.core import RunnerCaps, ZephyrBinaryRunner
132 return RunnerCaps(commands={'flash', 'debug'})
177 return RunnerCaps(commands={'flash', 'debug'})
Dnios2.py7 from runners.core import NetworkPortHelper, RunnerCaps, ZephyrBinaryRunner
34 return RunnerCaps(commands={'flash', 'debug', 'debugserver', 'attach'})
Duf2.py10 from runners.core import RunnerCaps, ZephyrBinaryRunner
34 return RunnerCaps(commands={'flash'})
Dezflashcli.py8 from runners.core import RunnerCaps, ZephyrBinaryRunner
35 return RunnerCaps(commands={'flash'}, dev_id=True, tool_opt=True, erase=True, reset=True)
Dintel_adsp.py17 from runners.core import RunnerCaps, ZephyrBinaryRunner
53 return RunnerCaps(commands={'flash'}, tool_opt=True)
Dspi_burn.py10 from runners.core import BuildConfiguration, RunnerCaps, ZephyrBinaryRunner
33 return RunnerCaps(commands={'flash', 'debug'}, erase=True, flash_addr=True)
Ddfu.py11 from runners.core import BuildConfiguration, RunnerCaps, ZephyrBinaryRunner
45 return RunnerCaps(commands={'flash'}, dev_id=True, flash_addr=True)
Dsilabs_commander.py15 from runners.core import FileType, RunnerCaps, ZephyrBinaryRunner
45 return RunnerCaps(commands={'flash'},
Dstm32flash.py10 from runners.core import RunnerCaps, ZephyrBinaryRunner
40 return RunnerCaps(commands={'flash'}, reset=True)
Desp32.py12 from runners.core import RunnerCaps, ZephyrBinaryRunner
47 return RunnerCaps(commands={'flash'}, erase=True, reset=True)

12