Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.0/scripts/west_commands/runners/
Dqemu.py7 from runners.core import ZephyrBinaryRunner, RunnerCaps
20 return RunnerCaps(commands=set())
Dxtensa.py9 from runners.core import ZephyrBinaryRunner, RunnerCaps
21 return RunnerCaps(commands={'debug'})
Dnative_gdb.py7 from runners.core import ZephyrBinaryRunner, RunnerCaps, RunnerConfig
18 return RunnerCaps(commands={'debug'})
Dhifive1.py9 from runners.core import ZephyrBinaryRunner, RunnerCaps
25 return RunnerCaps(commands={'flash'})
Dmisc.py13 from runners.core import ZephyrBinaryRunner, RunnerCaps
34 return RunnerCaps(commands={'flash'})
Ddediprog.py11 from runners.core import ZephyrBinaryRunner, RunnerCaps
31 return RunnerCaps(commands={'flash'})
Dgd32isp.py6 from runners.core import ZephyrBinaryRunner, RunnerCaps
34 return RunnerCaps(commands={'flash'})
Dtrace32.py14 from runners.core import BuildConfiguration, RunnerCaps, RunnerConfig, ZephyrBinaryRunner
49 def capabilities(cls) -> RunnerCaps:
50 return RunnerCaps(commands={'flash', 'debug'})
Dezflashcli.py6 from runners.core import ZephyrBinaryRunner, RunnerCaps
28 return RunnerCaps(commands={'flash'}, erase=True, reset=True)
Dmdb.py12 from runners.core import ZephyrBinaryRunner, RunnerCaps
119 return RunnerCaps(commands={'flash', 'debug'})
164 return RunnerCaps(commands={'flash', 'debug'})
Duf2.py10 from runners.core import ZephyrBinaryRunner, RunnerCaps
34 return RunnerCaps(commands={'flash'})
Dintel_adsp.py14 from runners.core import ZephyrBinaryRunner, RunnerCaps
51 return RunnerCaps(commands={'flash'}, tool_opt=True)
Dspi_burn.py10 from runners.core import ZephyrBinaryRunner, RunnerCaps, BuildConfiguration
32 return RunnerCaps(commands={'flash', 'debug'}, erase=True, flash_addr=True)
Ddfu.py11 from runners.core import ZephyrBinaryRunner, RunnerCaps, \
47 return RunnerCaps(commands={'flash'}, dev_id=True, flash_addr=True)
Dsilabs_commander.py14 from runners.core import ZephyrBinaryRunner, RunnerCaps, FileType
45 return RunnerCaps(commands={'flash'},
Desp32.py10 from runners.core import ZephyrBinaryRunner, RunnerCaps
47 return RunnerCaps(commands={'flash'}, erase=True, reset=True)
Dstm32cubeprogrammer.py17 from runners.core import ZephyrBinaryRunner, RunnerCaps, RunnerConfig
115 return RunnerCaps(commands={"flash"}, erase=True, tool_opt=True)
Dstm32flash.py10 from runners.core import ZephyrBinaryRunner, RunnerCaps
40 return RunnerCaps(commands={'flash'}, reset=True)
Dblackmagicprobe.py14 from runners.core import ZephyrBinaryRunner, RunnerCaps
144 return RunnerCaps(commands={'flash', 'debug', 'attach'})
Dnxp_s32dbg.py19 from runners.core import (BuildConfiguration, RunnerCaps, RunnerConfig,
72 def capabilities(cls) -> RunnerCaps:
73 return RunnerCaps(commands={'debug', 'debugserver', 'attach'},
Dbossac.py16 from runners.core import ZephyrBinaryRunner, RunnerCaps
41 return RunnerCaps(commands={'flash'})
Dpyocd.py10 from runners.core import ZephyrBinaryRunner, RunnerCaps, BuildConfiguration
79 return RunnerCaps(commands={'flash', 'debug', 'debugserver', 'attach'},
Dlinkserver.py16 from runners.core import ZephyrBinaryRunner, RunnerCaps
64 return RunnerCaps(commands={'flash', 'debug', 'debugserver', 'attach'},
Dcore.py206 class RunnerCaps: class
451 def capabilities(cls) -> RunnerCaps:
457 return RunnerCaps()
Dcanopen_program.py11 from runners.core import ZephyrBinaryRunner, RunnerCaps
87 return RunnerCaps(commands={'flash'}, dev_id=True, flash_addr=False)

12