Skip to content

Commit

Permalink
Update BRD3419A
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Apr 16, 2024
1 parent 782562c commit a62c295
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion matter/efr32/mgm24/BRD4319A/autogen/sl_component_catalog.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
#define SL_CATALOG_BLUETOOTH_CS_SUPPORT_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_ADVERTISER_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_CONNECTION_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_GAP_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_GATT_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_GATT_SERVER_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_LEGACY_ADVERTISER_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_NVM_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_SM_PRESENT
#define SL_CATALOG_BLUETOOTH_FEATURE_SYSTEM_PRESENT
#define SL_CATALOG_BLUETOOTH_RTOS_ADAPTATION_PRESENT
#define SL_CATALOG_BLUETOOTH_PRESENT
Expand All @@ -35,7 +39,7 @@
#define SL_CATALOG_PSA_CRYPTO_PRESENT
#define SL_CATALOG_RAIL_LIB_PRESENT
#define SL_CATALOG_RAIL_UTIL_PTI_PRESENT
#define SL_CATALOG_SECURITY_MANAGER_PRESENT
#define SL_CATALOG_SE_MANAGER_PRESENT
#define SL_CATALOG_BTN0_PRESENT
#define SL_CATALOG_SIMPLE_BUTTON_PRESENT
#define SL_CATALOG_SIMPLE_BUTTON_BTN0_PRESENT
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/mgm24/BRD4319A/autogen/sl_event_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "sl_device_init_emu.h"
#include "sl_fem_util.h"
#include "pa_conversions_efr32.h"
#include "sl_rail_util_power_manager_init.h"
#include "sl_rail_util_pti.h"
#include "sl_board_control.h"
#include "sl_bt_rtos_adaptation.h"
Expand All @@ -30,7 +31,6 @@
#include "sl_iostream_init_instances.h"
#include "sl_bluetooth.h"
#include "sl_power_manager.h"
#include "sl_rail_util_power_manager_init.h"

void sl_platform_init(void)
{
Expand Down Expand Up @@ -80,9 +80,9 @@ void sl_stack_init(void)
{
sl_fem_util_init();
sl_rail_util_pa_init();
sl_rail_util_power_manager_init();
sl_rail_util_pti_init();
sl_bt_rtos_init();
sl_rail_util_power_manager_init();
}

void sl_internal_app_init(void)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
#define MBEDTLS_ECP_DP_SECP256R1_ENABLED
#define MBEDTLS_ECDSA_C
#define MBEDTLS_MD_C
#define MBEDTLS_SHA224_C
#define MBEDTLS_SHA256_C
#define MBEDTLS_PSA_CRYPTO_DRIVERS
#define MBEDTLS_PSA_CRYPTO_STORAGE_C

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#define SLI_PSA_BUILTIN_CONFIG_AUTOGEN_H

// Do not need this feature - SLC imposed
// #define MBEDTLS_PSA_BUILTIN_KEY_TYPE_AES 1
// #define MBEDTLS_PSA_BUILTIN_ALG_ECB_NO_PADDING 1
// #define MBEDTLS_PSA_BUILTIN_ALG_CMAC 1
// #define MBEDTLS_PSA_BUILTIN_KEY_TYPE_AES 1
// #define MBEDTLS_PSA_BUILTIN_ALG_PBKDF2_AES_CMAC_PRF_128 1


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#define PSA_WANT_KEY_TYPE_AES 1
#define PSA_WANT_ALG_CCM 1
#define PSA_WANT_ALG_CTR 1
#define PSA_WANT_ALG_ECB_NO_PADDING 1
#define PSA_WANT_ALG_CMAC 1
#define PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY 1
Expand Down

0 comments on commit a62c295

Please sign in to comment.