Skip to content

Commit 5689990

Browse files
kartbencarlescufi
authored andcommitted
boards: qemu: adopt new zephyr:board directive and role
This updates the documentation of all the Qemu boards to use the new `zephyr:board::` directive. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 515dcf8 commit 5689990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/develop/west/build-flash-debug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Setting the Build System Target
145145
To specify the build system target to run, use ``--target`` (or ``-t``).
146146

147147
For example, on host platforms with QEMU, you can use the ``run`` target to
148-
build and run the :zephyr:code-sample:`hello_world` sample for the emulated :ref:`qemu_x86
149-
<qemu_x86>` board in one command::
148+
build and run the :zephyr:code-sample:`hello_world` sample for the emulated
149+
:zephyr:board:`qemu_x86 <qemu_x86>` board in one command::
150150

151151
west build -b qemu_x86 -t run samples/hello_world
152152

0 commit comments

Comments
 (0)