doc: Use west everywhere to build and flash

Instead of having a mix of west and CMake/ninja instructions for
building and flashing, document it using only west. This will help
clarify that west is the default build tool in Zephyr and should also
reduce confusion over what tool to use.
Note that the biggest change is changing the default in
doc/extensions/zephyr/application.py for :tool:, from all to west.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2019-08-25 19:06:22 +02:00 committed by Carles Cufí
commit afcbc9992c
18 changed files with 55 additions and 95 deletions

View file

@ -58,7 +58,6 @@ On the Zephyr Build System
:zephyr-app: samples/hello_world
:board: acrn
:goals: build
:tool: all
This will build the application ELF binary in
``samples/hello_world/build/zephyr/zephyr.elf``.

View file

@ -36,7 +36,6 @@ application for the GP MRB:
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:tool: all
:board: gpmrb
:goals: build

View file

@ -243,7 +243,6 @@ Build Zephyr application
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:tool: all
:board: up_squared
:goals: build