This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit c5145257fe85a75a4e6abc4fa24d3a3a3b84e94a
Author: Alan Carvalho de Assis <acas...@gmail.com>
AuthorDate: Sat Mar 25 10:31:27 2023 -0300

    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

Reply via email to