Skip to content

Conversation

mif1-nordic
Copy link
Contributor

Add latest nrfx and change zephyr revision to the HFCLK_separation on collab-nrfx-4.0.

@mif1-nordic mif1-nordic requested review from a team as code owners October 8, 2025 09:31
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 8, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 8, 2025

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

Name Old Revision New Revision Diff
nrfx https://github.com/nrfconnect/nrfx/commit/98167a75a6ed8eb530c4e2977118619b51fd75b0 https://github.com/nrfconnect/nrfx/pull/963 nrfconnect/nrfx#963/files
zephyr nrfconnect/sdk-zephyr@3acc99b nrfconnect/sdk-zephyr#3291 nrfconnect/sdk-zephyr#3291/files

DNM label due to: 2 projects with PR revision

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 8, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 91808fbb3ed90398928e7ab8980e425eee162334
zephyr: PR head: d7ab187d0e99d66b099b90942df2d97b01cf8351

more details

sdk-nrf:

PR head: 91808fbb3ed90398928e7ab8980e425eee162334
merge base: 94b822f53df65d06ded18637325f7022d287ec69
target head (collab-nrfx-4.0): 4dc0eca8f0536066b82a949aefac5941e479b87b
Diff

zephyr:

PR head: d7ab187d0e99d66b099b90942df2d97b01cf8351
merge base: 3acc99b2018b0ace7a8b2922006cb2ffbd17b9d1
target head (collab-nrfx-4.0): 3c9c5b7ad4a520e0f0945b8a18c79082db398c29
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 (39)
west.yml
zephyr
│  ├── boards
│  │  ├── ezurio
│  │  │  ├── bl54l15_dvk
│  │  │  │  │ nrf54l_10_15_cpuapp_common.dtsi
│  │  │  ├── bl54l15u_dvk
│  │  │  │  │ nrf54l15_cpuapp_common.dtsi
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  │  │  │ nrf54lm20bsim_nrf54lm20a_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf54l15dk
│  │  │  │  │ nrf54l_05_10_15_cpuapp_common.dtsi
│  │  │  ├── nrf54lm20dk
│  │  │  │  │ nrf54lm20a_cpuapp_common.dtsi
│  │  ├── panasonic
│  │  │  ├── panb611evb
│  │  │  │  │ panb611evb_nrf54l15_cpuapp_common.dtsi
│  │  ├── raytac
│  │  │  ├── an54l15q_db
│  │  │  │  │ raytac_an54l15q_db_cpuapp_common.dtsi
│  │  ├── we
│  │  │  ├── ophelia4ev
│  │  │  │  │ ophelia4ev_nrf54l15_cpuapp.dts
│  ├── drivers
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf.c
│  │  │  ├── clock_control_nrf_common.c
│  │  │  ├── clock_control_nrf_common.h
│  │  │  ├── clock_control_nrf_hfclk.c
│  │  │  │ clock_control_nrf_irq_handlers.ld
│  │  ├── i2s
│  │  │  ├── Kconfig.nrfx
│  │  │  │ i2s_nrfx.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf51822.dtsi
│  │  │  │  ├── nrf52805.dtsi
│  │  │  │  ├── nrf52810.dtsi
│  │  │  │  ├── nrf52811.dtsi
│  │  │  │  ├── nrf52820.dtsi
│  │  │  │  ├── nrf52832.dtsi
│  │  │  │  ├── nrf52833.dtsi
│  │  │  │  ├── nrf52840.dtsi
│  │  │  │  ├── nrf5340_cpuapp_peripherals.dtsi
│  │  │  │  ├── nrf5340_cpunet.dtsi
│  │  │  │  │ nrf91_peripherals.dtsi
│  │  ├── bindings
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrf-clock-hfclk.yaml
│  │  │  │  │ nordic,nrf-clock-xo.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l_05_10_15.dtsi
│  │  │  │  │ nrf54lm20a.dtsi
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  │ CMakeLists.txt
│  ├── samples
│  │  ├── drivers
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  ├── tests
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ nrf_device_subsys.h
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_xip.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr_xip.overlay

Outputs:

Toolchain

Version: 2b2cd9579a
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:2b2cd9579a_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 12
    • sdk-zephyr test count: 928
  • ❌ Integration tests
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-tfm
    • ❌ test-sdk-find-my
    • ❌ test-low-level
    • ❌ test-sdk-mcuboot
    • ❌ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nrf-iot_cloud
    • 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_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@mif1-nordic mif1-nordic force-pushed the NRFX-8012_HFCLK_separation branch from 3873d09 to cd2b2be Compare October 9, 2025 09:00
Add latest nrfx and change zephyr revision to the HFCLK_separation on
collab-nrfx-4.0.

Signed-off-by: Michal Frankiewicz <[email protected]>
@mif1-nordic mif1-nordic force-pushed the NRFX-8012_HFCLK_separation branch from cd2b2be to 91808fb Compare October 13, 2025 10:03
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-nrfx manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants