Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 68) sorted by relevance

123

/scripts/
A Dwest-commands.yml2 west-commands:
4 commands:
9 commands:
14 commands:
19 commands:
24 commands:
29 commands:
34 commands:
39 commands:
53 commands:
[all …]
/scripts/west_commands/
A DREADME.txt1 This directory contains implementations for west commands which are
3 and debug commands.
6 extensions in upstream west. For example, any commands which operate
A Drobot.py6 from west.commands import WestCommand
A Dsimulate.py6 from west.commands import WestCommand
A Dflash.py12 from west.commands import WestCommand
A Dexport.py8 from west.commands import WestCommand
A Dcompletion.py8 from west.commands import WestCommand
A Dzephyr_ext_common.py15 from west.commands import WestCommand
A Ddebug.py12 from west.commands import WestCommand
A Dgtags.py15 from west.commands import WestCommand
A Dtwister_cmd.py9 from west.commands import Verbosity, WestCommand
A Dshields.py13 from west.commands import WestCommand
/scripts/west_commands/runners/
A Dqemu.py20 return RunnerCaps(commands=set())
A Dxtensa.py21 return RunnerCaps(commands={'debug'})
A Decpprog.py24 return RunnerCaps(commands={"flash"})
A Dhifive1.py25 return RunnerCaps(commands={'flash'})
A Dmisc.py36 return RunnerCaps(commands={'flash'})
A Dmdb.py132 return RunnerCaps(commands={'flash', 'debug'})
177 return RunnerCaps(commands={'flash', 'debug'})
A Dsy1xx.py26 return RunnerCaps(commands={'flash'}, dev_id=True)
A Drenode.py27 return RunnerCaps(commands={'simulate'}, hide_load_files=True)
A Drenode-robot.py27 return RunnerCaps(commands={'robot'}, hide_load_files=True)
A Ddediprog.py31 return RunnerCaps(commands={'flash'})
A Dbflb_mcu_tool.py33 return RunnerCaps(commands={'flash'}, erase=True, dev_id=True)
A Dgd32isp.py34 return RunnerCaps(commands={'flash'})
/scripts/dts/python-devicetree/
A Dtox.ini12 commands = key

Completed in 21 milliseconds

123