doc: app: Use unix on qemu builds
Since QEMU currently requires Linux or macOS to run, use "unix" as a host OS for those documenting the build with it. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
e62ee6ab3c
commit
acbdeabe34
3 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,7 @@ To build for the ARM-based Nordic nRF52 Development Kit:
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/hello_world
|
||||
:board: nrf52_pca10040
|
||||
:host-os: unix
|
||||
:goals: build
|
||||
|
||||
.. _setting_up_mac_toolchain:
|
||||
|
|
|
@ -62,6 +62,7 @@ through a so-called user channel for QEMU to use:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/bluetooth/<sample>
|
||||
:host-os: unix
|
||||
:board: qemu_x86
|
||||
:goals: run
|
||||
:compact:
|
||||
|
|
|
@ -70,6 +70,7 @@ In terminal #1, type:
|
|||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/net/echo_server
|
||||
:host-os: unix
|
||||
:board: qemu_x86
|
||||
:goals: run
|
||||
:compact:
|
||||
|
@ -166,6 +167,7 @@ Terminal #1:
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/net/echo_server
|
||||
:board: qemu_x86
|
||||
:host-os: unix
|
||||
:goals: build
|
||||
:build-args: server
|
||||
:compact:
|
||||
|
@ -178,6 +180,7 @@ Terminal #2:
|
|||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/net/echo_client
|
||||
:board: qemu_x86
|
||||
:host-os: unix
|
||||
:goals: build
|
||||
:build-args: client
|
||||
:compact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue