Skip to content

Commit 4422086

Browse files
mkardous-silabspull[bot]
authored andcommitted
fix for mg12 multi-admin (#11693)
1 parent 35b5d57 commit 4422086

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

examples/platform/efr32/init_efrPlatform.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ extern "C" {
5353

5454
#include "init_efrPlatform.h"
5555
#include "sl_component_catalog.h"
56+
#include "sl_mbedtls.h"
5657
#include "sl_system_init.h"
5758

5859
#if DISPLAY_ENABLED
@@ -64,6 +65,7 @@ void initAntenna(void);
6465
void init_efrPlatform(void)
6566
{
6667
sl_system_init();
68+
sl_mbedtls_init();
6769

6870
#if DISPLAY_ENABLED
6971
initLCD();

third_party/efr32_sdk/efr32_sdk.gni

+3
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ template("efr32_sdk") {
137137
"CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI=1",
138138
"__HEAP_SIZE=0",
139139
"SL_CATALOG_FREERTOS_KERNEL_PRESENT=1",
140+
"MBEDTLS_THREADING_C=1",
141+
"MBEDTLS_THREADING_ALT=1",
142+
"SL_THREADING_ALT=1",
140143

141144
#"__STACK_SIZE=0",
142145
]

0 commit comments

Comments
 (0)