mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
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:
parent
b1a6618929
commit
027e5ab763
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue