Skip to content

Clock separation#25544

Open
mif1-nordic wants to merge 4 commits into
nrfconnect:mainfrom
mif1-nordic:clock_separation
Open

Clock separation#25544
mif1-nordic wants to merge 4 commits into
nrfconnect:mainfrom
mif1-nordic:clock_separation

Conversation

@mif1-nordic
Copy link
Copy Markdown
Contributor

@mif1-nordic mif1-nordic commented Nov 12, 2025

test_sdk_mcuboot: PR-152

@mif1-nordic mif1-nordic requested review from a team and stig-bjorlykke as code owners December 1, 2025 14:53
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 2, 2025

You can find the documentation preview for this PR here.

Copy link
Copy Markdown
Contributor

@ktaborowski ktaborowski left a comment

Choose a reason for hiding this comment

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

lgtm (please fix build issues)

int ret;

#if NRF_CLOCK_HAS_HFCLKAUDIO
ret = nrfx_clock_divider_set(NRF_CLOCK_DOMAIN_HFCLK, NRF_CLOCK_HFCLK_DIV_1);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think this should be changed to nrfx_clock_hfclk_divider_set

@NordicBuilder
Copy link
Copy Markdown
Contributor

CI Information

To view the history of this post, click the 'edited' button above
Build number: 96

Inputs:

Sources:

sdk-nrf: PR head: c821f5ee274776b87c22ec579303f68894d5caf0
nrfxlib: PR head: 921c5871b9158aca246bfd8a6aa22d624e34f4be
zephyr: PR head: bda920540d5005f7b9bfe7735c8d929d243cd812

more details

sdk-nrf:

PR head: c821f5ee274776b87c22ec579303f68894d5caf0
merge base: c3365bd39f69cbe7c828f70949b57b46a9ab26bf
target head (main): 72add72374d1531aaa4c3340d0d7615513dbfedd
Diff

nrfxlib:

PR head: 921c5871b9158aca246bfd8a6aa22d624e34f4be
merge base: e4af79800ff41ea59fb0007a84e1e8dedda98ac9
target head (main): b9ec59edfc85d34b8f70856c7b615c9562c83fa3
Diff

zephyr:

