Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Backport 3af38c7~5..3af38c7 from #19209.

@NordicBuilder NordicBuilder requested review from a team as code owners December 6, 2024 08:06
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Dec 6, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Dec 6, 2024

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

Name Old Revision New Revision Diff
matter nrfconnect/[email protected] nrfconnect/sdk-connectedhomeip@070048f (v2.9-branch) nrfconnect/[email protected]
nrf-802154 nrfconnect/[email protected] https://github.com/nrfconnect/sdk-nrf-802154/commit/e8be396184667824f201ec1c364f8fb0ee829aaf (main,v2.9-branch) nrfconnect/[email protected]
nrfxlib nrfconnect/[email protected] nrfconnect/sdk-nrfxlib@d6f8f8b (v2.9-branch) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Dec 6, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 7050e85301059dc41ab71dde2b7cb138f61a1041
nrfxlib: PR head: d6f8f8be7ef47ff500dcc047b21b27bbb39fa048
matter: PR head: 070048f827c15ce05312a2e1d1ea72ecaac26478

more details

sdk-nrf:

PR head: 7050e85301059dc41ab71dde2b7cb138f61a1041
merge base: e13decdccc7ca58c36bb9d682ea7d70bdc0693db
target head (v2.9-branch): b4142c1bde4d3d24ce51511dd9878cbe0d7f5c8b
Diff

nrfxlib:

PR head: d6f8f8be7ef47ff500dcc047b21b27bbb39fa048
merge base: 1ab292d04974dc97523c00dfa82eb461fd27bdb1
Diff

matter:

PR head: 070048f827c15ce05312a2e1d1ea72ecaac26478
merge base: 9a6edcf725a9766e513fe789745da92e0f640cb1
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 (53)
doc
│  ├── nrf
│  │  ├── protocols
│  │  │  ├── matter
│  │  │  │  ├── end_product
│  │  │  │  │  │ security.rst
│  │  │  │  ├── getting_started
│  │  │  │  │  ├── hw_requirements.rst
│  │  │  │  │  │ transmission_power.rst
│  │  │  ├── thread
│  │  │  │  ├── overview
│  │  │  │  │  │ architectures.rst
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── config
│  │  │  │  ├── nrfconnect
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  ├── Kconfig.defaults
│  │  │  │  │  │  │ Kconfig.features
nrfxlib
│  ├── common.cmake
│  ├── nrf_802154
│  │  ├── driver
│  │  │  ├── src
│  │  │  │  ├── nrf_802154_peripherals_nrf53.h
│  │  │  │  ├── nrf_802154_peripherals_nrf54h.h
│  │  │  │  │ nrf_802154_peripherals_nrf54l.h
│  │  ├── sl
│  │  │  ├── sl
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrf54l05_cpuapp
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  ├── nrf54l10_cpuapp
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  ├── nrf54l10_cpuapp_ns
│  │  │  │  │  │  ├── hard-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── soft-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
│  │  │  │  │  │  ├── softfp-float
│  │  │  │  │  │  │  │ libnrf-802154-sl.a
samples
│  ├── matter
│  │  ├── smoke_co_alarm
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── boards
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  ├── pm_static_nrf54l15dk_nrf54l10_cpuapp.yml
│  │  │  ├── sample.yaml
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  ├── template
│  │  │  ├── Kconfig.sysbuild
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  ├── pm_static_nrf54l15dk_nrf54l10_cpuapp.yml
│  │  │  ├── sample.yaml
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  ├── openthread
│  │  ├── cli
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ns.overlay
│  │  │  │ sample.yaml
│  │  ├── coprocessor
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.conf
│  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.overlay
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ns.overlay
│  │  │  │ sample.yaml
snippets
│  ├── matter-diagnostic-logs
│  │  ├── boards
│  │  │  │ nrf54l15dk_nrf54l10_cpuapp.overlay
│  │  │ snippet.yml
subsys
│  ├── net
│  │  ├── openthread
│  │  │  │ Kconfig.defconfig
west.yml

Outputs:

Toolchain

Version: b77d8c1312
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:b77d8c1312_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 570
  • ❌ Integration tests
    • ❌ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-fw-nrfconnect-zigbee
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@maciejbaczmanski maciejbaczmanski force-pushed the backport-19209-to-v2.9-branch branch from 31baa75 to 1cbf1ff Compare December 6, 2024 08:28
Copy link
Contributor

@ArekBalysNordic ArekBalysNordic left a comment

Choose a reason for hiding this comment

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

The backport looks good.

@maciejbaczmanski maciejbaczmanski force-pushed the backport-19209-to-v2.9-branch branch from 1cbf1ff to 6411ca2 Compare December 6, 2024 08:49
Copy link
Contributor

@ankuns ankuns left a comment

Choose a reason for hiding this comment

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

approving the 15.4 backport

Copy link
Contributor

@rlubos rlubos left a comment

Choose a reason for hiding this comment

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

Please update SHAs

maciejbaczmanski and others added 5 commits December 6, 2024 13:01
Pull nrfxlib with 802154 RD libs with support for nRF54L10
and nRF54L05

Signed-off-by: Maciej Baczmanski <[email protected]>
(cherry picked from commit 14927ff)
Add support for nRF54L10 and nRF54L05 in OpenThread

Signed-off-by: Maciej Baczmanski <[email protected]>

Co-authored-by: Adrian Gielniewski <[email protected]>
(cherry picked from commit d619858)
This commit updates Matter documentation to include nRF54L10.

Signed-off-by: Łukasz Duda <[email protected]>
(cherry picked from commit 2ebe06d)
Add support for nRF54L10 in Matter

Signed-off-by: Maciej Baczmanski <[email protected]>
(cherry picked from commit 760a547)
Extended the diagnostic logs snippet by nRF54L10 target and updated
HW requirements page.

Signed-off-by: Arkadiusz Balys <[email protected]>
(cherry picked from commit 3af38c7)
@maciejbaczmanski maciejbaczmanski force-pushed the backport-19209-to-v2.9-branch branch from 6411ca2 to 7050e85 Compare December 6, 2024 12:01
@NordicBuilder NordicBuilder removed the DNM label Dec 6, 2024
@mariusz-nordicsemi mariusz-nordicsemi added this to the 2.9.0 milestone Dec 6, 2024
@rlubos rlubos merged commit 5c2a672 into v2.9-branch Dec 6, 2024
12 of 14 checks passed
@gmarull gmarull deleted the backport-19209-to-v2.9-branch branch February 26, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Backport changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval. manifest manifest-matter manifest-nrf-802154 manifest-nrfxlib

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants