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 29a5022 commit 6aa06b7Copy full SHA for 6aa06b7
build.sh
@@ -22,7 +22,7 @@ CCACHE_ENABLE=1
22
23
TARGET="all"
24
BUILD_TYPE="all"
25
-BUILD_DEBUG="default"
+BUILD_DEBUG="none"
26
SKIP_ENV=0
27
COPY_OUT=0
28
ARCHIVE_OUT=0
configs/defconfig.common
@@ -131,3 +131,6 @@ CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
131
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
132
# Use compact attribute storage mode
133
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
134
+
135
136
+CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC=y
0 commit comments