5093d49fae
Improvements made: - PSRAM support for S2 - partition definition for 16MiB flash - correct ADC and DAC pins - correct GPIO and IRQ pins - S3 components in CMakeLists Based on original commit made by Seon Rozenblum aka @UnexpectedMaker. Signed-off-by: Damien George <damien@micropython.org>
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
# MicroPython on ESP32-S2 and ESP32-PAD1_subscript_3, ESP IDF configuration with SPIRAM support
|
|
CONFIG_ESP32S2_SPIRAM_SUPPORT=y
|
|
CONFIG_SPIRAM_TYPE_AUTO=y
|
|
CONFIG_DEFAULT_PSRAM_CLK_IO=30
|
|
CONFIG_DEFAULT_PSRAM_CS_IO=26
|
|
CONFIG_SPIRAM_SPEED_80M=y
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_BOOT_INIT=y
|
|
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
|
|
CONFIG_SPIRAM_USE_MEMMAP=y
|
|
CONFIG_SPIRAM_MEMTEST=y
|