Lines Matching refs:west
231 You need to give your board a unique name. Run ``west boards`` for a list of
618 west build -b plank samples/hello_world
619 west flash
621 For ``west flash`` to work, see :ref:`flash-and-debug-support` below. You can
680 Zephyr supports :ref:`west-build-flash-debug` via west extension commands.
682 To add ``west flash`` and ``west debug`` support for your board, you need to
685 do to get ``west build`` support for your board.)
688 host tools <flash-debug-host-tools>` and integrate with west and the zephyr build
689 system to support ``west flash`` and related commands. Each runner supports
725 - Run ``west flash --context`` to see a list of available runners which support
726 flashing, and ``west flash --context -r <RUNNER>`` to view the specific options
728 - Run ``west debug --context`` and ``west debug --context <RUNNER>`` to get
730 - Run ``west flash --help`` and ``west debug --help`` for top-level options
732 - See :ref:`west-runner` for Python APIs.
736 To see what a ``west flash`` or ``west debug`` command is doing exactly, run it
741 west --verbose flash
742 west --verbose debug
1018 ``west.yml`` manifest file. Any board changes are required to be submitted to