mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
arch/xtensa/esp32s3: add ARCH_CHIP_ESP32S3WROOM1N8R2 option to ESP32S3
Add support for module with 2MB PSRAM and 8MB flash. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
3764ed06df
commit
238e0c05ac
@@ -20,6 +20,16 @@ config ARCH_CHIP_ESP32S3WROOM1N4
|
|||||||
|
|
||||||
This chip comes with 4MB SPI Flash (quad).
|
This chip comes with 4MB SPI Flash (quad).
|
||||||
|
|
||||||
|
config ARCH_CHIP_ESP32S3WROOM1N8R2
|
||||||
|
bool "ESP32-S3-WROOM-1-N8R2"
|
||||||
|
select ESP32S3_FLASH_8M
|
||||||
|
select ESP32S3_PSRAM_2M
|
||||||
|
select ARCH_HAVE_I2CRESET
|
||||||
|
---help---
|
||||||
|
Generic module with an embedded ESP32-S3.
|
||||||
|
|
||||||
|
This module comes with 8MB SPI Flash (quad) and 2MB PSRAM (quad).
|
||||||
|
|
||||||
config ARCH_CHIP_ESP32S3WROOM1N8R8
|
config ARCH_CHIP_ESP32S3WROOM1N8R8
|
||||||
bool "ESP32-S3-WROOM-1-N8R8"
|
bool "ESP32-S3-WROOM-1-N8R8"
|
||||||
select ESP32S3_FLASH_8M
|
select ESP32S3_FLASH_8M
|
||||||
@@ -303,6 +313,10 @@ config ESP32S3_FLASH_DETECT
|
|||||||
---help---
|
---help---
|
||||||
Auto detect flash size when flashing.
|
Auto detect flash size when flashing.
|
||||||
|
|
||||||
|
config ESP32S3_PSRAM_2M
|
||||||
|
bool "ESP32S3 PSRAM 2M"
|
||||||
|
default n
|
||||||
|
|
||||||
config ESP32S3_PSRAM_8M
|
config ESP32S3_PSRAM_8M
|
||||||
bool "ESP32S3 PSRAM 8M"
|
bool "ESP32S3 PSRAM 8M"
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user