Skip to content

Commit 6aa06b7

Browse files
committed
update
1 parent 29a5022 commit 6aa06b7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CCACHE_ENABLE=1
2222

2323
TARGET="all"
2424
BUILD_TYPE="all"
25-
BUILD_DEBUG="default"
25+
BUILD_DEBUG="none"
2626
SKIP_ENV=0
2727
COPY_OUT=0
2828
ARCHIVE_OUT=0

configs/defconfig.common

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,6 @@ CONFIG_USE_BLE_ONLY_FOR_COMMISSIONING=n
131131
CONFIG_ENABLE_ESP_INSIGHTS_TRACE=n
132132
# Use compact attribute storage mode
133133
CONFIG_ESP_MATTER_NVS_USE_COMPACT_ATTR_STORAGE=y
134+
135+
136+
CONFIG_MBEDTLS_EXTERNAL_MEM_ALLOC=y

0 commit comments

Comments
 (0)