You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: release: Add changelog related to FP partition and TF-M profile
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>
Copy file name to clipboardexpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+12
Original file line number
Diff line number
Diff line change
@@ -310,10 +310,18 @@ Bluetooth Fast Pair samples
310
310
---------------------------
311
311
312
312
* Added support for the ``nrf54l15dk/nrf54l05/cpuapp`` and ``nrf54l15dk/nrf54l10/cpuapp`` board targets in all Fast Pair samples.
313
+
* Updated the non-secure target (``nrf5340dk/nrf5340/cpuapp/ns`` and ``thingy53/nrf5340/cpuapp/ns``) configurations of the following samples to use configurable TF-M profile instead of the predefined minimal TF-M profil:
314
+
315
+
* :ref:`fast_pair_locator_tag`
316
+
* :ref:`fast_pair_input_device`
317
+
318
+
This change results from the Bluetooth subsystem transition to the PSA cryptographic standard.
319
+
The Bluetooth stack can now use the PSA crypto API in the non-secure domain as all necessary TF-M partitions are configured properly.
313
320
314
321
* :ref:`fast_pair_locator_tag` sample:
315
322
316
323
* Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` board target.
324
+
* Updated the partition layout for the ``nrf5340dk/nrf5340/cpuapp/ns`` and ``thingy53/nrf5340/cpuapp/ns`` board targets to accomodate the partitions needed due to change in the TF-M profile configuration.
317
325
318
326
Bluetooth Mesh samples
319
327
----------------------
@@ -569,6 +577,10 @@ Binary libraries
569
577
Bluetooth libraries and services
570
578
--------------------------------
571
579
580
+
* :ref:`bt_fast_pair_readme` library:
581
+
582
+
* Updated the automatically generated ``bt_fast_pair`` partition definition (located in the :file:`subsys/partition_manager/pm.yml.bt_fast_pair`) to work correctly when building with TF-M.
583
+
572
584
* :ref:`bt_mesh` library:
573
585
574
586
* Fixed an issue in the :ref:`bt_mesh_light_ctrl_srv_readme` model to automatically resume the Lightness Controller after recalling a scene (``NCSDK-30033`` known issue).
0 commit comments