mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 11:20:48 +02: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
|