blob: 26827f23a0e6c6f5e3dd0b18c40126a60b0925a2 [file] [log] [blame]
Marti Bolivar808028b2019-01-28 10:45:02 -07001# Keep the help strings in sync with the values in the .py files!
Marti Bolivarab822642019-01-23 08:31:06 -07002west-commands:
Carles Cufi66fdd482019-05-08 18:05:38 +02003 - file: scripts/west_commands/completion.py
4 commands:
5 - name: completion
6 class: Completion
7 help: display shell completion scripts
Carles Cufid6f033e2019-04-23 22:34:40 +02008 - file: scripts/west_commands/boards.py
9 commands:
10 - name: boards
11 class: Boards
12 help: display information about supported boards
Marti Bolivarab822642019-01-23 08:31:06 -070013 - file: scripts/west_commands/build.py
14 commands:
15 - name: build
16 class: Build
Marti Bolivar808028b2019-01-28 10:45:02 -070017 help: compile a Zephyr application
Marti Bolivard1780aa2019-01-30 20:30:42 -070018 - file: scripts/west_commands/sign.py
19 commands:
20 - name: sign
21 class: Sign
22 help: sign a Zephyr binary for bootloader chain-loading
Marti Bolivarab822642019-01-23 08:31:06 -070023 - file: scripts/west_commands/flash.py
24 commands:
25 - name: flash
26 class: Flash
Marti Bolivar808028b2019-01-28 10:45:02 -070027 help: flash and run a binary on a board
Marti Bolivarab822642019-01-23 08:31:06 -070028 - file: scripts/west_commands/debug.py
29 commands:
30 - name: debug
31 class: Debug
Marti Bolivar808028b2019-01-28 10:45:02 -070032 help: flash and interactively debug a Zephyr application
Marti Bolivarab822642019-01-23 08:31:06 -070033 - name: debugserver
34 class: DebugServer
Marti Bolivar808028b2019-01-28 10:45:02 -070035 help: connect to board and launch a debug server
Marti Bolivarab822642019-01-23 08:31:06 -070036 - name: attach
37 class: Attach
Marti Bolivar808028b2019-01-28 10:45:02 -070038 help: interactively debug a board
Torsten Rasmussene85cfe42020-03-05 13:42:42 +010039 - file: scripts/west_commands/export.py
40 commands:
41 - name: zephyr-export
42 class: ZephyrExport
43 help: export Zephyr installation as a CMake config package
Steve Winslowfd31b9b2021-04-20 23:04:52 -040044 - file: scripts/west_commands/spdx.py
45 commands:
46 - name: spdx
47 class: ZephyrSpdx
48 help: create SPDX bill of materials