Skip to content

Conversation

mif1-nordic
Copy link
Contributor

@mif1-nordic mif1-nordic commented Sep 19, 2025

Based on PR 24606

@mif1-nordic mif1-nordic requested review from a team as code owners September 19, 2025 12:08
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Sep 19, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 19, 2025

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

Name Old Revision New Revision Diff
nrfx 🆕 N/A (Added) https://github.com/nrfconnect/nrfx/pull/966 nrfconnect/nrfx#966/files
zephyr nrfconnect/sdk-zephyr@b48a1f2 nrfconnect/sdk-zephyr#3292 nrfconnect/sdk-zephyr#3292/files

DNM label due to: 1 added project and 2 projects with PR revision

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Sep 19, 2025

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: 54f33f10a0b826174fb145f155afa61ce5a44b93
sdk-nrf: PR head: 24b3f4e1c01151f7632af764b296825a227da86f
zephyr: PR head: d8655f8c9c9f8fad76662e38ebcb838f4d2f35d9

more details

hal_nordic:

PR head: 54f33f10a0b826174fb145f155afa61ce5a44b93
merge base: a6579483deb33112cc763d05a4a3f8085883c1ac
Diff

sdk-nrf:

PR head: 24b3f4e1c01151f7632af764b296825a227da86f
merge base: 8e870267617b8a9db98fa42e7591e9d6a43efb3b
target head (collab-nrfx-4.0): 8e870267617b8a9db98fa42e7591e9d6a43efb3b
Diff

zephyr:

PR head: d8655f8c9c9f8fad76662e38ebcb838f4d2f35d9
merge base: b48a1f26ef887cee5f3c20ee04c1b1db7f43f226
target head (collab-nrfx-4.0): 886cc3ddf15affe198ee2e0908f09068a9eaf42e
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 (107)
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── nrfs
│  │  │  │  ├── include
│  │  │  │  │  ├── internal
│  │  │  │  │  │  ├── requests
│  │  │  │  │  │  │  │ nrfs_reqs_common.h
│  │  │  │  │  │  ├── services
│  │  │  │  │  │  │  ├── nrfs_clock.h
│  │  │  │  │  │  │  ├── nrfs_diag.h
│  │  │  │  │  │  │  ├── nrfs_gdpwr.h
│  │  │  │  │  │  │  ├── nrfs_mram.h
│  │  │  │  │  │  │  ├── nrfs_pmic.h
│  │  │  │  │  │  │  │ nrfs_swext.h
│  │  │  │  │  ├── nrfs_common.h
│  │  │  │  │  ├── services
│  │  │  │  │  │  ├── nrfs_audiopll.h
│  │  │  │  │  │  ├── nrfs_clock.h
│  │  │  │  │  │  ├── nrfs_diag.h
│  │  │  │  │  │  ├── nrfs_dvfs.h
│  │  │  │  │  │  ├── nrfs_gdfs.h
│  │  │  │  │  │  ├── nrfs_gdpwr.h
│  │  │  │  │  │  ├── nrfs_mram.h
│  │  │  │  │  │  ├── nrfs_pmic.h
│  │  │  │  │  │  ├── nrfs_reset.h
│  │  │  │  │  │  ├── nrfs_swext.h
│  │  │  │  │  │  ├── nrfs_temp.h
│  │  │  │  │  │  │ nrfs_usb.h
│  │  │  ├── nrfx
│  │  │  │  ├── CHANGELOG.md
│  │  │  │  ├── README
│  │  │  │  ├── doc
│  │  │  │  │  ├── drv_supp_matrix.dox
│  │  │  │  │  ├── nrf7120_enga.dox
│  │  │  │  │  ├── nrf9230_engb.dox
│  │  │  │  │  ├── nrfx.doxyfile
│  │  │  │  │  │ nrfx_api.dox
│  │  │  │  ├── drivers
│  │  │  │  │  ├── include
│  │  │  │  │  │  │ nrfx_clock.h
│  │  │  │  │  ├── nrfx_common.h
│  │  │  │  │  ├── nrfx_utils.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_cracen.c
│  │  │  │  │  │  ├── nrfx_saadc.c
│  │  │  │  │  │  ├── prs
│  │  │  │  │  │  │  │ nrfx_prs.h
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  ├── nrf_cracen.h
│  │  │  │  │  ├── nrf_gpiote.h
│  │  │  │  │  ├── nrf_grtc.h
│  │  │  │  │  ├── nrf_radio.h
│  │  │  │  │  ├── nrf_tampc.h
│  │  │  │  │  │ nrf_uicr.h
│  │  │  │  ├── haly
│  │  │  │  │  │ nrfy_gpiote.h
│  │  │  │  ├── helpers
│  │  │  │  │  │ nrfx_ram_ctrl.c
│  │  │  │  ├── mdk
│  │  │  │  │  ├── nrf.h
│  │  │  │  │  ├── nrf51.h
│  │  │  │  │  ├── nrf52.h
│  │  │  │  │  ├── nrf52805.h
│  │  │  │  │  ├── nrf52810.h
│  │  │  │  │  ├── nrf52811.h
│  │  │  │  │  ├── nrf52820.h
│  │  │  │  │  ├── nrf52833.h
│  │  │  │  │  ├── nrf52840.h
│  │  │  │  │  ├── nrf5340_application.h
│  │  │  │  │  ├── nrf5340_network.h
│  │  │  │  │  ├── nrf54ls05b_enga_application.svd
│  │  │  │  │  ├── nrf54ls05b_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54ls05b_enga_global.h
│  │  │  │  │  ├── nrf54ls05b_enga_interim.h
│  │  │  │  │  ├── nrf54ls05b_enga_types.h
│  │  │  │  │  ├── nrf54ls05b_enga_version.h
│  │  │  │  │  ├── nrf54ls05b_enga_xxaa_application_memory.h
│  │  │  │  │  ├── nrf9120.h
│  │  │  │  │  ├── nrf9160.h
│  │  │  │  │  │ system_nrf54l_approtect.h
│  │  │  │  ├── templates
│  │  │  │  │  ├── nrfx_config.h
│  │  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │  ├── nrfx_config_nrf54lm20a_enga_application.h
│  │  │  │  │  ├── nrfx_config_nrf54ls05b_enga_application.h
│  │  │  │  │  │ nrfx_config_nrf54lv10a_enga_application.h
│  ├── hal_nordic
│  │  │ CMakeLists.txt
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
│  │  │  ├── panb511evb
│  │  │  │  │ panb511evb_nrf54l15_cpuapp_common.dtsi
│  │  ├── raytac
│  │  │  ├── an54l15q_db
│  │  │  │  │ raytac_an54l15q_db_cpuapp_common.dtsi
│  │  ├── we
│  │  │  ├── ophelia4ev
│  │  │  │  │ ophelia4ev_nrf54l15_cpuapp.dts
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── 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
│  │  │  │ clock_control_nrf_xo.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
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54l
│  │  │  │  │ soc.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ nrf_device_subsys.h
│  │ west.yml

Outputs:

Toolchain

Version: 60043ac7b4
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:60043ac7b4_bba2ea5f2e

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

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

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

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

Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Add latest nrfx and change zephyr revision to the XO_separation on
collab-nrfx-4.0.

Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
@mif1-nordic mif1-nordic force-pushed the NRFX-8014_XO_separation branch from de4337b to 24b3f4e Compare September 19, 2025 12:30
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