fix(esp32-qemu): enable legacy esp-idf build

The current simple boot method is not working with qemu.

We enable this option for now until we can make the simple-boot
image boot with QEMU.
This commit is contained in:
Marco Casaroli 2024-09-18 18:17:05 +02:00 committed by Xiang Xiao
parent b1a6618929
commit 027e5ab763

View file

@ -19,6 +19,7 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_ARCH_XTENSA=y
CONFIG_BOARD_LOOPSPERMSEC=16717
CONFIG_BUILTIN=y
CONFIG_ESP32_APP_FORMAT_LEGACY=y
CONFIG_ESP32_OPENETH=y
CONFIG_ESP32_QEMU_IMAGE=y
CONFIG_ESP32_UART0=y