-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: bluetooth: hids: Enable TF-M profile small for /ns target
Enabled the CONFIG_TFM_PROFILE_TYPE_SMALL for the nrf5340dk/nrf5340/cpuapp/ns as it is required for the Bluetooth stack to work properly as it now uses the PSA crypto API. Jira: NCSDK-31777 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
- Loading branch information
1 parent
4cae173
commit 41f7097
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
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
10 changes: 10 additions & 0 deletions
10
samples/bluetooth/central_hids/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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Copyright (c) 2025 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# TF-M profile has to be properly configured to be able to run | ||
# the Bluetooth stack which uses PSA crypto API as minimal TF-M | ||
# profile cannot be used. | ||
CONFIG_TFM_PROFILE_TYPE_SMALL=y |
10 changes: 10 additions & 0 deletions
10
samples/bluetooth/peripheral_hids_keyboard/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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Copyright (c) 2025 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# TF-M profile has to be properly configured to be able to run | ||
# the Bluetooth stack which uses PSA crypto API as minimal TF-M | ||
# profile cannot be used. | ||
CONFIG_TFM_PROFILE_TYPE_SMALL=y |
10 changes: 10 additions & 0 deletions
10
samples/bluetooth/peripheral_hids_mouse/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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Copyright (c) 2025 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
# TF-M profile has to be properly configured to be able to run | ||
# the Bluetooth stack which uses PSA crypto API as minimal TF-M | ||
# profile cannot be used. | ||
CONFIG_TFM_PROFILE_TYPE_SMALL=y |