Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: matter: Remove support for nRF54H20 #20683

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

ArekBalysNordic
Copy link
Contributor

nRF54H20 is no longer supported in Matter samples.

  • Removed DTS and config files related to nRF54H20.
  • Removed SUIT manifests for Matter.
  • Removed nRF54H20 from documentation.
  • Removed nRF54H20 from sample.yaml.

@ArekBalysNordic ArekBalysNordic requested review from a team as code owners February 28, 2025 13:26
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. manifest labels Feb 28, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Feb 28, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@80665b6 nrfconnect/sdk-connectedhomeip@4c46941 (master) nrfconnect/sdk-connectedhomeip@80665b67..4c46941e

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Feb 28, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 10

Inputs:

Sources:

sdk-nrf: PR head: 9b961c6b04568a52b01d486a70b18b51ac46a557
matter: PR head: 4c46941ef17b7b755c96c57e4ba42306cc524e1c

more details

sdk-nrf:

PR head: 9b961c6b04568a52b01d486a70b18b51ac46a557
merge base: 5ba7bdff000f1d4a49208d2127805f99acb0989c
target head (main): 25915a88d4c8706cd72f940408a96be9aed93bde
Diff

matter:

PR head: 4c46941ef17b7b755c96c57e4ba42306cc524e1c
merge base: 80665b6704e3c1a175d4ca552e308d3e3e5602a9
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (45)
applications
│  ├── matter_bridge
│  │  ├── Kconfig.sysbuild
│  │  ├── boards
│  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  ├── doc
│  │  │  │ matter_bridge_description.rst
│  │  ├── sample.yaml
│  │  ├── sysbuild
│  │  │  ├── ipc_radio
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
config
│  ├── suit
│  │  ├── templates
│  │  │  ├── nrf54h20
│  │  │  │  ├── matter
│  │  │  │  │  ├── v1
│  │  │  │  │  │  ├── app_envelope.yaml.jinja2
│  │  │  │  │  │  ├── rad_envelope.yaml.jinja2
│  │  │  │  │  │  │ root_with_binary_nordic_top.yaml.jinja2
doc
│  ├── nrf
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
│  │  │  │ software_maturity.rst
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── config
│  │  │  │  ├── nrfconnect
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── Kconfig.defaults
│  │  │  │  │  │  │ generate_factory_data.cmake
│  │  │  ├── src
│  │  │  │  ├── platform
│  │  │  │  │  ├── nrfconnect
│  │  │  │  │  │  ├── OTAImageProcessorImpl.cpp
│  │  │  │  │  │  │ OTAImageProcessorImpl.h
samples
│  ├── matter
│  │  ├── common
│  │  │  ├── cmake
│  │  │  │  │ source_common.cmake
│  │  │  ├── dts
│  │  │  │  ├── nrf54h20
│  │  │  │  │  ├── nrf54h20_cpuapp_memory_map.dtsi
│  │  │  │  │  ├── nrf54h20_cpuapp_peripherals.dtsi
│  │  │  │  │  ├── nrf54h20_cpurad_memory_map.dtsi
│  │  │  │  │  │ nrf54h20_ram_allocation.dtsi
│  │  │  ├── src
│  │  │  │  ├── dfu
│  │  │  │  │  ├── smp
│  │  │  │  │  │  │ dfu_over_smp.cpp
│  │  ├── lock
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  ├── sample.yaml
│  │  │  ├── sysbuild
│  │  │  │  ├── ipc_radio
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  ├── template
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  ├── sample.yaml
│  │  │  ├── sysbuild
│  │  │  │  ├── ipc_radio
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  ├── openthread
│  │  ├── cli
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │ sample.yaml
scripts
│  ├── quarantine.yaml
│  │ quarantine_integration.yaml
snippets
│  ├── matter-debug
│  │  ├── boards
│  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │ snippet.yml
sysbuild
│  │ Kconfig.matter
west.yml

Outputs:

Toolchain

Version: acee3b0b2b
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:acee3b0b2b_bece0367df

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 8
  • ✅ Integration tests
    • ✅ test-sdk-audio - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ desktop52_verification - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-boot - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-apps - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ble_mesh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ble_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-chip - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nfc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_serial_lte_modem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ doc-internal - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_crypto - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-proprietary_esb - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rpc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-tfm - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-thread - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-zigbee - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_mosh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_positioning - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-sidewalk - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-wifi - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-pmic-samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-mcuboot - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-dfu - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ps - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-secdom-samples-public - Skipped: Job was skipped as it succeeded in a previous run

Note: This message is automatically posted and updated by the CI

Copy link
Contributor

@mariusz-nordicsemi mariusz-nordicsemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArekBalysNordic
Copy link
Contributor Author

@nrfconnect/ncs-charon Could you please review? I think it is time to remove SUIT manifests related to Matter as well. @ahasztag @tomchy

nRF54H20 is no longer supported in Matter samples.

- Removed DTS and config files related to nRF54H20.
- Removed SUIT manifests for Matter.
- Removed nRF54H20 from documentation.
- Removed nRF54H20 from sample.yaml.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
nRF54H20 is no longer supported in Openthread samples.

- Removed DTS and config files related to nRF54H20.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
nRF54H20 is no longer supported for Matter and Thread.
Removed it from the maturity table.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Copy link

sonarqubecloud bot commented Mar 5, 2025

@ArekBalysNordic ArekBalysNordic merged commit bee921b into nrfconnect:main Mar 5, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval. manifest manifest-matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants