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:
parent
94428044e2
commit
5980f89e54
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue