Skip to content

Commit 93a2c12

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 604a7b8 commit 93a2c12

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

360360
* Updated:
361361

362+
* 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.
363+
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.
364+
All board targets supported by the sample now use DTS for partition definitions.
362365
* UI thread handling for reference board targets with a speaker by moving the speaker control into the common indication thread.
363366
The signaling is now done using the :ref:`zephyr:events` API.
364367
* The configuration of the non-volatile memory self-protection mechanism in the MCUboot image on the nRF54L board targets.
@@ -368,6 +371,8 @@ Bluetooth Fast Pair samples
368371
* Fixed the ringing status indications with the green LED flashes for reference board targets.
369372
A ringing status indication was often skipped during the motion detection event.
370373

374+
* Removed the ``nrf5340dk/nrf5340/cpuapp/ns`` and ``thingy53/nrf5340/cpuapp/ns`` board target variants from the sample's configuration.
375+
371376
Cellular samples
372377
----------------
373378

@@ -712,7 +717,8 @@ This section provides detailed lists of changes by :ref:`integration <integratio
712717
Google Fast Pair integration
713718
----------------------------
714719

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

717723
Edge Impulse integration
718724
------------------------

0 commit comments

Comments
 (0)