Skip to content
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

manifest: sdk-zephyr: [nrf fromtree] Integrate nrfx 3.10.0 - postupmerge #20350

Merged
merged 4 commits into from
Feb 21, 2025

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners February 13, 2025 13:47
@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 Feb 13, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 13, 2025

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

Name Old Revision New Revision Diff
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@3f08f25 nrfconnect/sdk-trusted-firmware-m@27524bc (main) nrfconnect/sdk-trusted-firmware-m@3f08f259..27524bca
zephyr nrfconnect/sdk-zephyr@107f9f0 nrfconnect/sdk-zephyr@16dc0c6 (main) nrfconnect/sdk-zephyr@107f9f0c..16dc0c6c

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 13, 2025

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: a1db06a2f6a1d069994d595cef563f58e44c4344
trusted-firmware-m: PR head: 27524bca5c93d136e3316cc1bf437f32400d18cf
sdk-nrf: PR head: b29f35ef1300d76d1c6befaa1af22e4aac64562e
zephyr: PR head: 16dc0c6c01401abcb069ec35139f490c2b13d907

more details

hal_nordic:

PR head: a1db06a2f6a1d069994d595cef563f58e44c4344
merge base: ecea8cdbd1a7d557563b47ad304ee9ba7a8709e5
Diff

trusted-firmware-m:

PR head: 27524bca5c93d136e3316cc1bf437f32400d18cf
merge base: 3f08f2595d976624e42478bb377cb24798b00a5d
Diff

sdk-nrf:

PR head: b29f35ef1300d76d1c6befaa1af22e4aac64562e
merge base: 7ab99c837804a65140f23f3960c1cfff1f523ef2
target head (main): 96683e2782923209e3f4bb9e6e0b48db770afee7
Diff

zephyr:

PR head: 16dc0c6c01401abcb069ec35139f490c2b13d907
merge base: 107f9f0cf5369c707282724f7484d708a99ed274
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 (679)
applications
│  ├── sdp
│  │  ├── mspi
│  │  │  ├── src
│  │  │  │  ├── hrt
│  │  │  │  │  │ hrt.c
│  │  │  │  │ main.c
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── .gitignore
│  │  │  ├── nrfx
│  │  │  │  ├── CHANGELOG.md
│  │  │  │  ├── README
│  │  │  │  ├── doc
│  │  │  │  │  ├── drv_supp_matrix.dox
│  │  │  │  │  ├── main_page.dox
│  │  │  │  │  ├── nrf7120_enga.dox
│  │  │  │  │  ├── nrfx.doxyfile
│  │  │  │  │  ├── nrfx_api.dox
│  │  │  │  │  ├── sphinx
│  │  │  │  │  │  ├── drivers
│  │  │  │  │  │  │  ├── auxpll
│  │  │  │  │  │  │  │  │ index.rst
│  │  │  │  │  │  │  ├── glitchdet
│  │  │  │  │  │  │  │  │ index.rst
│  │  │  │  │  │  ├── drv_supp_matrix.rst
│  │  │  │  │  │  │ nrf7120_enga.rst
│  │  │  │  ├── drivers
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrf_bitmask.h
│  │  │  │  │  │  ├── nrfx_adc.h
│  │  │  │  │  │  ├── nrfx_bellboard.h
│  │  │  │  │  │  ├── nrfx_clock.h
│  │  │  │  │  │  ├── nrfx_comp.h
│  │  │  │  │  │  ├── nrfx_cracen.h
│  │  │  │  │  │  ├── nrfx_dppi.h
│  │  │  │  │  │  ├── nrfx_egu.h
│  │  │  │  │  │  ├── nrfx_gpiote.h
│  │  │  │  │  │  ├── nrfx_grtc.h
│  │  │  │  │  │  ├── nrfx_i2s.h
│  │  │  │  │  │  ├── nrfx_ipc.h
│  │  │  │  │  │  ├── nrfx_lpcomp.h
│  │  │  │  │  │  ├── nrfx_nfct.h
│  │  │  │  │  │  ├── nrfx_nvmc.h
│  │  │  │  │  │  ├── nrfx_pdm.h
│  │  │  │  │  │  ├── nrfx_power.h
│  │  │  │  │  │  ├── nrfx_power_clock.h
│  │  │  │  │  │  ├── nrfx_power_compat.h
│  │  │  │  │  │  ├── nrfx_ppi.h
│  │  │  │  │  │  ├── nrfx_ppib.h
│  │  │  │  │  │  ├── nrfx_pwm.h
│  │  │  │  │  │  ├── nrfx_qdec.h
│  │  │  │  │  │  ├── nrfx_qspi.h
│  │  │  │  │  │  ├── nrfx_rng.h
│  │  │  │  │  │  ├── nrfx_rramc.h
│  │  │  │  │  │  ├── nrfx_rtc.h
│  │  │  │  │  │  ├── nrfx_saadc.h
│  │  │  │  │  │  ├── nrfx_spi.h
│  │  │  │  │  │  ├── nrfx_spim.h
│  │  │  │  │  │  ├── nrfx_spis.h
│  │  │  │  │  │  ├── nrfx_systick.h
│  │  │  │  │  │  ├── nrfx_tbm.h
│  │  │  │  │  │  ├── nrfx_temp.h
│  │  │  │  │  │  ├── nrfx_timer.h
│  │  │  │  │  │  ├── nrfx_twi.h
│  │  │  │  │  │  ├── nrfx_twi_twim.h
│  │  │  │  │  │  ├── nrfx_twim.h
│  │  │  │  │  │  ├── nrfx_twis.h
│  │  │  │  │  │  ├── nrfx_uart.h
│  │  │  │  │  │  ├── nrfx_uarte.h
│  │  │  │  │  │  ├── nrfx_usbd.h
│  │  │  │  │  │  ├── nrfx_usbreg.h
│  │  │  │  │  │  ├── nrfx_vevif.h
│  │  │  │  │  │  │ nrfx_wdt.h
│  │  │  │  │  ├── nrfx_common.h
│  │  │  │  │  ├── nrfx_errors.h
│  │  │  │  │  ├── nrfx_ext.h
│  │  │  │  │  ├── nrfx_utils.h
│  │  │  │  │  ├── nrfx_utils_internal.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_adc.c
│  │  │  │  │  │  ├── nrfx_bellboard.c
│  │  │  │  │  │  ├── nrfx_clock.c
│  │  │  │  │  │  ├── nrfx_comp.c
│  │  │  │  │  │  ├── nrfx_cracen.c
│  │  │  │  │  │  ├── nrfx_dppi.c
│  │  │  │  │  │  ├── nrfx_egu.c
│  │  │  │  │  │  ├── nrfx_gpiote.c
│  │  │  │  │  │  ├── nrfx_grtc.c
│  │  │  │  │  │  ├── nrfx_i2s.c
│  │  │  │  │  │  ├── nrfx_ipc.c
│  │  │  │  │  │  ├── nrfx_lpcomp.c
│  │  │  │  │  │  ├── nrfx_nfct.c
│  │  │  │  │  │  ├── nrfx_nvmc.c
│  │  │  │  │  │  ├── nrfx_pdm.c
│  │  │  │  │  │  ├── nrfx_power.c
│  │  │  │  │  │  ├── nrfx_ppi.c
│  │  │  │  │  │  ├── nrfx_ppib.c
│  │  │  │  │  │  ├── nrfx_pwm.c
│  │  │  │  │  │  ├── nrfx_qdec.c
│  │  │  │  │  │  ├── nrfx_qspi.c
│  │  │  │  │  │  ├── nrfx_rng.c
│  │  │  │  │  │  ├── nrfx_rramc.c
│  │  │  │  │  │  ├── nrfx_rtc.c
│  │  │  │  │  │  ├── nrfx_saadc.c
│  │  │  │  │  │  ├── nrfx_spi.c
│  │  │  │  │  │  ├── nrfx_spim.c
│  │  │  │  │  │  ├── nrfx_spis.c
│  │  │  │  │  │  ├── nrfx_systick.c
│  │  │  │  │  │  ├── nrfx_tbm.c
│  │  │  │  │  │  ├── nrfx_temp.c
│  │  │  │  │  │  ├── nrfx_timer.c
│  │  │  │  │  │  ├── nrfx_twi.c
│  │  │  │  │  │  ├── nrfx_twi_twim.c
│  │  │  │  │  │  ├── nrfx_twim.c
│  │  │  │  │  │  ├── nrfx_twis.c
│  │  │  │  │  │  ├── nrfx_uart.c
│  │  │  │  │  │  ├── nrfx_uarte.c
│  │  │  │  │  │  ├── nrfx_usbd.c
│  │  │  │  │  │  ├── nrfx_usbd_errata.h
│  │  │  │  │  │  ├── nrfx_usbreg.c
│  │  │  │  │  │  ├── nrfx_vevif.c
│  │  │  │  │  │  ├── nrfx_wdt.c
│  │  │  │  │  │  ├── prs
│  │  │  │  │  │  │  ├── nrfx_prs.c
│  │  │  │  │  │  │  │ nrfx_prs.h
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_aar.h
│  │  │  │  │  ├── nrf_acl.h
│  │  │  │  │  ├── nrf_adc.h
│  │  │  │  │  ├── nrf_auxpll.h
│  │  │  │  │  ├── nrf_bellboard.h
│  │  │  │  │  ├── nrf_bicr.h
│  │  │  │  │  ├── nrf_bprot.h
│  │  │  │  │  ├── nrf_cache.h
│  │  │  │  │  ├── nrf_ccm.h
│  │  │  │  │  ├── nrf_clock.h
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  ├── nrf_comp.h
│  │  │  │  │  ├── nrf_cracen.h
│  │  │  │  │  ├── nrf_cracen_cm.h
│  │  │  │  │  ├── nrf_cracen_rng.h
│  │  │  │  │  ├── nrf_ctrlap.h
│  │  │  │  │  ├── nrf_dcnf.h
│  │  │  │  │  ├── nrf_dppi.h
│  │  │  │  │  ├── nrf_ecb.h
│  │  │  │  │  ├── nrf_egu.h
│  │  │  │  │  ├── nrf_exmif.h
│  │  │  │  │  ├── nrf_ficr.h
│  │  │  │  │  ├── nrf_fpu.h
│  │  │  │  │  ├── nrf_glitchdet.h
│  │  │  │  │  ├── nrf_gpio.h
│  │  │  │  │  ├── nrf_gpiote.h
│  │  │  │  │  ├── nrf_grtc.h
│  │  │  │  │  ├── nrf_hsfll.h
│  │  │  │  │  ├── nrf_i2s.h
│  │  │  │  │  ├── nrf_ipc.h
│  │  │  │  │  ├── nrf_ipct.h
│  │  │  │  │  ├── nrf_kmu.h
│  │  │  │  │  ├── nrf_lpcomp.h
│  │  │  │  │  ├── nrf_lrcconf.h
│  │  │  │  │  ├── nrf_memconf.h
│  │  │  │  │  ├── nrf_mpc.h
│  │  │  │  │  ├── nrf_mpu.h
│  │  │  │  │  ├── nrf_mutex.h
│  │  │  │  │  ├── nrf_mvdma.h
│  │  │  │  │  ├── nrf_mwu.h
│  │  │  │  │  ├── nrf_nfct.h
│  │  │  │  │  ├── nrf_nvmc.h
│  │  │  │  │  ├── nrf_oscillators.h
│  │  │  │  │  ├── nrf_pdm.h
│  │  │  │  │  ├── nrf_power.h
│  │  │  │  │  ├── nrf_ppi.h
│  │  │  │  │  ├── nrf_ppib.h
│  │  │  │  │  ├── nrf_pwm.h
│  │  │  │  │  ├── nrf_qdec.h
│  │  │  │  │  ├── nrf_qspi.h
│  │  │  │  │  ├── nrf_radio.h
│  │  │  │  │  ├── nrf_ramc.h
│  │  │  │  │  ├── nrf_regulators.h
│  │  │  │  │  ├── nrf_reset.h
│  │  │  │  │  ├── nrf_resetinfo.h
│  │  │  │  │  ├── nrf_rng.h
│  │  │  │  │  ├── nrf_rramc.h
│  │  │  │  │  ├── nrf_rtc.h
│  │  │  │  │  ├── nrf_saadc.h
│  │  │  │  │  ├── nrf_spi.h
│  │  │  │  │  ├── nrf_spim.h
│  │  │  │  │  ├── nrf_spis.h
│  │  │  │  │  ├── nrf_spu.h
│  │  │  │  │  ├── nrf_stm.h
│  │  │  │  │  ├── nrf_systick.h
│  │  │  │  │  ├── nrf_tampc.h
│  │  │  │  │  ├── nrf_tbm.h
│  │  │  │  │  ├── nrf_tddconf.h
│  │  │  │  │  ├── nrf_tdm.h
│  │  │  │  │  ├── nrf_temp.h
│  │  │  │  │  ├── nrf_timer.h
│  │  │  │  │  ├── nrf_twi.h
│  │  │  │  │  ├── nrf_twim.h
│  │  │  │  │  ├── nrf_twis.h
│  │  │  │  │  ├── nrf_uart.h
│  │  │  │  │  ├── nrf_uarte.h
│  │  │  │  │  ├── nrf_uicr.h
│  │  │  │  │  ├── nrf_usbd.h
│  │  │  │  │  ├── nrf_usbhs.h
│  │  │  │  │  ├── nrf_usbreg.h
│  │  │  │  │  ├── nrf_vmc.h
│  │  │  │  │  ├── nrf_vpr.h
│  │  │  │  │  ├── nrf_vpr_clic.h
│  │  │  │  │  ├── nrf_vpr_csr.h
│  │  │  │  │  ├── nrf_vpr_csr_vevif.h
│  │  │  │  │  ├── nrf_vpr_csr_vio.h
│  │  │  │  │  ├── nrf_vpr_csr_vtim.h
│  │  │  │  │  ├── nrf_vreqctrl.h
│  │  │  │  │  │ nrf_wdt.h
│  │  │  │  ├── haly
│  │  │  │  │  ├── nrfy_bellboard.h
│  │  │  │  │  ├── nrfy_common.h
│  │  │  │  │  ├── nrfy_comp.h
│  │  │  │  │  ├── nrfy_dppi.h
│  │  │  │  │  ├── nrfy_gpio.h
│  │  │  │  │  ├── nrfy_gpiote.h
│  │  │  │  │  ├── nrfy_grtc.h
│  │  │  │  │  ├── nrfy_i2s.h
│  │  │  │  │  ├── nrfy_lpcomp.h
│  │  │  │  │  ├── nrfy_mvdma.h
│  │  │  │  │  ├── nrfy_nfct.h
│  │  │  │  │  ├── nrfy_pdm.h
│  │  │  │  │  ├── nrfy_pwm.h
│  │  │  │  │  ├── nrfy_qdec.h
│  │  │  │  │  ├── nrfy_rramc.h
│  │  │  │  │  ├── nrfy_rtc.h
│  │  │  │  │  ├── nrfy_saadc.h
│  │  │  │  │  ├── nrfy_spim.h
│  │  │  │  │  ├── nrfy_tbm.h
│  │  │  │  │  ├── nrfy_temp.h
│  │  │  │  │  ├── nrfy_timer.h
│  │  │  │  │  ├── nrfy_twim.h
│  │  │  │  │  ├── nrfy_uarte.h
│  │  │  │  │  ├── nrfy_vpr.h
│  │  │  │  │  │ nrfy_wdt.h
│  │  │  │  ├── helpers
│  │  │  │  │  ├── nrf_cracen_cm_dma.h
│  │  │  │  │  ├── nrf_vdma.h
│  │  │  │  │  ├── nrfx_flag32_allocator.c
│  │  │  │  │  ├── nrfx_flag32_allocator.h
│  │  │  │  │  ├── nrfx_gppi.h
│  │  │  │  │  ├── nrfx_gppi_dppi.c
│  │  │  │  │  ├── nrfx_gppi_dppi_ppib.c
│  │  │  │  │  ├── nrfx_gppi_dppi_ppib_lumos.c
│  │  │  │  │  ├── nrfx_gppi_ppi.c
│  │  │  │  │  ├── nrfx_ids.h
│  │  │  │  │  ├── nrfx_ram_ctrl.c
│  │  │  │  │  ├── nrfx_ram_ctrl.h
│  │  │  │  │  │ nrfx_reset_reason.h
│  │  │  │  ├── mdk
│  │  │  │  │  ├── compiler_abstraction.h
│  │  │  │  │  ├── core_vpr.h
│  │  │  │  │  ├── haltium_interim.h
│  │  │  │  │  ├── nrf.h
│  │  │  │  │  ├── nrf51.h
│  │  │  │  │  ├── nrf51.svd
│  │  │  │  │  ├── nrf51422_xxaa_memory.h
│  │  │  │  │  ├── nrf51422_xxab_memory.h
│  │  │  │  │  ├── nrf51422_xxac_memory.h
│  │  │  │  │  ├── nrf51801_xxab_memory.h
│  │  │  │  │  ├── nrf51802_xxaa_memory.h
│  │  │  │  │  ├── nrf51822_xxaa_memory.h
│  │  │  │  │  ├── nrf51822_xxab_memory.h
│  │  │  │  │  ├── nrf51822_xxac_memory.h
│  │  │  │  │  ├── nrf51824_xxaa_memory.h
│  │  │  │  │  ├── nrf51_bitfields.h
│  │  │  │  │  ├── nrf51_deprecated.h
│  │  │  │  │  ├── nrf51_erratas.h
│  │  │  │  │  ├── nrf51_peripherals.h
│  │  │  │  │  ├── nrf51_to_nrf52.h
│  │  │  │  │  ├── nrf51_to_nrf52810.h
│  │  │  │  │  ├── nrf51_to_nrf52840.h
│  │  │  │  │  ├── nrf52.h
│  │  │  │  │  ├── nrf52.svd
│  │  │  │  │  ├── nrf52805.h
│  │  │  │  │  ├── nrf52805.svd
│  │  │  │  │  ├── nrf52805_bitfields.h
│  │  │  │  │  ├── nrf52805_peripherals.h
│  │  │  │  │  ├── nrf52805_xxaa_memory.h
│  │  │  │  │  ├── nrf52810.h
│  │  │  │  │  ├── nrf52810.svd
│  │  │  │  │  ├── nrf52810_bitfields.h
│  │  │  │  │  ├── nrf52810_name_change.h
│  │  │  │  │  ├── nrf52810_peripherals.h
│  │  │  │  │  ├── nrf52810_to_nrf52811.h
│  │  │  │  │  ├── nrf52810_xxaa_memory.h
│  │  │  │  │  ├── nrf52811.h
│  │  │  │  │  ├── nrf52811.svd
│  │  │  │  │  ├── nrf52811_bitfields.h
│  │  │  │  │  ├── nrf52811_peripherals.h
│  │  │  │  │  ├── nrf52811_xxaa_memory.h
│  │  │  │  │  ├── nrf52820.h
│  │  │  │  │  ├── nrf52820.svd
│  │  │  │  │  ├── nrf52820_bitfields.h
│  │  │  │  │  ├── nrf52820_peripherals.h
│  │  │  │  │  ├── nrf52820_xxaa_memory.h
│  │  │  │  │  ├── nrf52832_peripherals.h
│  │  │  │  │  ├── nrf52832_xxaa_memory.h
│  │  │  │  │  ├── nrf52832_xxab_memory.h
│  │  │  │  │  ├── nrf52833.h
│  │  │  │  │  ├── nrf52833.svd
│  │  │  │  │  ├── nrf52833_bitfields.h
│  │  │  │  │  ├── nrf52833_peripherals.h
│  │  │  │  │  ├── nrf52833_to_nrf52820.h
│  │  │  │  │  ├── nrf52833_xxaa_memory.h
│  │  │  │  │  ├── nrf52840.h
│  │  │  │  │  ├── nrf52840.svd
│  │  │  │  │  ├── nrf52840_bitfields.h
│  │  │  │  │  ├── nrf52840_name_change.h
│  │  │  │  │  ├── nrf52840_peripherals.h
│  │  │  │  │  ├── nrf52840_xxaa_memory.h
│  │  │  │  │  ├── nrf52_bitfields.h
│  │  │  │  │  ├── nrf52_erratas.h
│  │  │  │  │  ├── nrf52_name_change.h
│  │  │  │  │  ├── nrf52_to_nrf52810.h
│  │  │  │  │  ├── nrf52_to_nrf52833.h
│  │  │  │  │  ├── nrf52_to_nrf52840.h
│  │  │  │  │  ├── nrf5340_application.h
│  │  │  │  │  ├── nrf5340_application.svd
│  │  │  │  │  ├── nrf5340_application_bitfields.h
│  │  │  │  │  ├── nrf5340_application_name_change.h
│  │  │  │  │  ├── nrf5340_application_peripherals.h
│  │  │  │  │  ├── nrf5340_network.h
│  │  │  │  │  ├── nrf5340_network.svd
│  │  │  │  │  ├── nrf5340_network_bitfields.h
│  │  │  │  │  ├── nrf5340_network_name_change.h
│  │  │  │  │  ├── nrf5340_network_peripherals.h
│  │  │  │  │  ├── nrf5340_xxaa_application_memory.h
│  │  │  │  │  ├── nrf5340_xxaa_network_memory.h
│  │  │  │  │  ├── nrf53_erratas.h
│  │  │  │  │  ├── nrf54h20.h
│  │  │  │  │  ├── nrf54h20_application.h
│  │  │  │  │  ├── nrf54h20_application.svd
│  │  │  │  │  ├── nrf54h20_application_peripherals.h
│  │  │  │  │  ├── nrf54h20_flpr.h
│  │  │  │  │  ├── nrf54h20_flpr.svd
│  │  │  │  │  ├── nrf54h20_flpr_peripherals.h
│  │  │  │  │  ├── nrf54h20_global.h
│  │  │  │  │  ├── nrf54h20_interim.h
│  │  │  │  │  ├── nrf54h20_name_change.h
│  │  │  │  │  ├── nrf54h20_peripherals.h
│  │  │  │  │  ├── nrf54h20_ppr.h
│  │  │  │  │  ├── nrf54h20_ppr.svd
│  │  │  │  │  ├── nrf54h20_ppr_peripherals.h
│  │  │  │  │  ├── nrf54h20_radiocore.h
│  │  │  │  │  ├── nrf54h20_radiocore.svd
│  │  │  │  │  ├── nrf54h20_radiocore_peripherals.h
│  │  │  │  │  ├── nrf54h20_types.h
│  │  │  │  │  ├── nrf54h20_version.h
│  │  │  │  │  ├── nrf54h20_xxaa_application_memory.h
│  │  │  │  │  ├── nrf54h20_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54h20_xxaa_ppr_memory.h
│  │  │  │  │  ├── nrf54h20_xxaa_radiocore_memory.h
│  │  │  │  │  ├── nrf54h_erratas.h
│  │  │  │  │  ├── nrf54l05.h
│  │  │  │  │  ├── nrf54l05_application.h
│  │  │  │  │  ├── nrf54l05_application.svd
│  │  │  │  │  ├── nrf54l05_application_peripherals.h
│  │  │  │  │  ├── nrf54l05_flpr.h
│  │  │  │  │  ├── nrf54l05_flpr.svd
│  │  │  │  │  ├── nrf54l05_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l05_global.h
│  │  │  │  │  ├── nrf54l05_interim.h
│  │  │  │  │  ├── nrf54l05_name_change.h
│  │  │  │  │  ├── nrf54l05_peripherals.h
│  │  │  │  │  ├── nrf54l05_types.h
│  │  │  │  │  ├── nrf54l05_version.h
│  │  │  │  │  ├── nrf54l05_xxaa_application_memory.h
│  │  │  │  │  ├── nrf54l05_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54l09_enga.h
│  │  │  │  │  ├── nrf54l09_enga_application.h
│  │  │  │  │  ├── nrf54l09_enga_application.svd
│  │  │  │  │  ├── nrf54l09_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54l09_enga_flpr.h
│  │  │  │  │  ├── nrf54l09_enga_flpr.svd
│  │  │  │  │  ├── nrf54l09_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l09_enga_global.h
│  │  │  │  │  ├── nrf54l09_enga_interim.h
│  │  │  │  │  ├── nrf54l09_enga_name_change.h
│  │  │  │  │  ├── nrf54l09_enga_peripherals.h
│  │  │  │  │  ├── nrf54l09_enga_types.h
│  │  │  │  │  ├── nrf54l09_enga_version.h
│  │  │  │  │  ├── nrf54l09_enga_xxaa_application_memory.h
│  │  │  │  │  ├── nrf54l09_enga_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54l10.h
│  │  │  │  │  ├── nrf54l10_application.h
│  │  │  │  │  ├── nrf54l10_application.svd
│  │  │  │  │  ├── nrf54l10_application_peripherals.h
│  │  │  │  │  ├── nrf54l10_flpr.h
│  │  │  │  │  ├── nrf54l10_flpr.svd
│  │  │  │  │  ├── nrf54l10_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l10_global.h
│  │  │  │  │  ├── nrf54l10_interim.h
│  │  │  │  │  ├── nrf54l10_name_change.h
│  │  │  │  │  ├── nrf54l10_peripherals.h
│  │  │  │  │  ├── nrf54l10_types.h
│  │  │  │  │  ├── nrf54l10_version.h
│  │  │  │  │  ├── nrf54l10_xxaa_application_memory.h
│  │  │  │  │  ├── nrf54l10_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54l15.h
│  │  │  │  │  ├── nrf54l15_application.h
│  │  │  │  │  ├── nrf54l15_application.svd
│  │  │  │  │  ├── nrf54l15_application_peripherals.h
│  │  │  │  │  ├── nrf54l15_flpr.h
│  │  │  │  │  ├── nrf54l15_flpr.svd
│  │  │  │  │  ├── nrf54l15_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l15_global.h
│  │  │  │  │  ├── nrf54l15_interim.h
│  │  │  │  │  ├── nrf54l15_name_change.h
│  │  │  │  │  ├── nrf54l15_peripherals.h
│  │  │  │  │  ├── nrf54l15_types.h
│  │  │  │  │  ├── nrf54l15_version.h
│  │  │  │  │  ├── nrf54l15_xxaa_application_memory.h
│  │  │  │  │  ├── nrf54l15_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54l20_enga.h
│  │  │  │  │  ├── nrf54l20_enga_application.h
│  │  │  │  │  ├── nrf54l20_enga_application.svd
│  │  │  │  │  ├── nrf54l20_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54l20_enga_flpr.h
│  │  │  │  │  ├── nrf54l20_enga_flpr.svd
│  │  │  │  │  ├── nrf54l20_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l20_enga_global.h
│  │  │  │  │  ├── nrf54l20_enga_interim.h
│  │  │  │  │  ├── nrf54l20_enga_name_change.h
│  │  │  │  │  ├── nrf54l20_enga_peripherals.h
│  │  │  │  │  ├── nrf54l20_enga_types.h
│  │  │  │  │  ├── nrf54l20_enga_version.h
│  │  │  │  │  ├── nrf54l20_enga_xxaa_application_memory.h
│  │  │  │  │  ├── nrf54l20_enga_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54l_erratas.h
│  │  │  │  │  ├── nrf7120_enga.h
│  │  │  │  │  ├── nrf7120_enga_application.h
│  │  │  │  │  ├── nrf7120_enga_application.svd
│  │  │  │  │  ├── nrf7120_enga_application_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_flpr.h
│  │  │  │  │  ├── nrf7120_enga_flpr.svd
│  │  │  │  │  ├── nrf7120_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_global.h
│  │  │  │  │  ├── nrf7120_enga_interim.h
│  │  │  │  │  ├── nrf7120_enga_lmac.h
│  │  │  │  │  ├── nrf7120_enga_lmac.svd
│  │  │  │  │  ├── nrf7120_enga_lmac_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_name_change.h
│  │  │  │  │  ├── nrf7120_enga_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_types.h
│  │  │  │  │  ├── nrf7120_enga_umac.h
│  │  │  │  │  ├── nrf7120_enga_umac.svd
│  │  │  │  │  ├── nrf7120_enga_umac_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_version.h
│  │  │  │  │  ├── nrf7120_enga_wificore.h
│  │  │  │  │  ├── nrf7120_enga_wificore.svd
│  │  │  │  │  ├── nrf7120_enga_wificore_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_xxaa_application_memory.h
│  │  │  │  │  ├── nrf7120_enga_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf7120_enga_xxaa_lmac_memory.h
│  │  │  │  │  ├── nrf7120_enga_xxaa_umac_memory.h
│  │  │  │  │  ├── nrf9120.h
│  │  │  │  │  ├── nrf9120.svd
│  │  │  │  │  ├── nrf9120_bitfields.h
│  │  │  │  │  ├── nrf9120_peripherals.h
│  │  │  │  │  ├── nrf9120_xxaa_memory.h
│  │  │  │  │  ├── nrf9160.h
│  │  │  │  │  ├── nrf9160.svd
│  │  │  │  │  ├── nrf9160_bitfields.h
│  │  │  │  │  ├── nrf9160_name_change.h
│  │  │  │  │  ├── nrf9160_peripherals.h
│  │  │  │  │  ├── nrf9160_xxaa_memory.h
│  │  │  │  │  ├── nrf91_erratas.h
│  │  │  │  │  ├── nrf91_name_change.h
│  │  │  │  │  ├── nrf9230_engb.h
│  │  │  │  │  ├── nrf9230_engb_application.h
│  │  │  │  │  ├── nrf9230_engb_application.svd
│  │  │  │  │  ├── nrf9230_engb_application_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_flpr.h
│  │  │  │  │  ├── nrf9230_engb_flpr.svd
│  │  │  │  │  ├── nrf9230_engb_flpr_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_global.h
│  │  │  │  │  ├── nrf9230_engb_interim.h
│  │  │  │  │  ├── nrf9230_engb_name_change.h
│  │  │  │  │  ├── nrf9230_engb_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_ppr.h
│  │  │  │  │  ├── nrf9230_engb_ppr.svd
│  │  │  │  │  ├── nrf9230_engb_ppr_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_radiocore.h
│  │  │  │  │  ├── nrf9230_engb_radiocore.svd
│  │  │  │  │  ├── nrf9230_engb_radiocore_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_types.h
│  │  │  │  │  ├── nrf9230_engb_version.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_application_memory.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_ppr_memory.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_radiocore_memory.h
│  │  │  │  │  ├── nrf_erratas.h
│  │  │  │  │  ├── nrf_mem.h
│  │  │  │  │  ├── nrf_peripherals.h
│  │  │  │  │  ├── system_config_sau.h
│  │  │  │  │  ├── system_nrf.h
│  │  │  │  │  ├── system_nrf51.c
│  │  │  │  │  ├── system_nrf51.h
│  │  │  │  │  ├── system_nrf52.c
│  │  │  │  │  ├── system_nrf52.h
│  │  │  │  │  ├── system_nrf52805.c
│  │  │  │  │  ├── system_nrf52805.h
│  │  │  │  │  ├── system_nrf52810.c
│  │  │  │  │  ├── system_nrf52810.h
│  │  │  │  │  ├── system_nrf52811.c
│  │  │  │  │  ├── system_nrf52811.h
│  │  │  │  │  ├── system_nrf52820.c
│  │  │  │  │  ├── system_nrf52820.h
│  │  │  │  │  ├── system_nrf52833.c
│  │  │  │  │  ├── system_nrf52833.h
│  │  │  │  │  ├── system_nrf52840.c
│  │  │  │  │  ├── system_nrf52840.h
│  │  │  │  │  ├── system_nrf52_approtect.h
│  │  │  │  │  ├── system_nrf53.h
│  │  │  │  │  ├── system_nrf5340_application.c
│  │  │  │  │  ├── system_nrf5340_application.h
│  │  │  │  │  ├── system_nrf5340_network.c
│  │  │  │  │  ├── system_nrf5340_network.h
│  │  │  │  │  ├── system_nrf53_approtect.h
│  │  │  │  │  ├── system_nrf54h.c
│  │  │  │  │  ├── system_nrf54h.h
│  │  │  │  │  ├── system_nrf54l.c
│  │  │  │  │  ├── system_nrf54l.h
│  │  │  │  │  ├── system_nrf54l_approtect.h
│  │  │  │  │  ├── system_nrf7120_enga.c
│  │  │  │  │  ├── system_nrf7120_enga.h
│  │  │  │  │  ├── system_nrf7120_enga_approtect.h
│  │  │  │  │  ├── system_nrf91.c
│  │  │  │  │  ├── system_nrf91.h
│  │  │  │  │  ├── system_nrf9120.h
│  │  │  │  │  ├── system_nrf9160.c
│  │  │  │  │  ├── system_nrf9160.h
│  │  │  │  │  ├── system_nrf91_approtect.h
│  │  │  │  │  ├── system_nrf92.c
│  │  │  │  │  │ system_nrf92.h
│  │  │  │  ├── nrfx.h
│  │  │  │  ├── soc
│  │  │  │  │  ├── interconnect
│  │  │  │  │  │  ├── apb
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb.c
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_application.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_ext.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_flpr.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_global.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_ppr.h
│  │  │  │  │  │  │  │ nrfx_interconnect_apb_haltium_radiocore.h
│  │  │  │  │  │  ├── dppic_ppib
│  │  │  │  │  │  │  ├── nrfx_interconnect_dppic_ppib.c
│  │  │  │  │  │  │  ├── nrfx_interconnect_dppic_ppib.h
│  │  │  │  │  │  │  │ nrfx_interconnect_dppic_ppib_lumos.h
│  │  │  │  │  │  ├── ipct
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct.c
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_application.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_ext.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_flpr.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_global.h
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_ppr.h
│  │  │  │  │  │  │  │ nrfx_interconnect_ipct_haltium_radiocore.h
│  │  │  │  │  │ nrfx_coredep.h
│  │  │  │  ├── templates
│  │  │  │  │  ├── nrfx_config.h
│  │  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │  ├── nrfx_config_ext.h
│  │  │  │  │  ├── nrfx_config_nrf51.h
│  │  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  │  ├── nrfx_config_nrf54l05_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l05_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54l09_enga_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l09_enga_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54l10_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l10_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l15_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54l20_enga_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l20_enga_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf7120_enga_application.h
│  │  │  │  │  ├── nrfx_config_nrf7120_enga_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  │  ├── nrfx_config_nrf9230_engb_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  │  ├── nrfx_glue.h
│  │  │  │  │  │ nrfx_log.h
│  ├── tee
│  │  ├── tf-m
│  │  │  ├── trusted-firmware-m
│  │  │  │  ├── platform
│  │  │  │  │  ├── ext
│  │  │  │  │  │  ├── target
│  │  │  │  │  │  │  ├── nordic_nrf
│  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  ├── core
│  │  │  │  │  │  │  │  │  │  ├── hw_init.c
│  │  │  │  │  │  │  │  │  │  │ target_cfg.c
samples
│  ├── bluetooth
│  │  ├── conn_time_sync
│  │  │  ├── src
│  │  │  │  │ timed_led_toggle.c
│  │  ├── iso_time_sync
│  │  │  ├── src
│  │  │  │  │ timed_led_toggle.c
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54l09pdk
│  │  │  │  │ nrf54l09_cpuapp_common.dtsi
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf.c
│  │  ├── hwinfo
│  │  │  │ hwinfo_nrf.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  │ nrf54l09_enga_cpuapp.dtsi
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54l09.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  │ net_buf.h
│  ├── lib
│  │  ├── net_buf
│  │  │  │ buf.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_common.h
│  │  │  │  ├── nrfx_config_ext.h
│  │  │  │  ├── nrfx_config_nrf51.h
│  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  ├── nrfx_config_nrf54l05_application.h
│  │  │  │  ├── nrfx_config_nrf54l05_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l09_enga_application.h
│  │  │  │  ├── nrfx_config_nrf54l10_application.h
│  │  │  │  ├── nrfx_config_nrf54l10_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  ├── nrfx_config_nrf54l15_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l20_enga_application.h
│  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  ├── nrfx_config_reserved_resources_ncs.h
│  │  │  │  ├── nrfx_glue.h
│  │  │  │  ├── nrfx_kconfig.h
│  │  │  │  ├── nrfx_log.h
│  │  │  │  ├── nrfx_reserved_resources.h
│  │  │  │  │ nrfx_zephyr_utils.h
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54l
│  │  │  │  │ Kconfig.defconfig.nrf54l20_enga_cpuapp
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── Kconfig.ll_sw_split
│  │  │  │  ├── hci
│  │  │  │  │  │ hci.c
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── lll_conn.h
│  │  │  │  │  ├── lll_conn_iso.h
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── nrfx_glue
│  │  │  │  │  │  │  │  │  │ bt_ctlr_used_resources.h
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf51.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52805.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52810.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52811.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52820.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52832.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52833.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52840.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5340.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_ppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_sim_nrf52.h
│  │  │  │  │  │  │  │  │  ├── radio_sim_nrf5340.h
│  │  │  │  │  │  │  │  │  │ radio_sim_nrf54l.h
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  ├── lll_adv.c
│  │  │  │  │  │  │  ├── lll_adv_iso.c
│  │  │  │  │  │  │  ├── lll_central_iso.c
│  │  │  │  │  │  │  ├── lll_conn.c
│  │  │  │  │  │  │  ├── lll_peripheral.c
│  │  │  │  │  │  │  ├── lll_peripheral_iso.c
│  │  │  │  │  │  │  ├── lll_scan.c
│  │  │  │  │  │  │  ├── lll_scan_aux.c
│  │  │  │  │  │  │  ├── lll_sync.c
│  │  │  │  │  │  │  │ lll_sync_iso.c
│  │  │  │  │  ├── ull.c
│  │  │  │  │  ├── ull_adv_iso.c
│  │  │  │  │  ├── ull_central_iso.c
│  │  │  │  │  ├── ull_conn.c
│  │  │  │  │  ├── ull_conn_iso.c
│  │  │  │  │  ├── ull_iso.c
│  │  │  │  │  ├── ull_peripheral_iso.c
│  │  │  │  │  ├── ull_scan_aux.c
│  │  │  │  │  ├── ull_scan_types.h
│  │  │  │  │  ├── ull_sync.c
│  │  │  │  │  ├── ull_sync_internal.h
│  │  │  │  │  │ ull_sync_iso.c
│  │  │  ├── mesh
│  │  │  │  │ Kconfig
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── mock_ctrl
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ ticker.c
│  │  ├── drivers
│  │  │  ├── pwm
│  │  │  │  ├── pwm_gpio_loopback
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │ west.yml

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-boot
    • ◻️ 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_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • ◻️ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ◻️ test-fw-nrfconnect-nrf-iot_samples
    • ◻️ test-fw-nrfconnect-nrf-iot_lwm2m
    • ◻️ doc-internal
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-nrf_crypto
    • ◻️ test-fw-nrfconnect-proprietary_esb
    • ◻️ test-fw-nrfconnect-rpc
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-tfm
    • ◻️ test-fw-nrfconnect-thread
    • ◻️ test-fw-nrfconnect-zigbee
    • ◻️ test-sdk-find-my
    • ◻️ test-fw-nrfconnect-nrf-iot_mosh
    • ◻️ test-fw-nrfconnect-nrf-iot_positioning
    • ◻️ test-sdk-sidewalk
    • ◻️ test-sdk-wifi
    • ◻️ test-low-level
    • ◻️ test-sdk-pmic-samples
    • ◻️ test-sdk-mcuboot
    • ◻️ test-sdk-dfu
    • ◻️ test-fw-nrfconnect-ps
    • ◻️ test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2492 branch from 0fb617e to 69e29e2 Compare February 17, 2025 12:42
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2492 branch from 69e29e2 to 86adf69 Compare February 17, 2025 12:43
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2492 branch from 86adf69 to 91cb535 Compare February 18, 2025 08:50
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2492 branch from 91cb535 to 460e48b Compare February 18, 2025 08:51
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2492 branch from 460e48b to e326af6 Compare February 18, 2025 13:47
@nika-nordic nika-nordic removed the CI-all-test Run All integration tests label Feb 18, 2025
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2492 branch from e326af6 to ff226e1 Compare February 18, 2025 15:38
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2492 branch from ff226e1 to feff12a Compare February 18, 2025 15:43
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2492 branch 2 times, most recently from 1fd6973 to 9337786 Compare February 20, 2025 09:16
Copy link