PR head: bda920540d5005f7b9bfe7735c8d929d243cd812
merge base: ceecbc8422660dd7b07e4a3686a5d4c48b3904fe
target head (main): b6c7fd562d2d70e57507ab410963c949ae6378eb
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 (229)
applications
│  ├── matter_bridge
│  │  ├── sysbuild
│  │  │  ├── mcuboot
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  ├── nrf5340_audio
│  │  ├── src
│  │  │  ├── audio
│  │  │  │  │ le_audio_rx.c
│  │  │  ├── modules
│  │  │  │  │ audio_clock.c
│  ├── nrf_desktop
│  │  ├── configuration
│  │  │  ├── nrf52dmouse_nrf52832
│  │  │  │  │ app.overlay
│  │  │  ├── nrf52kbd_nrf52832
│  │  │  │  │ app.overlay
│  │  ├── sample.yaml
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ hfclk_lock.c
boards
│  ├── nordic
│  │  ├── nrf52820dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52833dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52840gmouse
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52dmouse
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52kbd
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54lm20dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54ls05dk
│  │  │  ├── nrf54ls05_a_b_cpuapp_common.dtsi
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54lv10dk
│  │  │  ├── nrf54lv10a_cpuapp_common.dtsi
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf7120dk
│  │  │  │ pre_dt_board.cmake
drivers
│  ├── Kconfig
│  ├── serial
│  │  │ uart_nrf_sw_lpuart.c
dts
│  ├── common
│  │  ├── nordic
│  │  │  ├── nrf54ls05_a_b.dtsi
│  │  │  │ nrf54lv10a.dtsi
nrfxlib
│  ├── mpsl
│  │  │ Kconfig
samples
│  ├── bluetooth
│  │  ├── direct_test_mode
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ dtm.c
│  │  ├── nrf_auraconfig
│  │  │  ├── src
│  │  │  │  │ nrf_auraconfig.c
│  ├── cellular
│  │  ├── at_client
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── matter
│  │  ├── light_bulb
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── light_switch
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── lock
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── manufacturer_specific
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── template
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  ├── nrf5340
│  │  ├── extxip_smp_svr
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ thingy53_nrf5340_cpuapp.overlay
│  ├── peripheral
│  │  ├── 802154_phy_test
│  │  │  ├── src
│  │  │  │  │ periph_proc.c
│  │  ├── radio_test
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── wifi
│  │  ├── ble_coex
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── shell
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── thread_coex
│  │  │  ├── src
│  │  │  │  │ ot_coex_functions.c
│  │  ├── throughput
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── wfa_qt_app
│  │  │  ├── src
│  │  │  │  │ qt_app_main.c
subsys
│  ├── esb
│  │  ├── Kconfig
│  │  │ esb_glue.c
│  ├── gazell
│  │  │ gzll_glue.c
│  ├── mpsl
│  │  ├── clock_ctrl
│  │  │  │ mpsl_clock_ctrl.c
│  ├── net
│  │  ├── lib
│  │  │  ├── nrf70_fw_ext
│  │  │  │  │ ext_fw_load.c
│  ├── nfc
│  │  ├── lib
│  │  │  │ platform.c
tests
│  ├── benchmarks
│  │  ├── current_consumption
│  │  │  ├── nrf54l_errata30_idle
│  │  │  │  ├── prj.conf
│  │  │  │  │ testcase.yaml
│  │  ├── i2s_freq
│  │  │  ├── boards
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  ├── peripheral_load
│  │  │  ├── src
│  │  │  │  │ clock_thread.c
│  ├── bluetooth
│  │  ├── iso
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── drivers
│  │  ├── audio
│  │  │  ├── dmic_dump_buffer
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  ├── grtc
│  │  │  ├── grtc_clk_output
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  ├── i2s
│  │  │  ├── i2s_buffer
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  ├── i2s_samplerate
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  ├── src
│  │  │  │  │  │ test_i2s_samplerate.c
│  │  │  │  │ testcase.yaml
│  │  ├── timer
│  │  │  ├── grtc_timer_lfrc
│  │  │  │  ├── src
│  │  │  │  │  ├── common.c
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  ├── modules
│  │  ├── mcuboot
│  │  │  ├── external_flash
│  │  │  │  │ testcase.yaml
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── nrf_lfclk_rc.conf
│  │  │  │  │  ├── nrf_lfclk_rc.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  ├── clock_calibration.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── adafruit
│  │  │  ├── feather_nrf52840
│  │  │  │  │ adafruit_feather_nrf52840_common.dtsi
│  │  ├── bbc
│  │  │  ├── microbit
│  │  │  │  │ bbc_microbit.dts
│  │  │  ├── microbit_v2
│  │  │  │  │ bbc_microbit_v2.dts
│  │  ├── ezurio
│  │  │  ├── bl5340_dvk
│  │  │  │  │ bl5340_dvk_nrf5340_cpuapp_common.dtsi
│  │  │  ├── bl54l15_dvk
│  │  │  │  │ nrf54l_10_15_cpuapp_common.dtsi
│  │  │  ├── bl54l15u_dvk
│  │  │  │  │ nrf54l15_cpuapp_common.dtsi
│  │  │  ├── bl652_dvk
│  │  │  │  │ bl652_dvk.dts
│  │  │  ├── bl653_dvk
│  │  │  │  │ bl653_dvk.dts
│  │  │  ├── bl654_dvk
│  │  │  │  │ bl654_dvk.dts
│  │  │  ├── bl654_sensor_board
│  │  │  │  │ bl654_sensor_board.dts
│  │  │  ├── bl654_usb
│  │  │  │  │ bl654_usb_common.dtsi
│  │  │  ├── bt510
│  │  │  │  │ bt510.dts
│  │  │  ├── bt610
│  │  │  │  │ bt610.dts
│  │  │  ├── mg100
│  │  │  │  │ mg100.dts
│  │  │  ├── pinnacle_100_dvk
│  │  │  │  │ pinnacle_100_dvk.dts
│  │  ├── holyiot
│  │  │  ├── yj16019
│  │  │  │  │ holyiot_yj16019.dts
│  │  │  ├── yj17095
│  │  │  │  │ holyiot_yj17095.dts
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  │  │  │ nrf54lm20bsim_nrf54lm20a_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf51dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf51dongle
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52833dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52840dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52840dongle
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf5340_audio_dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf5340dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── nrf54l_05_10_15_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54l15tag
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54lm20dk
│  │  │  │  ├── nrf54lm20_a_b_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf7002dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf7120dk
│  │  │  │  ├── nrf7120_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9131ek
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9151dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9160dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9161dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── thingy52
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── thingy53
│  │  │  │  │ pre_dt_board.cmake
│  │  ├── panasonic
│  │  │  ├── pan1783
│  │  │  │  ├── pan1783_nrf5340_cpuapp_common.dtsi
│  │  │  │  │ pan1783_nrf5340_cpunet_common.dtsi
│  │  │  ├── panb611evb
│  │  │  │  │ panb611evb_nrf54l15_cpuapp_common.dtsi
│  │  ├── raytac
│  │  │  ├── an54lq_db_15
│  │  │  │  │ raytac_an54lq_db_15_cpuapp_common.dtsi
│  │  ├── seeed
│  │  │  ├── xiao_nrf54l15
│  │  │  │  │ xiao_nrf54l15_nrf54l15_cpuflpr.dts
│  │  ├── we
│  │  │  ├── ophelia1ev
│  │  │  │  │ we_ophelia1ev_nrf52805.dts
│  │  │  ├── ophelia4ev
│  │  │  │  ├── ophelia4ev_common.dtsi
│  │  │  │  │ ophelia4ev_nrf54l15_cpuapp.dts
│  │  │  ├── proteus2ev
│  │  │  │  │ we_proteus2ev_nrf52832.dts
│  │  │  ├── proteus3ev
│  │  │  │  │ we_proteus3ev_nrf52840.dts
│  ├── drivers
│  │  ├── audio
│  │  │  │ dmic_nrfx_pdm.c
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf54h_hfxo.c
│  │  │  ├── clock_control_nrf_auxpll.c
│  │  │  ├── clock_control_nrf_common.c
│  │  │  ├── clock_control_nrf_common.h
│  │  │  ├── clock_control_nrf_fll16m.c
│  │  │  ├── clock_control_nrf_hsfll_global.c
│  │  │  ├── clock_control_nrf_hsfll_local.c
│  │  │  ├── clock_control_nrf_iron_hsfll_local.c
│  │  │  ├── clock_control_nrf_lfclk.c
│  │  │  ├── clock_control_nrfs_audiopll.c
│  │  │  ├── clock_control_nrfx_common.c
│  │  │  ├── clock_control_nrfx_common.h
│  │  │  ├── clock_control_nrfx_hfclk.c
│  │  │  ├── clock_control_nrfx_hfclk192m.c
│  │  │  ├── clock_control_nrfx_hfclkaudio.c
│  │  │  ├── clock_control_nrfx_irq_handlers.ld
│  │  │  ├── clock_control_nrfx_lfclk.c
│  │  │  ├── clock_control_nrfx_xo.c
│  │  │  ├── clock_control_nrfx_xo24m.c
│  │  │  ├── nrf_clock_calibration.c
│  │  │  │ nrf_clock_calibration.h
│  │  ├── counter
│  │  │  │ counter_nrfx_rtc.c
│  │  ├── i2s
│  │  │  ├── i2s_nrf_tdm.c
│  │  │  │ i2s_nrfx.c
│  │  ├── ieee802154
│  │  │  │ Kconfig.nrf5
│  │  ├── led_strip
│  │  │  │ ws2812_gpio.c
│  │  ├── sensor
│  │  │  ├── nordic
│  │  │  │  ├── temp
│  │  │  │  │  │ temp_nrf5.c
│  │  ├── timer
│  │  │  ├── Kconfig.nrf_grtc
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ nrf_rtc_timer.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  │ usb_dc_nrfx.c
│  │  │  ├── udc
│  │  │  │  ├── udc_dwc2_vendor_quirks.h
│  │  │  │  │ udc_nrf.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
│  │  │  ├── audio
│  │  │  │  │ nordic,nrf-pdm.yaml
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrfx-clock-hfclk.yaml
│  │  │  │  ├── nordic,nrfx-clock-hfclk192m.yaml
│  │  │  │  ├── nordic,nrfx-clock-hfclkaudio.yaml
│  │  │  │  ├── nordic,nrfx-clock-lfclk.yaml
│  │  │  │  ├── nordic,nrfx-clock-xo.yaml
│  │  │  │  ├── nordic,nrfx-clock-xo24m.yaml
│  │  │  │  │ nordic,nrfx-clock.yaml
│  │  │  ├── i2s
│  │  │  │  │ nordic,nrf-i2s.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l_05_10_15.dtsi
│  │  │  │  ├── nrf54lm20_a_b.dtsi
│  │  │  │  │ nrf7120_enga.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrf_802154
│  │  │  │  ├── sl_opensource
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ nrf_802154_clock_zephyr.c
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrfx_kconfig.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_skew
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── audio
│  │  │  │  ├── dmic
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  ├── net
│  │  │  ├── zperf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ nrf5340_cpu_boost.c
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  │ sample.yaml
│  │  │  ├── usb
│  │  │  │  ├── uac2_explicit_feedback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── uac2_implicit_feedback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── audio
│  │  │  │  ├── shell
│  │  │  │  │  │ bap_usb.c
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  │ lll_clock.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ arm_irq_vector_table.c
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  │ nrf5_series.overlay
│  │  │  │  │  ├── nrf_lfclk_rc.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrf_device_subsys.h
│  │  │  │  │  │  │ test_clock_control.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  │ nrf5_series.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_nrf_clock_calibration.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_lf_clock_start
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  ├── nrf5x_series.overlay
│  │  │  │  │  │  │ nrf5x_series_synth.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_onoff_and_bt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── onoff
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_clock_control_onoff.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── i2s
│  │  │  │  ├── i2s_additional
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2s_speed
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── portability
│  │  │  │  ├── cmsis_rtos_v1
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ kernel_apis.c
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version:
Build docker image:

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

  • 🟠 Toolchain
  • 🟠 Build twister
  • 🟠 Integration tests
    • 🟠 test-sdk-audio
    • 🟠 desktop52_verification
    • 🟠 test-fw-nrfconnect-apps
    • 🟠 test_ble_nrf_config
    • 🟠 test-fw-nrfconnect-ble_mesh
    • 🟠 test-fw-nrfconnect-ble_samples
    • 🟠 test-fw-nrfconnect-chip
    • 🟠 test-fw-nrfconnect-nfc
    • 🟠 test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • 🟠 test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • 🟠 test-fw-nrfconnect-nrf-iot_samples
    • 🟠 test-fw-nrfconnect-nrf-iot_lwm2m
    • 🟠 test-fw-nrfconnect-nrf-iot_thingy91
    • 🟠 test-fw-nrfconnect-nrf_crypto
    • 🟠 test-fw-nrfconnect-rpc
    • 🟠 test-fw-nrfconnect-rs
    • 🟠 test-fw-nrfconnect-fem
    • 🟠 test-fw-nrfconnect-tfm
    • 🟠 test-fw-nrfconnect-thread-main
    • 🟠 test-sdk-find-my
    • 🟠 test-fw-nrfconnect-nrf_lrcs_mosh
    • 🟠 test-fw-nrfconnect-nrf_lrcs_positioning
    • 🟠 test-sdk-wifi
    • 🟠 test-low-level
    • 🟠 test-sdk-mcuboot
    • 🟠 test-sdk-dfu
    • 🟠 test-fw-nrfconnect-ps-main
    • 🟠 test-secdom-samples-public
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-proprietary_esb

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

@NordicBuilder
Copy link
Copy Markdown
Contributor

CI Information

To view the history of this post, click the 'edited' button above
Build number: 96

Inputs:

Sources:

sdk-nrf: PR head: c821f5ee274776b87c22ec579303f68894d5caf0
nrfxlib: PR head: 921c5871b9158aca246bfd8a6aa22d624e34f4be
zephyr: PR head: bda920540d5005f7b9bfe7735c8d929d243cd812

more details

sdk-nrf:

PR head: c821f5ee274776b87c22ec579303f68894d5caf0
merge base: c3365bd39f69cbe7c828f70949b57b46a9ab26bf
target head (main): 72add72374d1531aaa4c3340d0d7615513dbfedd
Diff

nrfxlib:

PR head: 921c5871b9158aca246bfd8a6aa22d624e34f4be
merge base: e4af79800ff41ea59fb0007a84e1e8dedda98ac9
target head (main): b9ec59edfc85d34b8f70856c7b615c9562c83fa3
Diff

zephyr:

PR head: bda920540d5005f7b9bfe7735c8d929d243cd812
merge base: ceecbc8422660dd7b07e4a3686a5d4c48b3904fe
target head (main): b6c7fd562d2d70e57507ab410963c949ae6378eb
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 (229)
applications
│  ├── matter_bridge
│  │  ├── sysbuild
│  │  │  ├── mcuboot
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  ├── nrf5340_audio
│  │  ├── src
│  │  │  ├── audio
│  │  │  │  │ le_audio_rx.c
│  │  │  ├── modules
│  │  │  │  │ audio_clock.c
│  ├── nrf_desktop
│  │  ├── configuration
│  │  │  ├── nrf52dmouse_nrf52832
│  │  │  │  │ app.overlay
│  │  │  ├── nrf52kbd_nrf52832
│  │  │  │  │ app.overlay
│  │  ├── sample.yaml
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ hfclk_lock.c
boards
│  ├── nordic
│  │  ├── nrf52820dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52833dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52840gmouse
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52dmouse
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52kbd
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54lm20dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54ls05dk
│  │  │  ├── nrf54ls05_a_b_cpuapp_common.dtsi
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54lv10dk
│  │  │  ├── nrf54lv10a_cpuapp_common.dtsi
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf7120dk
│  │  │  │ pre_dt_board.cmake
drivers
│  ├── Kconfig
│  ├── serial
│  │  │ uart_nrf_sw_lpuart.c
dts
│  ├── common
│  │  ├── nordic
│  │  │  ├── nrf54ls05_a_b.dtsi
│  │  │  │ nrf54lv10a.dtsi
nrfxlib
│  ├── mpsl
│  │  │ Kconfig
samples
│  ├── bluetooth
│  │  ├── direct_test_mode
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ dtm.c
│  │  ├── nrf_auraconfig
│  │  │  ├── src
│  │  │  │  │ nrf_auraconfig.c
│  ├── cellular
│  │  ├── at_client
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── matter
│  │  ├── light_bulb
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── light_switch
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── lock
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── manufacturer_specific
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── template
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  ├── nrf5340
│  │  ├── extxip_smp_svr
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ thingy53_nrf5340_cpuapp.overlay
│  ├── peripheral
│  │  ├── 802154_phy_test
│  │  │  ├── src
│  │  │  │  │ periph_proc.c
│  │  ├── radio_test
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── wifi
│  │  ├── ble_coex
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── shell
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── thread_coex
│  │  │  ├── src
│  │  │  │  │ ot_coex_functions.c
│  │  ├── throughput
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── wfa_qt_app
│  │  │  ├── src
│  │  │  │  │ qt_app_main.c
subsys
│  ├── esb
│  │  ├── Kconfig
│  │  │ esb_glue.c
│  ├── gazell
│  │  │ gzll_glue.c
│  ├── mpsl
│  │  ├── clock_ctrl
│  │  │  │ mpsl_clock_ctrl.c
│  ├── net
│  │  ├── lib
│  │  │  ├── nrf70_fw_ext
│  │  │  │  │ ext_fw_load.c
│  ├── nfc
│  │  ├── lib
│  │  │  │ platform.c
tests
│  ├── benchmarks
│  │  ├── current_consumption
│  │  │  ├── nrf54l_errata30_idle
│  │  │  │  ├── prj.conf
│  │  │  │  │ testcase.yaml
│  │  ├── i2s_freq
│  │  │  ├── boards
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  ├── peripheral_load
│  │  │  ├── src
│  │  │  │  │ clock_thread.c
│  ├── bluetooth
│  │  ├── iso
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── drivers
│  │  ├── audio
│  │  │  ├── dmic_dump_buffer
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  ├── grtc
│  │  │  ├── grtc_clk_output
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  ├── i2s
│  │  │  ├── i2s_buffer
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  ├── i2s_samplerate
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  ├── src
│  │  │  │  │  │ test_i2s_samplerate.c
│  │  │  │  │ testcase.yaml
│  │  ├── timer
│  │  │  ├── grtc_timer_lfrc
│  │  │  │  ├── src
│  │  │  │  │  ├── common.c
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  ├── modules
│  │  ├── mcuboot
│  │  │  ├── external_flash
│  │  │  │  │ testcase.yaml
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── nrf_lfclk_rc.conf
│  │  │  │  │  ├── nrf_lfclk_rc.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  ├── clock_calibration.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── adafruit
│  │  │  ├── feather_nrf52840
│  │  │  │  │ adafruit_feather_nrf52840_common.dtsi
│  │  ├── bbc
│  │  │  ├── microbit
│  │  │  │  │ bbc_microbit.dts
│  │  │  ├── microbit_v2
│  │  │  │  │ bbc_microbit_v2.dts
│  │  ├── ezurio
│  │  │  ├── bl5340_dvk
│  │  │  │  │ bl5340_dvk_nrf5340_cpuapp_common.dtsi
│  │  │  ├── bl54l15_dvk
│  │  │  │  │ nrf54l_10_15_cpuapp_common.dtsi
│  │  │  ├── bl54l15u_dvk
│  │  │  │  │ nrf54l15_cpuapp_common.dtsi
│  │  │  ├── bl652_dvk
│  │  │  │  │ bl652_dvk.dts
│  │  │  ├── bl653_dvk
│  │  │  │  │ bl653_dvk.dts
│  │  │  ├── bl654_dvk
│  │  │  │  │ bl654_dvk.dts
│  │  │  ├── bl654_sensor_board
│  │  │  │  │ bl654_sensor_board.dts
│  │  │  ├── bl654_usb
│  │  │  │  │ bl654_usb_common.dtsi
│  │  │  ├── bt510
│  │  │  │  │ bt510.dts
│  │  │  ├── bt610
│  │  │  │  │ bt610.dts
│  │  │  ├── mg100
│  │  │  │  │ mg100.dts
│  │  │  ├── pinnacle_100_dvk
│  │  │  │  │ pinnacle_100_dvk.dts
│  │  ├── holyiot
│  │  │  ├── yj16019
│  │  │  │  │ holyiot_yj16019.dts
│  │  │  ├── yj17095
│  │  │  │  │ holyiot_yj17095.dts
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  │  │  │ nrf54lm20bsim_nrf54lm20a_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf51dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf51dongle
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52833dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52840dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52840dongle
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf5340_audio_dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf5340dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── nrf54l_05_10_15_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54l15tag
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54lm20dk
│  │  │  │  ├── nrf54lm20_a_b_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf7002dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf7120dk
│  │  │  │  ├── nrf7120_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9131ek
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9151dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9160dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9161dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── thingy52
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── thingy53
│  │  │  │  │ pre_dt_board.cmake
│  │  ├── panasonic
│  │  │  ├── pan1783
│  │  │  │  ├── pan1783_nrf5340_cpuapp_common.dtsi
│  │  │  │  │ pan1783_nrf5340_cpunet_common.dtsi
│  │  │  ├── panb611evb
│  │  │  │  │ panb611evb_nrf54l15_cpuapp_common.dtsi
│  │  ├── raytac
│  │  │  ├── an54lq_db_15
│  │  │  │  │ raytac_an54lq_db_15_cpuapp_common.dtsi
│  │  ├── seeed
│  │  │  ├── xiao_nrf54l15
│  │  │  │  │ xiao_nrf54l15_nrf54l15_cpuflpr.dts
│  │  ├── we
│  │  │  ├── ophelia1ev
│  │  │  │  │ we_ophelia1ev_nrf52805.dts
│  │  │  ├── ophelia4ev
│  │  │  │  ├── ophelia4ev_common.dtsi
│  │  │  │  │ ophelia4ev_nrf54l15_cpuapp.dts
│  │  │  ├── proteus2ev
│  │  │  │  │ we_proteus2ev_nrf52832.dts
│  │  │  ├── proteus3ev
│  │  │  │  │ we_proteus3ev_nrf52840.dts
│  ├── drivers
│  │  ├── audio
│  │  │  │ dmic_nrfx_pdm.c
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf54h_hfxo.c
│  │  │  ├── clock_control_nrf_auxpll.c
│  │  │  ├── clock_control_nrf_common.c
│  │  │  ├── clock_control_nrf_common.h
│  │  │  ├── clock_control_nrf_fll16m.c
│  │  │  ├── clock_control_nrf_hsfll_global.c
│  │  │  ├── clock_control_nrf_hsfll_local.c
│  │  │  ├── clock_control_nrf_iron_hsfll_local.c
│  │  │  ├── clock_control_nrf_lfclk.c
│  │  │  ├── clock_control_nrfs_audiopll.c
│  │  │  ├── clock_control_nrfx_common.c
│  │  │  ├── clock_control_nrfx_common.h
│  │  │  ├── clock_control_nrfx_hfclk.c
│  │  │  ├── clock_control_nrfx_hfclk192m.c
│  │  │  ├── clock_control_nrfx_hfclkaudio.c
│  │  │  ├── clock_control_nrfx_irq_handlers.ld
│  │  │  ├── clock_control_nrfx_lfclk.c
│  │  │  ├── clock_control_nrfx_xo.c
│  │  │  ├── clock_control_nrfx_xo24m.c
│  │  │  ├── nrf_clock_calibration.c
│  │  │  │ nrf_clock_calibration.h
│  │  ├── counter
│  │  │  │ counter_nrfx_rtc.c
│  │  ├── i2s
│  │  │  ├── i2s_nrf_tdm.c
│  │  │  │ i2s_nrfx.c
│  │  ├── ieee802154
│  │  │  │ Kconfig.nrf5
│  │  ├── led_strip
│  │  │  │ ws2812_gpio.c
│  │  ├── sensor
│  │  │  ├── nordic
│  │  │  │  ├── temp
│  │  │  │  │  │ temp_nrf5.c
│  │  ├── timer
│  │  │  ├── Kconfig.nrf_grtc
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ nrf_rtc_timer.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  │ usb_dc_nrfx.c
│  │  │  ├── udc
│  │  │  │  ├── udc_dwc2_vendor_quirks.h
│  │  │  │  │ udc_nrf.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
│  │  │  ├── audio
│  │  │  │  │ nordic,nrf-pdm.yaml
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrfx-clock-hfclk.yaml
│  │  │  │  ├── nordic,nrfx-clock-hfclk192m.yaml
│  │  │  │  ├── nordic,nrfx-clock-hfclkaudio.yaml
│  │  │  │  ├── nordic,nrfx-clock-lfclk.yaml
│  │  │  │  ├── nordic,nrfx-clock-xo.yaml
│  │  │  │  ├── nordic,nrfx-clock-xo24m.yaml
│  │  │  │  │ nordic,nrfx-clock.yaml
│  │  │  ├── i2s
│  │  │  │  │ nordic,nrf-i2s.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l_05_10_15.dtsi
│  │  │  │  ├── nrf54lm20_a_b.dtsi
│  │  │  │  │ nrf7120_enga.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrf_802154
│  │  │  │  ├── sl_opensource
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ nrf_802154_clock_zephyr.c
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrfx_kconfig.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_skew
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── audio
│  │  │  │  ├── dmic
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  ├── net
│  │  │  ├── zperf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ nrf5340_cpu_boost.c
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  │ sample.yaml
│  │  │  ├── usb
│  │  │  │  ├── uac2_explicit_feedback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── uac2_implicit_feedback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── audio
│  │  │  │  ├── shell
│  │  │  │  │  │ bap_usb.c
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  │ lll_clock.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ arm_irq_vector_table.c
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  │ nrf5_series.overlay
│  │  │  │  │  ├── nrf_lfclk_rc.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrf_device_subsys.h
│  │  │  │  │  │  │ test_clock_control.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  │ nrf5_series.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_nrf_clock_calibration.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_lf_clock_start
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  ├── nrf5x_series.overlay
│  │  │  │  │  │  │ nrf5x_series_synth.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_onoff_and_bt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── onoff
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_clock_control_onoff.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── i2s
│  │  │  │  ├── i2s_additional
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2s_speed
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── portability
│  │  │  │  ├── cmsis_rtos_v1
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ kernel_apis.c
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version:
Build docker image:

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

  • 🟠 Toolchain
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 95
  • 🟠 Integration tests
    • 🟠 test-sdk-audio
    • 🟠 desktop52_verification
    • 🟠 test-fw-nrfconnect-apps
    • 🟠 test_ble_nrf_config
    • 🟠 test-fw-nrfconnect-ble_mesh
    • 🟠 test-fw-nrfconnect-ble_samples
    • 🟠 test-fw-nrfconnect-chip
    • 🟠 test-fw-nrfconnect-nfc
    • 🟠 test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • 🟠 test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • 🟠 test-fw-nrfconnect-nrf-iot_samples
    • 🟠 test-fw-nrfconnect-nrf-iot_lwm2m
    • 🟠 test-fw-nrfconnect-nrf-iot_thingy91
    • 🟠 test-fw-nrfconnect-nrf_crypto
    • 🟠 test-fw-nrfconnect-rpc
    • 🟠 test-fw-nrfconnect-rs
    • 🟠 test-fw-nrfconnect-fem
    • 🟠 test-fw-nrfconnect-tfm
    • 🟠 test-fw-nrfconnect-thread-main
    • 🟠 test-sdk-find-my
    • 🟠 test-fw-nrfconnect-nrf_lrcs_mosh
    • 🟠 test-fw-nrfconnect-nrf_lrcs_positioning
    • 🟠 test-sdk-wifi
    • 🟠 test-low-level
    • 🟠 test-sdk-mcuboot
    • 🟠 test-sdk-dfu
    • 🟠 test-fw-nrfconnect-ps-main
    • 🟠 test-secdom-samples-public
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-proprietary_esb

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

