diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index 6c23b90cc9f..03c27982716 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -310,10 +310,18 @@ Bluetooth Fast Pair samples --------------------------- * Added support for the ``nrf54l15dk/nrf54l05/cpuapp`` and ``nrf54l15dk/nrf54l10/cpuapp`` board targets in all Fast Pair samples. +* 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: + + * :ref:`fast_pair_locator_tag` + * :ref:`fast_pair_input_device` + + This change results from the Bluetooth subsystem transition to the PSA cryptographic standard. + The Bluetooth stack can now use the PSA crypto API in the non-secure domain as all necessary TF-M partitions are configured properly. * :ref:`fast_pair_locator_tag` sample: * Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` board target. + * 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. Bluetooth Mesh samples ---------------------- @@ -569,6 +577,10 @@ Binary libraries Bluetooth libraries and services -------------------------------- +* :ref:`bt_fast_pair_readme` library: + + * 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. + * :ref:`bt_mesh` library: * 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).