-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] Bluetooth: Mesh: no more tinycrypt in ble mesh tfm image
PR allows to get rid of tinycrypt objects from the final binary of the ble mesh apps based on PSA TFM crypto. Upstream PR: zephyrproject-rtos/zephyr#64696 Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no> (cherry picked from commit c5ee143)
- Loading branch information
Showing
9 changed files
with
59 additions
and
21 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
samples/bluetooth/mesh/boards/nrf5340dk_nrf5340_cpuapp_ns.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# The option adds TinyCrypt based bt_rand. | ||
CONFIG_BT_HOST_CRYPTO=n | ||
# The option adds GATT caching feature that is based on TinyCrypt. | ||
CONFIG_BT_GATT_CACHING=n | ||
|
||
# Known issue: non secure platforms do not work with settings subsystem. | ||
CONFIG_SETTINGS=n | ||
CONFIG_BT_SETTINGS=n |
5 changes: 5 additions & 0 deletions
5
samples/bluetooth/mesh_demo/boards/nrf5340dk_nrf5340_cpuapp_ns.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# The option adds TinyCrypt based bt_rand. | ||
CONFIG_BT_HOST_CRYPTO=n | ||
# The option adds GATT caching feature that is based on TinyCrypt. | ||
CONFIG_BT_GATT_CACHING=n | ||
|
||
# Known issue: non secure platforms do not work with settings subsystem. | ||
CONFIG_SETTINGS=n | ||
CONFIG_BT_SETTINGS=n |
3 changes: 3 additions & 0 deletions
3
samples/bluetooth/mesh_provisioner/boards/nrf5340dk_nrf5340_cpuapp_ns.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# The option adds TinyCrypt based bt_rand. | ||
CONFIG_BT_HOST_CRYPTO=n | ||
|
||
# Known issue: non secure platforms do not work with settings subsystem. | ||
CONFIG_SETTINGS=n | ||
CONFIG_BT_SETTINGS=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# The option adds TinyCrypt based bt_rand. | ||
CONFIG_BT_HOST_CRYPTO=n | ||
# The option adds GATT caching feature that is based on TinyCrypt. | ||
CONFIG_BT_GATT_CACHING=n | ||
|
||
# Enable mbedTLS PSA as a crypto backend | ||
CONFIG_BT_MESH_USES_MBEDTLS_PSA=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters