Skip to content

Commit 9d5de66

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 c57fd65 commit 9d5de66

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
@@ -383,6 +383,9 @@ Bluetooth Fast Pair samples
383383

384384
* Updated:
385385

386+
* 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.
387+
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.
388+
All board targets supported by the sample now use DTS for partition definitions.
386389
* UI thread handling for reference board targets with a speaker by moving the speaker control into the common indication thread.
387390
The signaling is now done using the :ref:`zephyr:events` API.
388391
* The configuration of the non-volatile memory self-protection mechanism in the MCUboot image on the nRF54L board targets.
@@ -392,6 +395,8 @@ Bluetooth Fast Pair samples
392395
* Fixed the ringing status indications with the green LED flashes for reference board targets.
393396
A ringing status indication was often skipped during the motion detection event.
394397

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

@@ -776,7 +781,8 @@ This section provides detailed lists of changes by :ref:`integration <integratio
776781
Google Fast Pair integration
777782
----------------------------
778783

779-
|no_changes_yet_note|
784+
* 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.
785+
The :ref:`partition_manager` no longer has any Fast Pair-specific exception and is fully deprecated for the supported Fast Pair project configurations.
780786

781787
Edge Impulse integration
782788
------------------------

0 commit comments

Comments
 (0)