Skip to content

Conversation

mif1-nordic
Copy link
Contributor

Based on PR 24632

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

NordicBuilder commented Oct 10, 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/986 nrfconnect/nrfx#986/files
zephyr nrfconnect/sdk-zephyr@3acc99b nrfconnect/sdk-zephyr#3387 nrfconnect/sdk-zephyr#3387/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 10, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: e958fc52c7627a16e9c2822046fca9ce7324cfd1
zephyr: PR head: 8f98fdba809bbd24a1757e5a1b12cd10c2a57272

more details

sdk-nrf:

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

zephyr:

PR head: 8f98fdba809bbd24a1757e5a1b12cd10c2a57272
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 (51)
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
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── 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_hfclk192m.c
│  │  │  ├── clock_control_nrf_irq_handlers.ld
│  │  │  ├── clock_control_nrf_lfclk.c
│  │  │  ├── clock_control_nrf_xo.c
│  │  │  │ clock_control_nrfs_lfclk.c
│  │  ├── 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-hfclk192m.yaml
│  │  │  │  ├── nordic,nrf-clock-lfclk.yaml
│  │  │  │  ├── nordic,nrf-clock-xo.yaml
│  │  │  │  │ nordic,nrf-lfclk.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── 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
│  │  │  │  │  │  │ test_clock_control.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── 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

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

Signed-off-by: Michal Frankiewicz <[email protected]>
Add latest nrfx and change zephyr revision to the XO_separation on
collab-nrfx-4.0.

Signed-off-by: Michal Frankiewicz <[email protected]>
Add latest nrfx and change zephyr revision to the LFCLK_separation on
collab-nrfx-4.0.

Signed-off-by: Michal Frankiewicz <[email protected]>
Add latest nrfx and change zephyr revision to the HFCLK192M_separation on
collab-nrfx-4.0.

Signed-off-by: Michal Frankiewicz <[email protected]>
@mif1-nordic mif1-nordic force-pushed the NRFX-8015_HFCLK192M_separation branch from 7781d21 to e958fc5 Compare October 13, 2025 10:04
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