bt-mesh: deprecate BT_MESH_USES_TINYCRYPT
Since the TinyCrypt library is being deprecated in Zephyr, this commit set TinyCrypt usage in BT mesh as deprecated and it sets Mbed TLS PSA Crypto API as the default option (when TF-M is not available). Tests are also updated in this commit. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
f4592382bb
commit
0f4875b7d0
6 changed files with 18 additions and 26 deletions
|
@ -19,4 +19,4 @@ target_compile_options(app
|
|||
-DCONFIG_BT_MESH_CRPL=10
|
||||
-DCONFIG_BT_MESH_RPL_STORE_TIMEOUT=1
|
||||
-DCONFIG_BT_SETTINGS
|
||||
-DCONFIG_BT_MESH_USES_TINYCRYPT)
|
||||
-DCONFIG_BT_MESH_USES_MBEDTLS_PSA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue