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.
pull/12863/head
KJ7LNW 2023-12-22 18:08:35 -08:00 zatwierdzone przez GitHub
rodzic 341a8f2d65
commit a7345cf5f9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 <https://github.com/espressif/esp-toolchain-docs/blob/main/qemu/esp32/README.md>`_ using the `Espressif QEMU work-in-progress fork <https://github.com/espressif/qemu>`_ 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
-----