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:
parent
cac26db2bc
commit
afcbc9992c
18 changed files with 55 additions and 95 deletions
|
@ -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``.
|
||||
|
|
|
@ -36,7 +36,6 @@ application for the GP MRB:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:tool: all
|
||||
:board: gpmrb
|
||||
:goals: build
|
||||
|
||||
|
|
|
@ -243,7 +243,6 @@ Build Zephyr application
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:tool: all
|
||||
:board: up_squared
|
||||
:goals: build
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue