Skip to content

Commit 7da4191

Browse files
samples: openthread: Remove support for nRF54H20
nRF54H20 is no longer supported in Openthread samples. - Removed DTS and config files related to nRF54H20. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent ac5a4cc commit 7da4191

File tree

6 files changed

+19
-83
lines changed

6 files changed

+19
-83
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,18 @@ Keys samples
490490
Matter samples
491491
--------------
492492

493-
* Updated the :ref:`matter_template_sample` sample document with the instructions on how to build the sample on the nRF54L15 DK with support for Matter OTA DFU and DFU over Bluetooth SMP, and using internal RRAM only.
494-
* Enabled Link Time Optimization (LTO) by default for the ``release`` configuration and ``nrf7002dk/nrf5340/cpuapp`` build target.
495-
* Removed support for nRF54H20 devices from the :ref:`matter_lock_sample`, and :ref:`matter_template_sample` samples.
493+
* :ref:`matter_template_sample` sample:
494+
495+
* Updated:
496+
497+
* The documentation with instructions on how to build the sample on the nRF54L15 DK with support for Matter OTA DFU and DFU over Bluetooth SMP, and using internal RRAM only.
498+
* Link Time Optimization (LTO) to be enabled by default for the ``release`` configuration and ``nrf7002dk/nrf5340/cpuapp`` build target.
499+
500+
* Removed support for nRF54H20 devices.
501+
502+
* :ref:`matter_lock_sample` sample:
503+
504+
* Removed support for nRF54H20 devices.
496505

497506
Networking samples
498507
------------------
@@ -568,7 +577,9 @@ Trusted Firmware-M (TF-M) samples
568577
Thread samples
569578
--------------
570579

571-
|no_changes_yet_note|
580+
* :ref:`ot_cli_sample` sample:
581+
582+
* Removed support for the nRF54H20 DK.
572583

573584
Zigbee samples
574585
--------------

samples/matter/lock/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ IPv6 network support
4343

4444
The development kits for this sample offer the following IPv6 network support for Matter:
4545

46-
* Matter over Thread is supported for ``nrf52840dk/nrf52840``, ``nrf5340dk/nrf5340/cpuapp``, ``nrf21540dk/nrf52840``, and ``nrf54l15dk/nrf54l15/cpuapp``.
47-
* Matter over Wi-Fi is supported for ``nrf5340dk/nrf5340/cpuapp`` with the ``nrf7002ek`` shield attached, for ``nrf7002dk/nrf5340/cpuapp`` (2.4 GHz and 5 GHz), or for ``nrf7002dk/nrf5340/cpuapp/nrf7001`` (2.4 GHz only).
46+
* Matter over Thread is supported for the ``nrf52840dk/nrf52840``, ``nrf5340dk/nrf5340/cpuapp``, ``nrf21540dk/nrf52840``, and ``nrf54l15dk/nrf54l15/cpuapp`` board targets.
47+
* Matter over Wi-Fi is supported for the ``nrf5340dk/nrf5340/cpuapp`` board target with the ``nrf7002ek`` shield attached, for the ``nrf7002dk/nrf5340/cpuapp`` (2.4 GHz and 5 GHz), or ``nrf7002dk/nrf5340/cpuapp/nrf7001`` board targets (2.4 GHz only).
4848
* :ref:`Switching between Matter over Thread and Matter over Wi-Fi <matter_lock_sample_wifi_thread_switching>` is supported for ``nrf5340dk/nrf5340/cpuapp`` with the ``nrf7002ek`` shield attached, using the :ref:`switched Thread and Wi-Fi configuration <matter_lock_sample_custom_configs>`.
4949

5050
Overview

samples/matter/template/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ IPv6 network support
3232

3333
The development kits for this sample offer the following IPv6 network support for Matter:
3434

35-
* Matter over Thread is supported for ``nrf52840dk/nrf52840``, ``nrf5340dk/nrf5340/cpuapp``, ``nrf21540dk/nrf52840``, ``nrf54l15dk/nrf54l15/cpuapp``, and ``nrf54l15dk/nrf54l10/cpuapp``.
36-
* Matter over Wi-Fi is supported for ``nrf5340dk/nrf5340/cpuapp`` with the ``nrf7002ek`` shield attached, or for ``nrf7002dk/nrf5340/cpuapp``.
35+
* Matter over Thread is supported for the ``nrf52840dk/nrf52840``, ``nrf5340dk/nrf5340/cpuapp``, ``nrf21540dk/nrf52840``, ``nrf54l15dk/nrf54l15/cpuapp``, and ``nrf54l15dk/nrf54l10/cpuapp`` board targets.
36+
* Matter over Wi-Fi is supported for the ``nrf5340dk/nrf5340/cpuapp`` board target with the ``nrf7002ek`` shield attached, or for the ``nrf7002dk/nrf5340/cpuapp`` board target.
3737

3838
Overview
3939
********

samples/openthread/cli/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 0 additions & 15 deletions
This file was deleted.

samples/openthread/cli/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 0 additions & 54 deletions
This file was deleted.

samples/openthread/cli/sample.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ tests:
1818
- nrf54l15dk/nrf54l15/cpuapp
1919
- nrf54l15dk/nrf54l10/cpuapp
2020
- nrf54l15dk/nrf54l15/cpuapp/ns
21-
- nrf54h20dk/nrf54h20/cpuapp
2221
integration_platforms:
2322
- nrf52840dk/nrf52840
2423
- nrf52840dongle/nrf52840
@@ -27,7 +26,6 @@ tests:
2726
- nrf54l15dk/nrf54l15/cpuapp
2827
- nrf54l15dk/nrf54l10/cpuapp
2928
- nrf54l15dk/nrf54l15/cpuapp/ns
30-
- nrf54h20dk/nrf54h20/cpuapp
3129
sample.openthread.cli.multiprotocol:
3230
sysbuild: true
3331
build_only: true
@@ -43,7 +41,6 @@ tests:
4341
- nrf54l15dk/nrf54l15/cpuapp
4442
- nrf54l15dk/nrf54l10/cpuapp
4543
- nrf54l15dk/nrf54l15/cpuapp/ns
46-
- nrf54h20dk/nrf54h20/cpuapp
4744
extra_args:
4845
- cli_SNIPPET="ci;logging;multiprotocol;tcp"
4946
- FILE_SUFFIX=ble
@@ -55,7 +52,6 @@ tests:
5552
- nrf54l15dk/nrf54l15/cpuapp
5653
- nrf54l15dk/nrf54l10/cpuapp
5754
- nrf54l15dk/nrf54l15/cpuapp/ns
58-
- nrf54h20dk/nrf54h20/cpuapp
5955
sample.openthread.cli.singleprotocol:
6056
sysbuild: true
6157
build_only: true
@@ -70,7 +66,6 @@ tests:
7066
- nrf54l15dk/nrf54l15/cpuapp
7167
- nrf54l15dk/nrf54l10/cpuapp
7268
- nrf54l15dk/nrf54l15/cpuapp/ns
73-
- nrf54h20dk/nrf54h20/cpuapp
7469
extra_args: >
7570
cli_SNIPPET="ci;logging;tcp"
7671
integration_platforms:
@@ -80,7 +75,6 @@ tests:
8075
- nrf54l15dk/nrf54l15/cpuapp
8176
- nrf54l15dk/nrf54l10/cpuapp
8277
- nrf54l15dk/nrf54l15/cpuapp/ns
83-
- nrf54h20dk/nrf54h20/cpuapp
8478
sample.openthread.cli.usb:
8579
sysbuild: true
8680
build_only: true

0 commit comments

Comments
 (0)