From c5145257fe85a75a4e6abc4fa24d3a3a3b84e94a Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Sat, 25 Mar 2023 10:31:27 -0300 Subject: [PATCH] esp32: Add Ai-Thinker ESP32-A1S module --- arch/xtensa/src/esp32/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/xtensa/src/esp32/Kconfig b/arch/xtensa/src/esp32/Kconfig index abecc8a2d4..02d0c2c003 100644 --- a/arch/xtensa/src/esp32/Kconfig +++ b/arch/xtensa/src/esp32/Kconfig @@ -81,6 +81,15 @@ config ARCH_CHIP_ESP32SOLO1 ---help--- Generic module with an embedded ESP32-S0WD chip, 4 MB of Flash memory +config ARCH_CHIP_ESP32_A1S + bool "Ai-Thinker ESP32-A1S" + select ESP32_ESP32DXWDXX + select ESP32_FLASH_16M + select ESP32_PSRAM_8M + ---help--- + Ai-Thinker ESP32-A1S module with an embedded ESP32-D0WD chip, 16 MB of + Flash memory, 8 MB of PSRAM + endchoice # ESP32 Chip Selection config ESP32_SINGLE_CPU