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:
Carles Cufi 2018-01-17 18:47:54 +01:00 committed by Anas Nashif
commit acbdeabe34
3 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: