-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fast_pair: Fix bt_fast_pair partition for TF-M + change TF-M profile in fast_pair samples #20489
fast_pair: Fix bt_fast_pair partition for TF-M + change TF-M profile in fast_pair samples #20489
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 8b6e6004647023eebeb428c6d2dcd7f8617ec242 more detailssdk-nrf:
Github labels
List of changed files detected by CI (9)
Outputs:ToolchainVersion: 4cff34261a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
ae7689e
to
bcba759
Compare
Can we bring into the review someone from the Aegir team? |
I think we should mention the partition layout changes in the changelog (breaking change). |
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zrelease[nrf52820dongle/nrf52820]: ROM size increased by 5084[B] in comparison to the main[4f5484f] branch. - link (cc: @MarekPieta) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-20489/6) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changelog can be added as a follow-up commit
After documentation is built, you will find the preview for this PR here. Preview links for modified nRF Connect SDK documents: |
d5392a8
to
b7a4915
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
Fixed the bt_fast_pair PM partition so it can be used together with TF-M without issues. Jira: NCSDK-31901 Jira: NCSDK-31777 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
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. Jira: NCSDK-31777 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
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>
b7a4915
to
930ef53
Compare
Added changelog related to fixing bt_fast_pair partition definition and changes in the TF-M profile configuration in FP samples. Jira: NCSDK-31901 Jira: NCSDK-31777 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
930ef53
to
8b6e600
Compare
Jira: NCSDK-31901
Jira: NCSDK-31777
Will add changelog later