doc/application: add a note about choosing emulator platform

New targets have been added that allow the user to choose a specific
emulator platform. Inform about this in the docs.

Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
Filip Kokosinski 2021-10-05 12:16:09 +02:00 committed by Anas Nashif
commit 5980f89e54

View file

@ -1043,6 +1043,12 @@ again.
QEMU, :ref:`set the environment variable <env_vars>` :envvar:`QEMU_BIN_PATH`
to the path of the QEMU binary you want to use instead.
.. note::
You can choose a specific emulator by appending ``_<emulator>`` to your
target name, for example ``west build -t run_qemu`` or ``ninja run_qemu``
for QEMU.
.. _application_debugging:
Application Debugging