bl4kraven opened a new pull request, #16252: URL: https://github.com/apache/nuttx/pull/16252
## Summary When the CONFIG_ESPRESSIF_FLASH_MODE_QIO option is turned on, the compilation error: bootloader_flash_config_esp32c6.c:(.text.bootloader_init_spi_flash+0x32): undefined reference to `bootloader_enable_qio_mode' The reason is missing flash_qio_mode.c, which has the bootloader_enable_qio_mode function. ## Impact esp32c6、esp32c3、esp32h2 which use esp-hal-3rdparty lib. ## Testing Tested on esp32c6-devkitc board. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org