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 5fd0bc7 commit fd7e0e2Copy full SHA for fd7e0e2
configs/defconfig.common
@@ -132,6 +132,10 @@ CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
132
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
133
# Do not use minimal mDNS within Matter Core
134
CONFIG_USE_MINIMAL_MDNS=n
135
+# Changes Matter Memory Allocation Mode to use the default malloc() that can use PSRAM is enabled
136
+CONFIG_ESP_MATTER_MEM_ALLOC_MODE_DEFAULT=y
137
+# Disable default mode that only allocates memory from DRAM
138
+CONFIG_ESP_MATTER_MEM_ALLOC_MODE_INTERNAL=n
139
140
#TinyUSB Config
141
CONFIG_TINYUSB_CDC_MAX_PORTS=2
0 commit comments