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 1b5b9845f4bbb0b8272bbfb75d4dcb93218ed3bd
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Tue May 7 17:52:35 2024 +0900

    esp32s3-devkit/toywasm: use ARCH_CHIP_ESP32S3WROOM2_32M
    
    As documented in [1], this config is for a board with 32MB flash.
    
    [1] Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst
---
 boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig 
b/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig
index c456b6fe66..7c467ccac6 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/toywasm/defconfig
@@ -15,7 +15,7 @@ CONFIG_ARCH_BOARD_COMMON=y
 CONFIG_ARCH_BOARD_ESP32S3_DEVKIT=y
 CONFIG_ARCH_CHIP="esp32s3"
 CONFIG_ARCH_CHIP_ESP32S3=y
-CONFIG_ARCH_CHIP_ESP32S3WROOM2=y
+CONFIG_ARCH_CHIP_ESP32S3WROOM2_32M=y
 CONFIG_ARCH_INTERRUPTSTACK=2048
 CONFIG_ARCH_STACKDUMP=y
 CONFIG_ARCH_XTENSA=y
@@ -28,7 +28,6 @@ CONFIG_ESP32S3_RT_TIMER_TASK_STACK_SIZE=4096
 CONFIG_ESP32S3_SPIFLASH=y
 CONFIG_ESP32S3_SPIRAM=y
 CONFIG_ESP32S3_SPIRAM_MODE_OCT=y
-CONFIG_ESP32S3_SPI_FLASH_USE_32BIT_ADDRESS=y
 CONFIG_ESP32S3_STORAGE_MTD_SIZE=0x1e80000
 CONFIG_ESP32S3_UART0=y
 CONFIG_ESP32S3_WIFI=y

Reply via email to