Skip to content

Commit

Permalink
Apply temporal matter support PSA mutext patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasallas-silabs committed May 2, 2024
1 parent 191c2f2 commit cead2b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ template("efr32_sdk") {

#TODO: Added this as include files because of spi_multiplexing.h file. we will remove it after the cleanup.
"${examples_plat_dir}",
# TODO: Remove after the PSA mutex fix is incorporated into the GSDK release
"${sdk_support_root}/platform/security/sl_component/sl_mbedtls_support/inc",
"${efr32_sdk_root}/util/plugin/security_manager/",
"${efr32_sdk_root}/hardware/kit/common/bsp",
"${efr32_sdk_root}/hardware/board/inc",
Expand Down Expand Up @@ -693,7 +695,8 @@ template("efr32_sdk") {
"${efr32_sdk_root}/platform/security/sl_component/sl_mbedtls_support/src/sl_mbedtls.c",
"${efr32_sdk_root}/platform/security/sl_component/sl_mbedtls_support/src/sli_psa_crypto.c",
"${efr32_sdk_root}/platform/security/sl_component/sl_mbedtls_support/src/sl_psa_crypto.c",
"${efr32_sdk_root}/platform/security/sl_component/sl_psa_driver/src/sl_psa_its_nvm3.c",
# TODO: Remove after the PSA mutex fix is incorporated into the GSDK release
"${sdk_support_root}/platform/security/sl_component/sl_psa_driver/src/sl_psa_its_nvm3.c",
"${efr32_sdk_root}/platform/security/sl_component/sl_psa_driver/src/sli_psa_driver_common.c",
"${efr32_sdk_root}/platform/security/sl_component/sl_psa_driver/src/sli_psa_driver_init.c",
"${efr32_sdk_root}/platform/security/sl_component/sl_psa_driver/src/sli_psa_trng.c",
Expand Down

0 comments on commit cead2b9

Please sign in to comment.