Skip to content

Commit 9e2ba7c

Browse files
committed
sdkconfig: enable SPIRAM ECC
This will consume 1/16th of the SPI RAM, but even after enabling this we have 11 out of 16MB free after boot, so we really don't have to worry about running out of memory.
1 parent 92b89e0 commit 9e2ba7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ CONFIG_RMT_SUPPRESS_DEPRECATE_WARN=y
115115
CONFIG_SPIFFS_MAX_PARTITIONS=6
116116
CONFIG_SPIRAM=y
117117
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y
118+
CONFIG_SPIRAM_ECC_ENABLE=y
118119
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
119120
# CONFIG_SPIRAM_IGNORE_NOTFOUND is not set
120121
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0

0 commit comments

Comments
 (0)