Skip to content

manifest: sdk-zephyr: fixup! [nrf noup] modules: hal_nordic: nrfx: Add SoftDevice PPI resou… #23057

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3008

@NordicBuilder NordicBuilder requested review from a team as code owners July 1, 2025 06:36
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Jul 1, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 1, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@d7b901d nrfconnect/sdk-zephyr#3008 nrfconnect/sdk-zephyr#3008/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 1, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: cc8eb7fab443c259a42b7e8deb69a92228482a44
zephyr: PR head: 2b6f1e1339fc3e6af46fef716fc9cf5192d2b463

more details

sdk-nrf:

PR head: cc8eb7fab443c259a42b7e8deb69a92228482a44
merge base: 495aa0e8c84400b3f2e667b59b4ac34c02a4290a
target head (main): 495aa0e8c84400b3f2e667b59b4ac34c02a4290a
Diff

zephyr:

PR head: 2b6f1e1339fc3e6af46fef716fc9cf5192d2b463
merge base: d7b901d0c1951441440037c9fc7e022c065cea96
target head (main): 9e4227eaf649f96528257f19951a08077244f120
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 (97)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54h20dk
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── nrf54h20dk_nrf54h20-ipc_conf.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-ipc_conf_iron.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map_iron.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_defconfig
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron_defconfig
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad_iron.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad_iron_0_9_0.yaml
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad_iron_defconfig
│  ├── doc
│  │  ├── build
│  │  │  ├── kconfig
│  │  │  │  │ preprocessor-functions.rst
│  ├── drivers
│  │  ├── firmware
│  │  │  ├── nrf_ironside
│  │  │  │  ├── Kconfig
│  │  │  │  │ dvfs.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── firmware
│  │  │  │  │ nordic,ironside-call.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ bluetooth.h
│  │  │  ├── drivers
│  │  │  │  ├── firmware
│  │  │  │  │  ├── nrf_ironside
│  │  │  │  │  │  ├── boot_report.h
│  │  │  │  │  │  ├── call.h
│  │  │  │  │  │  ├── cpuconf.h
│  │  │  │  │  │  ├── dvfs.h
│  │  │  │  │  │  │ update.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── Kconfig.nrf_regtool
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ nrfx_config_reserved_resources_ncs.h
│  ├── samples
│  │  ├── application_development
│  │  │  ├── code_relocation_nocopy
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  ├── nrf_ironside
│  │  │  │  │  ├── update
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── counter
│  │  │  │  ├── alarm
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.overlay
│  │  │  ├── mbox
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  ├── remote
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.overlay
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  │ sample.yaml
│  │  ├── sysbuild
│  │  │  ├── hello_world
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad_iron.conf
│  ├── scripts
│  │  ├── kconfig
│  │  │  │ kconfigfunctions.py
│  │  ├── west_commands
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── snippets
│  │  ├── nordic-ppr-xip
│  │  │  ├── soc
│  │  │  │  │ nrf54h20_cpuapp.overlay
│  │  ├── nordic-ppr
│  │  │  ├── soc
│  │  │  │  │ nrf54h20_cpuapp.overlay
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── uicr
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── gen_uicr.py
│  │  │  │  │  ├── uicr.h
│  │  │  │  │  │ uicr.ld
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── soc.c
│  │  │  │  │ uicr_periphconf_table.c
│  │  │  ├── nrf54l
│  │  │  │  │ Kconfig
│  │  │  ├── nrf92
│  │  │  │  │ Kconfig.soc
│  │  │  │ validate_base_addresses.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── Kconfig
│  │  │  │  ├── adv.c
│  │  │  │  ├── adv.h
│  │  │  │  ├── hci_core.h
│  │  │  │  ├── id.c
│  │  │  │  ├── id.h
│  │  │  │  ├── keys.c
│  │  │  │  ├── keys.h
│  │  │  │  │ smp.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── common
│  │  │  │  ├── ramfunc
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  ├── nrfs
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.overlay
│  │  │  ├── spi
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ spi.c
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.overlay
│  │  ├── kconfig
│  │  │  ├── functions
│  │  │  │  ├── Kconfig
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── kernel
│  │  │  ├── interrupt
│  │  │  │  ├── src
│  │  │  │  │  │ nested_irq.c
│  │  ├── subsys
│  │  │  ├── ipc
│  │  │  │  ├── ipc_sessions
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 3ae5dc3c63
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:3ae5dc3c63_776d264d2e

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

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

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3008 branch from c91d65d to 4939c22 Compare July 1, 2025 06:44
Copy link

github-actions bot commented Jul 1, 2025

You can find the documentation preview for this PR here.

Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3008 branch from 4939c22 to cc8eb7f Compare July 1, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant