We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b9fb8 commit 3d869f5Copy full SHA for 3d869f5
sdkconfig.defaults
@@ -27,10 +27,10 @@ CONFIG_SPIRAM_USE_MALLOC=y
27
CONFIG_SPIRAM_MODE_OCT=y
28
CONFIG_SPIRAM_SPEED_80M=y
29
# anything larger than this is attempted to allocate within SPIRAM first
30
-CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
+# CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=0
31
# specifcally reserved internally for DMA
32
-CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=262144
33
-CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
+# CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=262144
+# CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
34
35
#
36
# Partition Table
0 commit comments