Skip to content

Commit

Permalink
Fix for mg24 hardfault (#11369)
Browse files Browse the repository at this point in the history
* Moved define for it to become global

* Restyle
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Aug 4, 2023
1 parent 858defb commit 1234753
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/EFR32/efr32-chip-mbedtls-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
#include "em_device.h"
#include "em_se.h"

#define SL_CATALOG_FREERTOS_KERNEL_PRESENT

/**
* Enable H Crypto and Entropy modules
*/
Expand Down
1 change: 1 addition & 0 deletions third_party/efr32_sdk/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ template("efr32_sdk") {
"CHIP_KVS_BASE_SECTOR_INDEX=((FLASH_SIZE/FLASH_PAGE_SIZE)-(CHIP_KVS_SECTOR_COUNT))",
"CHIP_DEVICE_CONFIG_THREAD_ENABLE_CLI=1",
"__HEAP_SIZE=0",
"SL_CATALOG_FREERTOS_KERNEL_PRESENT=1",

#"__STACK_SIZE=0",
]
Expand Down

0 comments on commit 1234753

Please sign in to comment.