@NordicBuilder
Copy link
Copy Markdown
Contributor

CI Information

To view the history of this post, click the 'edited' button above
Build number: 96

Inputs:

Sources:

sdk-nrf: PR head: c821f5ee274776b87c22ec579303f68894d5caf0
nrfxlib: PR head: 921c5871b9158aca246bfd8a6aa22d624e34f4be
zephyr: PR head: bda920540d5005f7b9bfe7735c8d929d243cd812

more details

sdk-nrf:

PR head: c821f5ee274776b87c22ec579303f68894d5caf0
merge base: c3365bd39f69cbe7c828f70949b57b46a9ab26bf
target head (main): 72add72374d1531aaa4c3340d0d7615513dbfedd
Diff

nrfxlib:

PR head: 921c5871b9158aca246bfd8a6aa22d624e34f4be
merge base: e4af79800ff41ea59fb0007a84e1e8dedda98ac9
target head (main): b9ec59edfc85d34b8f70856c7b615c9562c83fa3
Diff

zephyr:

PR head: bda920540d5005f7b9bfe7735c8d929d243cd812
merge base: ceecbc8422660dd7b07e4a3686a5d4c48b3904fe
target head (main): b6c7fd562d2d70e57507ab410963c949ae6378eb
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 (229)
applications
│  ├── matter_bridge
│  │  ├── sysbuild
│  │  │  ├── mcuboot
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  ├── nrf5340_audio
│  │  ├── src
│  │  │  ├── audio
│  │  │  │  │ le_audio_rx.c
│  │  │  ├── modules
│  │  │  │  │ audio_clock.c
│  ├── nrf_desktop
│  │  ├── configuration
│  │  │  ├── nrf52dmouse_nrf52832
│  │  │  │  │ app.overlay
│  │  │  ├── nrf52kbd_nrf52832
│  │  │  │  │ app.overlay
│  │  ├── sample.yaml
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ hfclk_lock.c
boards
│  ├── nordic
│  │  ├── nrf52820dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52833dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52840gmouse
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52dmouse
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf52kbd
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54lm20dongle
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54ls05dk
│  │  │  ├── nrf54ls05_a_b_cpuapp_common.dtsi
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf54lv10dk
│  │  │  ├── nrf54lv10a_cpuapp_common.dtsi
│  │  │  │ pre_dt_board.cmake
│  │  ├── nrf7120dk
│  │  │  │ pre_dt_board.cmake
drivers
│  ├── Kconfig
│  ├── serial
│  │  │ uart_nrf_sw_lpuart.c
dts
│  ├── common
│  │  ├── nordic
│  │  │  ├── nrf54ls05_a_b.dtsi
│  │  │  │ nrf54lv10a.dtsi
nrfxlib
│  ├── mpsl
│  │  │ Kconfig
samples
│  ├── bluetooth
│  │  ├── direct_test_mode
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ dtm.c
│  │  ├── nrf_auraconfig
│  │  │  ├── src
│  │  │  │  │ nrf_auraconfig.c
│  ├── cellular
│  │  ├── at_client
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── matter
│  │  ├── light_bulb
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── light_switch
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── lock
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── manufacturer_specific
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── template
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  ├── nrf5340
│  │  ├── extxip_smp_svr
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ thingy53_nrf5340_cpuapp.overlay
│  ├── peripheral
│  │  ├── 802154_phy_test
│  │  │  ├── src
│  │  │  │  │ periph_proc.c
│  │  ├── radio_test
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── wifi
│  │  ├── ble_coex
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── shell
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── thread_coex
│  │  │  ├── src
│  │  │  │  │ ot_coex_functions.c
│  │  ├── throughput
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── wfa_qt_app
│  │  │  ├── src
│  │  │  │  │ qt_app_main.c
subsys
│  ├── esb
│  │  ├── Kconfig
│  │  │ esb_glue.c
│  ├── gazell
│  │  │ gzll_glue.c
│  ├── mpsl
│  │  ├── clock_ctrl
│  │  │  │ mpsl_clock_ctrl.c
│  ├── net
│  │  ├── lib
│  │  │  ├── nrf70_fw_ext
│  │  │  │  │ ext_fw_load.c
│  ├── nfc
│  │  ├── lib
│  │  │  │ platform.c
tests
│  ├── benchmarks
│  │  ├── current_consumption
│  │  │  ├── nrf54l_errata30_idle
│  │  │  │  ├── prj.conf
│  │  │  │  │ testcase.yaml
│  │  ├── i2s_freq
│  │  │  ├── boards
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  ├── peripheral_load
│  │  │  ├── src
│  │  │  │  │ clock_thread.c
│  ├── bluetooth
│  │  ├── iso
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── drivers
│  │  ├── audio
│  │  │  ├── dmic_dump_buffer
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  ├── grtc
│  │  │  ├── grtc_clk_output
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  ├── i2s
│  │  │  ├── i2s_buffer
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  ├── i2s_samplerate
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  ├── src
│  │  │  │  │  │ test_i2s_samplerate.c
│  │  │  │  │ testcase.yaml
│  │  ├── timer
│  │  │  ├── grtc_timer_lfrc
│  │  │  │  ├── src
│  │  │  │  │  ├── common.c
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  ├── modules
│  │  ├── mcuboot
│  │  │  ├── external_flash
│  │  │  │  │ testcase.yaml
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── nrf_lfclk_rc.conf
│  │  │  │  │  ├── nrf_lfclk_rc.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  ├── clock_calibration.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ testcase.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── adafruit
│  │  │  ├── feather_nrf52840
│  │  │  │  │ adafruit_feather_nrf52840_common.dtsi
│  │  ├── bbc
│  │  │  ├── microbit
│  │  │  │  │ bbc_microbit.dts
│  │  │  ├── microbit_v2
│  │  │  │  │ bbc_microbit_v2.dts
│  │  ├── ezurio
│  │  │  ├── bl5340_dvk
│  │  │  │  │ bl5340_dvk_nrf5340_cpuapp_common.dtsi
│  │  │  ├── bl54l15_dvk
│  │  │  │  │ nrf54l_10_15_cpuapp_common.dtsi
│  │  │  ├── bl54l15u_dvk
│  │  │  │  │ nrf54l15_cpuapp_common.dtsi
│  │  │  ├── bl652_dvk
│  │  │  │  │ bl652_dvk.dts
│  │  │  ├── bl653_dvk
│  │  │  │  │ bl653_dvk.dts
│  │  │  ├── bl654_dvk
│  │  │  │  │ bl654_dvk.dts
│  │  │  ├── bl654_sensor_board
│  │  │  │  │ bl654_sensor_board.dts
│  │  │  ├── bl654_usb
│  │  │  │  │ bl654_usb_common.dtsi
│  │  │  ├── bt510
│  │  │  │  │ bt510.dts
│  │  │  ├── bt610
│  │  │  │  │ bt610.dts
│  │  │  ├── mg100
│  │  │  │  │ mg100.dts
│  │  │  ├── pinnacle_100_dvk
│  │  │  │  │ pinnacle_100_dvk.dts
│  │  ├── holyiot
│  │  │  ├── yj16019
│  │  │  │  │ holyiot_yj16019.dts
│  │  │  ├── yj17095
│  │  │  │  │ holyiot_yj17095.dts
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  │  │  │ nrf54lm20bsim_nrf54lm20a_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf51dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf51dongle
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52833dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52840dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52840dongle
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf52dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf5340_audio_dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf5340dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── nrf54l_05_10_15_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54l15tag
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf54lm20dk
│  │  │  │  ├── nrf54lm20_a_b_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf7002dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf7120dk
│  │  │  │  ├── nrf7120_cpuapp_common.dtsi
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9131ek
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9151dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9160dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── nrf9161dk
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── thingy52
│  │  │  │  │ pre_dt_board.cmake
│  │  │  ├── thingy53
│  │  │  │  │ pre_dt_board.cmake
│  │  ├── panasonic
│  │  │  ├── pan1783
│  │  │  │  ├── pan1783_nrf5340_cpuapp_common.dtsi
│  │  │  │  │ pan1783_nrf5340_cpunet_common.dtsi
│  │  │  ├── panb611evb
│  │  │  │  │ panb611evb_nrf54l15_cpuapp_common.dtsi
│  │  ├── raytac
│  │  │  ├── an54lq_db_15
│  │  │  │  │ raytac_an54lq_db_15_cpuapp_common.dtsi
│  │  ├── seeed
│  │  │  ├── xiao_nrf54l15
│  │  │  │  │ xiao_nrf54l15_nrf54l15_cpuflpr.dts
│  │  ├── we
│  │  │  ├── ophelia1ev
│  │  │  │  │ we_ophelia1ev_nrf52805.dts
│  │  │  ├── ophelia4ev
│  │  │  │  ├── ophelia4ev_common.dtsi
│  │  │  │  │ ophelia4ev_nrf54l15_cpuapp.dts
│  │  │  ├── proteus2ev
│  │  │  │  │ we_proteus2ev_nrf52832.dts
│  │  │  ├── proteus3ev
│  │  │  │  │ we_proteus3ev_nrf52840.dts
│  ├── drivers
│  │  ├── audio
│  │  │  │ dmic_nrfx_pdm.c
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf54h_hfxo.c
│  │  │  ├── clock_control_nrf_auxpll.c
│  │  │  ├── clock_control_nrf_common.c
│  │  │  ├── clock_control_nrf_common.h
│  │  │  ├── clock_control_nrf_fll16m.c
│  │  │  ├── clock_control_nrf_hsfll_global.c
│  │  │  ├── clock_control_nrf_hsfll_local.c
│  │  │  ├── clock_control_nrf_iron_hsfll_local.c
│  │  │  ├── clock_control_nrf_lfclk.c
│  │  │  ├── clock_control_nrfs_audiopll.c
│  │  │  ├── clock_control_nrfx_common.c
│  │  │  ├── clock_control_nrfx_common.h
│  │  │  ├── clock_control_nrfx_hfclk.c
│  │  │  ├── clock_control_nrfx_hfclk192m.c
│  │  │  ├── clock_control_nrfx_hfclkaudio.c
│  │  │  ├── clock_control_nrfx_irq_handlers.ld
│  │  │  ├── clock_control_nrfx_lfclk.c
│  │  │  ├── clock_control_nrfx_xo.c
│  │  │  ├── clock_control_nrfx_xo24m.c
│  │  │  ├── nrf_clock_calibration.c
│  │  │  │ nrf_clock_calibration.h
│  │  ├── counter
│  │  │  │ counter_nrfx_rtc.c
│  │  ├── i2s
│  │  │  ├── i2s_nrf_tdm.c
│  │  │  │ i2s_nrfx.c
│  │  ├── ieee802154
│  │  │  │ Kconfig.nrf5
│  │  ├── led_strip
│  │  │  │ ws2812_gpio.c
│  │  ├── sensor
│  │  │  ├── nordic
│  │  │  │  ├── temp
│  │  │  │  │  │ temp_nrf5.c
│  │  ├── timer
│  │  │  ├── Kconfig.nrf_grtc
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ nrf_rtc_timer.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  │ usb_dc_nrfx.c
│  │  │  ├── udc
│  │  │  │  ├── udc_dwc2_vendor_quirks.h
│  │  │  │  │ udc_nrf.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
│  │  │  ├── audio
│  │  │  │  │ nordic,nrf-pdm.yaml
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrfx-clock-hfclk.yaml
│  │  │  │  ├── nordic,nrfx-clock-hfclk192m.yaml
│  │  │  │  ├── nordic,nrfx-clock-hfclkaudio.yaml
│  │  │  │  ├── nordic,nrfx-clock-lfclk.yaml
│  │  │  │  ├── nordic,nrfx-clock-xo.yaml
│  │  │  │  ├── nordic,nrfx-clock-xo24m.yaml
│  │  │  │  │ nordic,nrfx-clock.yaml
│  │  │  ├── i2s
│  │  │  │  │ nordic,nrf-i2s.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l_05_10_15.dtsi
│  │  │  │  ├── nrf54lm20_a_b.dtsi
│  │  │  │  │ nrf7120_enga.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrf_802154
│  │  │  │  ├── sl_opensource
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ nrf_802154_clock_zephyr.c
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrfx_kconfig.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_skew
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── audio
│  │  │  │  ├── dmic
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  ├── net
│  │  │  ├── zperf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ nrf5340_cpu_boost.c
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  │ sample.yaml
│  │  │  ├── usb
│  │  │  │  ├── uac2_explicit_feedback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── uac2_implicit_feedback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── audio
│  │  │  │  ├── shell
│  │  │  │  │  │ bap_usb.c
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  │ lll_clock.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ arm_irq_vector_table.c
│  │  ├── drivers
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  │ nrf5_series.overlay
│  │  │  │  │  ├── nrf_lfclk_rc.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrf_device_subsys.h
│  │  │  │  │  │  │ test_clock_control.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  │ nrf5_series.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_nrf_clock_calibration.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_lf_clock_start
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52_series.overlay
│  │  │  │  │  │  ├── nrf5x_series.overlay
│  │  │  │  │  │  │ nrf5x_series_synth.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_onoff_and_bt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── onoff
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_clock_control_onoff.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── i2s
│  │  │  │  ├── i2s_additional
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2s_speed
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── portability
│  │  │  │  ├── cmsis_rtos_v1
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ kernel_apis.c
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 911f4c5c26
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:911f4c5c26_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 95
  • ❌ Integration tests
    • ✅ test-sdk-audio - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ desktop52_verification - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-apps - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test_ble_nrf_config - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ble_mesh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ble_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-chip - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nfc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_crypto - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rpc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-tfm - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-thread-main - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_lrcs_mosh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_lrcs_positioning - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-wifi - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ test-low-level
    • ✅ test-sdk-mcuboot - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-dfu - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ps-main - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-secdom-samples-public - Skipped: Job was skipped as it succeeded in a previous run
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-proprietary_esb

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

@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented May 14, 2026

Memory footprint analysis revealed the following potential issues

applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9384[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 6128[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.mbox[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 7226[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.mbox[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 3982[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 13056[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 9792[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.nrf_desktop.zrelease[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 2316[B] in comparison to the main[2a43890] branch. - link (cc: @nrfconnect/ncs-si-xcake)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25544/149)

@github-actions
Copy link
Copy Markdown

Since quarantine was modified, please make sure you are following the process described in Quarantine Process.

Updated west.yml to have zephyr clock separation code,
nrfxlib and find-my bugfixes.

Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Added lfclk, xo and xo24m clocks to dts.

Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Fixed multiple devices with the same address warning for new
boards and updated device lists for older boards.

Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Replaced old clock_control.h api with nrf_clock_control.h api.
Old api is still available when CONFIG_CLOCK_CONTROL_NRF is set.
Replaced nrfx_clock.h api calls with nrfx_clock_... calls.

Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants