-
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: fast_pair: locator_tag: Change TF-M profile
Changed TF-M profile from minimal to manually configured with minimal feature set needed for the proper work of the Bluetooth stack that uses PSA Crypto. Changed pm_static files for nrf5340dk/nrf5340/cpuapp/ns and thingy53/nrf5340/cpuapp/ns to accomodate needed tfm_its partition and fix placement of bt_fast_pair partition. Jira: NCSDK-31777 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
- Loading branch information
1 parent
01ad075
commit bcba759
Showing
6 changed files
with
89 additions
and
24 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...les/bluetooth/fast_pair/locator_tag/configuration/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,16 @@ | ||
# | ||
# 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. | ||
# The following configuration is a minimal set of options required. | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
CONFIG_TFM_PARTITION_PLATFORM=y | ||
CONFIG_TFM_PARTITION_CRYPTO=y | ||
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y | ||
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=n | ||
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=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
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