Merge branch 'thread_br/custom_cluster' into 'main'

thread_br: add thread br custom cluster

See merge request app-frameworks/esp-matter!590
This commit is contained in:
Shu Chen
2024-04-23 10:13:29 +08:00
9 changed files with 477 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
#include <esp_matter_controller_utils.h>
#include <esp_matter_ota.h>
#if CONFIG_OPENTHREAD_BORDER_ROUTER
#include <esp_matter_thread_br_cluster.h>
#include <esp_matter_thread_br_console.h>
#include <esp_matter_thread_br_launcher.h>
#include <esp_ot_config.h>
@@ -86,3 +86,6 @@ CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=512
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=8192
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
# Enable HKDF for mbedtls
CONFIG_MBEDTLS_HKDF_C=y