Skip to content

Commit f7ff9ab

Browse files
committed
samples: bluetooth: fast_pair: indicate the broken nRF54H20 DK target
Added a note to the documentation of the Fast Pair samples to warn the user that the nRF54H20 DK no longers works with these projects. Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 99a9715 commit f7ff9ab

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

samples/bluetooth/fast_pair/input_device/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ The sample supports the following development kits:
2727

2828
.. include:: /includes/tfm.txt
2929

30+
.. note::
31+
This sample does not build or run for the ``nrf54h20dk/nrf54h20/cpuapp`` board target due to the IronSide SE migration.
32+
See the ``NCSDK-34821`` in the :ref:`known_issues` page for more information.
33+
The codebase and documentation will be updated in the future releases to address this issue.
34+
3035
Overview
3136
********
3237

samples/bluetooth/fast_pair/locator_tag/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ The sample supports the following development kits:
2626

2727
.. table-from-sample-yaml::
2828

29+
.. note::
30+
This sample does not build or run for the ``nrf54h20dk/nrf54h20/cpuapp`` board target due to the IronSide SE migration.
31+
See the ``NCSDK-34821`` in the :ref:`known_issues` page for more information.
32+
This documentation page may still refer to concepts that were valid before the IronSide SE migration (for example, to the SUIT solution).
33+
The codebase and documentation will be updated in the future releases to address this issue.
34+
2935
.. note::
3036
In case of the :zephyr:board:`nrf54h20dk` board target, the application still has high power consumption as the Bluetooth LE controller running on the radio core requires disabling MRAM latency (:kconfig:option:`CONFIG_MRAM_LATENCY_AUTO_REQ`).
3137
Enabling MRAM latency makes the Bluetooth LE controller unstable.

0 commit comments

Comments
 (0)