mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
IDF v3 is no longer supported with the move to cmake. Signed-off-by: Damien George <damien@micropython.org>
7 lines
189 B
Plaintext
7 lines
189 B
Plaintext
# MicroPython on ESP32, ESP IDF configuration with SPIRAM support
|
|
|
|
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
|
CONFIG_SPIRAM_CACHE_WORKAROUND=y
|
|
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
|
|
CONFIG_SPIRAM_USE_MEMMAP=y
|