mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user