This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a6af0e94f9373842644f04d32a6792303d58f399 Author: Alan Carvalho de Assis <[email protected]> AuthorDate: Sun Dec 21 10:34:04 2025 -0300 Doc/xtensa/esp32: Fix QEMU documentation to use new config QEMU needs CONFIG_ESP32_IGNORE_CHIP_REVISION_CHECK enabled to work Signed-off-by: Alan C. Assis <[email protected]> --- Documentation/platforms/xtensa/esp32/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/platforms/xtensa/esp32/index.rst b/Documentation/platforms/xtensa/esp32/index.rst index 2a3f5b08beb..0c055fbaae0 100644 --- a/Documentation/platforms/xtensa/esp32/index.rst +++ b/Documentation/platforms/xtensa/esp32/index.rst @@ -744,7 +744,7 @@ A QEMU-compatible ``nuttx.merged.bin`` binary image will be created. It can be r QEMU for ESP32 does not correctly define the chip revision as v3.0 so you have two options: -- #define ``ESP32_IGNORE_CHIP_REVISION_CHECK`` in ``arch/xtensa/src/esp32/esp32_start.c`` +- Enable the ``CONFIG_ESP32_IGNORE_CHIP_REVISION_CHECK`` or - Emulate the efuse as described `here <https://github.com/espressif/esp-toolchain-docs/blob/main/qemu/esp32/README.md#emulating-esp32-eco3>`__. QEMU Networking
