Skip to content

Commit 845b5c1

Browse files
committed
doc: release notes: add Fast Pair nRF53 PM deprecation changelog entries
Add changelog entries for the Fast Pair Locator Tag nRF53 PM-to-DTS migration: - Bluetooth Fast Pair samples: note the migration of the nrf5340dk/nrf5340/cpuapp and thingy53/nrf5340/cpuapp board targets from the deprecated Partition Manager to the devicetree (DTS) partition layout, and the removal of the corresponding /ns board target variants from the sample. Highlight that the new DTS partition layout preserves DFU backwards compatibility with the legacy Partition Manager layout from the |NCS| v3.3.0 release. - Google Fast Pair integration: note that the integration guide no longer carries the nRF53-specific Partition Manager exception, so the Partition Manager is fully deprecated for the supported Fast Pair project configurations. Ref: NCSDK-38010 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
1 parent cabf115 commit 845b5c1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@ Bluetooth Fast Pair samples
382382

383383
* Updated:
384384

385+
* The configuration of the nRF53 Series board targets (``nrf5340dk/nrf5340/cpuapp`` and ``thingy53/nrf5340/cpuapp``) by migrating from the deprecated :ref:`partition_manager` to the devicetree (DTS) solution that is used for defining the partition layout.
386+
The new DTS partition layout is aligned with the :ref:`partition_manager` layout from |NCS| v3.3.0 to preserve DFU backwards compatibility with the v3.3.0 deployments.
387+
All board targets supported by the sample now use DTS for partition definitions.
385388
* UI thread handling for reference board targets with a speaker by moving the speaker control into the common indication thread.
386389
The signaling is now done using the :ref:`zephyr:events` API.
387390
* The configuration of the non-volatile memory self-protection mechanism in the MCUboot image on the nRF54L board targets.
@@ -391,6 +394,8 @@ Bluetooth Fast Pair samples
391394
* Fixed the ringing status indications with the green LED flashes for reference board targets.
392395
A ringing status indication was often skipped during the motion detection event.
393396

397+
* Removed the ``nrf5340dk/nrf5340/cpuapp/ns`` and ``thingy53/nrf5340/cpuapp/ns`` board target variants from the sample's configuration.
398+
394399
Cellular samples
395400
----------------
396401

@@ -757,7 +762,8 @@ This section provides detailed lists of changes by :ref:`integration <integratio
757762
Google Fast Pair integration
758763
----------------------------
759764

760-
|no_changes_yet_note|
765+
* Updated the :ref:`Google Fast Pair integration guide<ug_bt_fast_pair_integration>` to reflect that all supported board targets use devicetree (DTS) for partition definitions.
766+
The :ref:`partition_manager` no longer has any Fast Pair-specific exception and is fully deprecated for the supported Fast Pair project configurations.
761767

762768
Edge Impulse integration
763769
------------------------

0 commit comments

Comments
 (0)