github-actions bot commented Feb 20, 2025

After documentation is built, you will find the preview for this PR here.

Preview links for modified nRF Connect SDK documents:

https://ncsdoc.z6.web.core.windows.net/PR-20350/nrf/releases_and_maturity/releases/release-notes-changelog.html

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2492 branch from 9337786 to 48200ba Compare February 20, 2025 09:17
Copy link

After documentation is built, you will find the preview for this PR here.

@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2492 branch from 48200ba to 2d3337c Compare February 20, 2025 12:53
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2492 branch from 2d3337c to e920103 Compare February 20, 2025 12:53
NordicBuilder and others added 3 commits February 21, 2025 09:38
Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Updated TF-M is aligned with nRF54L15 MPC and RTC changes
introduced with MDK 8.69.1 from nrfx 3.10 release.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
They are now part of nrfx 3.10.0 release.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2492 branch from e920103 to b9934ee Compare February 21, 2025 08:40
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2492 branch from b9934ee to 3c3d6bb Compare February 21, 2025 08:41
@rlubos
Copy link
Contributor

rlubos commented Feb 21, 2025

@nrfconnect/ncs-ll-ursus Please approve

This HAL is unused so its inclusion is redundant.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2492 branch from 3c3d6bb to b29f35e Compare February 21, 2025 13:09
@NordicBuilder NordicBuilder removed the DNM label Feb 21, 2025
@rlubos rlubos merged commit 48cf897 into nrfconnect:main Feb 21, 2025
14 of 15 checks passed
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. CI-all-test Run All integration tests manifest manifest-trusted-firmware-m manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants