@@ -381,6 +381,7 @@ template("siwx917_sdk") {
381
381
" SLI_SHA_DEVICE_SI91X=1" ,
382
382
" SLI_TRNG_DEVICE_SI91X=1" ,
383
383
" SLI_SECURE_KEY_STORAGE_DEVICE_SI91X=1" ,
384
+ " SLI_MULTITHREAD_DEVICE_SI91X=1" ,
384
385
]
385
386
386
387
include_dirs = [
@@ -397,6 +398,7 @@ template("siwx917_sdk") {
397
398
" ${ sl_si91x_psa_crypto_path } /sha/inc" ,
398
399
" ${ sl_si91x_psa_crypto_path } /trng/inc" ,
399
400
" ${ sl_si91x_psa_crypto_path } /wrap/inc" ,
401
+ " ${ sl_si91x_psa_crypto_path } /multithread/inc" ,
400
402
401
403
# mbedTLS
402
404
" ${ efr32_sdk_root } /platform/security/sl_component/sl_mbedtls_support/config" ,
@@ -503,6 +505,7 @@ template("siwx917_sdk") {
503
505
" ${ sl_si91x_psa_crypto_path } /gcm/src/sl_si91x_gcm.c" ,
504
506
" ${ sl_si91x_psa_crypto_path } /hmac/src/sl_si91x_hmac.c" ,
505
507
" ${ sl_si91x_psa_crypto_path } /mac/src/sl_si91x_psa_mac.c" ,
508
+ " ${ sl_si91x_psa_crypto_path } /multithread/src/sl_si91x_crypto_thread.c" ,
506
509
" ${ sl_si91x_psa_crypto_path } /sha/src/sl_si91x_psa_sha.c" ,
507
510
" ${ sl_si91x_psa_crypto_path } /sha/src/sl_si91x_sha.c" ,
508
511
" ${ sl_si91x_psa_crypto_path } /src/sli_si91x_crypto_driver_functions.c" ,
0 commit comments