Skip to content

Commit

Permalink
fix for mg12 multi-admin (project-chip#11693)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 16, 2021
1 parent bdfd02d commit f6502e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/efr32/init_efrPlatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ extern "C" {

#include "init_efrPlatform.h"
#include "sl_component_catalog.h"
#include "sl_mbedtls.h"
#include "sl_system_init.h"

#if DISPLAY_ENABLED
Expand All @@ -64,6 +65,7 @@ void initAntenna(void);
void init_efrPlatform(void)
{
sl_system_init();
sl_mbedtls_init();

#if DISPLAY_ENABLED
initLCD();
Expand Down
3 changes: 3 additions & 0 deletions third_party/efr32_sdk/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ template("efr32_sdk") {
"CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI=1",
"__HEAP_SIZE=0",
"SL_CATALOG_FREERTOS_KERNEL_PRESENT=1",
"MBEDTLS_THREADING_C=1",
"MBEDTLS_THREADING_ALT=1",
"SL_THREADING_ALT=1",

#"__STACK_SIZE=0",
]
Expand Down

0 comments on commit f6502e5

Please sign in to comment.