This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 996759300901ab53b7f2bc0c1625942302fd67f1 Author: Tiago Medicci Serrano <tiago.medi...@espressif.com> AuthorDate: Wed Apr 2 13:52:28 2025 -0300 boards/esp32s3-devkit: Update ESP32-S3's WROOM-2-N32R8V defconfigs The defconfigs that select the ESP32-S3's WROOM-2-N32R8V module contains an octal SPI flash chip and a octal SPIRAM module. This commit updates the defconfig to avoid errors while booting the device. Signed-off-by: Tiago Medicci Serrano <tiago.medi...@espressif.com> --- boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig | 2 ++ boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig index 1aa4a7e87a..99f9a4f78d 100644 --- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/python/defconfig @@ -28,6 +28,8 @@ CONFIG_DRIVERS_IEEE80211=y CONFIG_DRIVERS_WIRELESS=y CONFIG_ESP32S3_DEVKITC_1_V11=y CONFIG_ESP32S3_FLASH_FREQ_80M=y +CONFIG_ESP32S3_FLASH_MODE_OCT=y +CONFIG_ESP32S3_FLASH_SAMPLE_MODE_STR=y CONFIG_ESP32S3_SPIFLASH=y CONFIG_ESP32S3_SPIFLASH_SPIFFS=y CONFIG_ESP32S3_SPIRAM=y diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig index 30e019a935..e4abb1dbc4 100644 --- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig +++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig @@ -24,6 +24,8 @@ CONFIG_BUILTIN=y CONFIG_DEFAULT_TASK_STACKSIZE=4096 CONFIG_DRIVERS_IEEE80211=y CONFIG_DRIVERS_WIRELESS=y +CONFIG_ESP32S3_FLASH_MODE_OCT=y +CONFIG_ESP32S3_FLASH_SAMPLE_MODE_STR=y CONFIG_ESP32S3_RT_TIMER_TASK_STACK_SIZE=4096 CONFIG_ESP32S3_SPIFLASH=y CONFIG_ESP32S3_SPIRAM=y @@ -38,7 +40,6 @@ CONFIG_FS_LITTLEFS=y CONFIG_FS_LITTLEFS_MULTI_VERSION=y CONFIG_FS_LITTLEFS_VERSION="v2.10.1" CONFIG_FS_PROCFS=y -CONFIG_HOST_MACOS=y CONFIG_IDLETHREAD_STACKSIZE=3072 CONFIG_INIT_ENTRYPOINT="nsh_main" CONFIG_INIT_STACKSIZE=8192