From a7345cf5f99e9787dc79e3b649e5a29f18d22c0a Mon Sep 17 00:00:00 2001 From: KJ7LNW <93454819+KJ7LNW@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:08:35 -0800 Subject: [PATCH] doc: qemu: link to qemu build instructions The build instructions for Espessif's qemu build are available but were not linked from this documentation. Add the link and extend the explanation about building QEMU for Xtensa and esp32c3. --- docs/en/api-guides/tools/qemu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/tools/qemu.rst b/docs/en/api-guides/tools/qemu.rst index 379d227d79..9594cef089 100644 --- a/docs/en/api-guides/tools/qemu.rst +++ b/docs/en/api-guides/tools/qemu.rst @@ -16,7 +16,7 @@ To use QEMU with ``idf.py`` you first need to install the above-mentioned fork o After installing QEMU, make sure it is added to PATH by running ``. ./export.sh`` in the IDF directory. -If you are using a different platform, you need to build QEMU from source. Refer to official QEMU documentation for instructions. +If you are using a different platform, you need to build QEMU from source `for the Xtensa and RISC-V targets `_ using the `Espressif QEMU work-in-progress fork `_ containing ``xtensa-softmmu`` and ``riscv32-softmmu`` support. Ultimately, the Xtensa and ``esp32c3`` RISC-V targets are intended to be mainlined into QEMU upstream. Refer to official QEMU documentation for additional build instructions. Usage -----