Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner October 17, 2024 11:32
@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 Oct 17, 2024
@NordicBuilder
Copy link
Contributor Author

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@f3e023b nrfconnect/sdk-zephyr#2129 nrfconnect/sdk-zephyr#2129/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 17, 2024

CI Information

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

Inputs:

Sources:

nrf_hw_models: PR head: eeed2591d38e5e9bf89658df67555f2777249fc0
sdk-nrf: PR head: 1d600dc3ca6bd5ffb0bf142e8dd2821288da4de9
hostap: PR head: 44285310338f423021cc7df2c1056256882a00cc
zephyr: PR head: 84b1131877726b51ab0a844d4cf342690894290c

more details

nrf_hw_models:

PR head: eeed2591d38e5e9bf89658df67555f2777249fc0
merge base: bf8e45bd1f870e49cc15392e045c28d54ea12285
Diff

sdk-nrf:

PR head: 1d600dc3ca6bd5ffb0bf142e8dd2821288da4de9
merge base: f792bb7947db8d2cb1fb97a91ffd9d5e46958d54
target head (main): 4c995152636a5baeed40449dbcca1691374794bb
Diff

hostap:

PR head: 44285310338f423021cc7df2c1056256882a00cc
merge base: 9896a2ea803ec62e0998c0e569f12af88537d647
Diff

zephyr:

PR head: 84b1131877726b51ab0a844d4cf342690894290c
merge base: beb733919d8d64a778a11bd5e7d5cbe5ae27b8ee
target head (main): 53b26fb1c89ad33052ac1c0fe89b8f41eb1b005e
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 (1110)
modules
│  ├── bsim_hw_models
│  │  ├── nrf_hw_models
│  │  │  ├── 54L15.mk
│  │  │  ├── Makefile
│  │  │  ├── src
│  │  │  │  ├── HW_models
│  │  │  │  │  ├── NHW_RADIO.c
│  │  │  │  │  │ NHW_RADIO_signals.c
│  ├── lib
│  │  ├── hostap
│  │  │  ├── port
│  │  │  │  ├── mbedtls
│  │  │  │  │  │ supp_psa_api.c
│  │  │  ├── src
│  │  │  │  ├── ap
│  │  │  │  │  ├── acs.c
│  │  │  │  │  │ hostapd.c
│  │  │  │  ├── common
│  │  │  │  │  ├── dpp_tcp.c
│  │  │  │  │  │ wpa_ctrl.c
│  │  │  │  ├── crypto
│  │  │  │  │  ├── crypto_mbedtls-ec.c
│  │  │  │  │  ├── crypto_mbedtls_alt.c
│  │  │  │  │  │ tls_mbedtls_alt.c
│  │  │  │  ├── drivers
│  │  │  │  │  │ driver_zephyr.c
│  │  │  │  ├── utils
│  │  │  │  │  ├── common.h
│  │  │  │  │  ├── os.h
│  │  │  │  │  │ os_zephyr.c
│  │  │  ├── wpa_supplicant
│  │  │  │  ├── ctrl_iface.c
│  │  │  │  ├── events.c
│  │  │  │  ├── p2p_supplicant.c
│  │  │  │  ├── wnm_sta.c
│  │  │  │  ├── wpa_cli_cmds.c
│  │  │  │  ├── wpa_cli_zephyr.c
│  │  │  │  │ wpa_supplicant.c
west.yml
zephyr
│  ├── .github
│  │  ├── test-spec.yml
│  │  ├── workflows
│  │  │  ├── commit-tags.yml
│  │  │  ├── compliance.yml
│  │  │  │ manifest-PR.yml
│  ├── CMakeLists.txt
│  ├── CODEOWNERS
│  ├── Jenkinsfile
│  ├── Kconfig.zephyr
│  ├── MAINTAINERS.yml
│  ├── arch
│  │  ├── arm
│  │  │  ├── core
│  │  │  │  ├── cortex_m
│  │  │  │  │  ├── pm_s2ram.S
│  │  │  │  │  │ pm_s2ram.c
│  │  │  │  ├── mpu
│  │  │  │  │  │ arm_mpu_regions.c
│  ├── boards
│  │  ├── Kconfig
│  │  ├── Kconfig.v1
│  │  ├── Kconfig.v2
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── native_remap.c
│  │  │  │  │ nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54h20dk
│  │  │  │  ├── board.c
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf54h20dk_bicr.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-ipc_conf.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_0_8_0.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_8_0.overlay
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_0_8_0.overlay
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_xip_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr_xip_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_0_8_0.overlay
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_xip_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_xip_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad_0_8_0.overlay
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad_0_8_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad_0_9_0.yaml
│  │  │  │  ├── support
│  │  │  │  │  ├── nrf54h20_cpuapp.JLinkScript
│  │  │  │  │  │ nrf54h20_cpurad.JLinkScript
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l15dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf54l15_cpuapp_common.dtsi
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns.dts
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns.yaml
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns_defconfig
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.dts
│  │  │  ├── nrf54l15pdk
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l15pdk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf54l15_cpuapp_common.dtsi
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp_ns.dts
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp_ns.yaml
│  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp_ns_defconfig
│  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr.dts
│  │  │  ├── nrf54l20pdk
│  │  │  │  │ nrf54l20_cpuapp_common.dtsi
│  │  │  ├── nrf7002dk
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrf5340_cpuapp_common.dtsi
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp.dts
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_nrf7001.dts
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_nrf7001_ns.dts
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_ns.dts
│  │  │  │  ├── nrf7002dk_nrf5340_cpunet.dts
│  │  │  │  ├── nrf70_common.dtsi
│  │  │  │  │ nrf70_common_coex.dtsi
│  │  │  ├── nrf9131ek
│  │  │  │  │ Kconfig.defconfig
│  │  │  ├── nrf9280pdk
│  │  │  │  ├── nrf9280pdk_nrf9280-ipc_conf.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280-memory_map.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad.dts
│  │  │  │  ├── support
│  │  │  │  │  ├── nrf9280_cpuapp.JLinkScript
│  │  │  │  │  │ nrf9280_cpurad.JLinkScript
│  │  │  ├── thingy53
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── pm_static_thingy53_nrf5340_cpuapp.yml
│  │  │  │  ├── pm_static_thingy53_nrf5340_cpuapp_ns.yml
│  │  │  │  ├── thingy53_nrf5340_common.dtsi
│  │  │  │  ├── thingy53_nrf5340_cpunet-pinctrl.dtsi
│  │  │  │  │ thingy53_nrf5340_cpunet.dts
│  │  ├── shields
│  │  │  ├── nrf7002eb
│  │  │  │  ├── Kconfig.shield
│  │  │  │  ├── boards
│  │  │  │  │  │ thingy53_nrf5340_cpuapp.overlay
│  │  │  │  ├── doc
│  │  │  │  │  ├── index.rst
│  │  │  │  │  │ nrf7002eb.jpg
│  │  │  │  ├── nrf7002eb.overlay
│  │  │  │  │ nrf7002eb_coex.overlay
│  │  │  ├── nrf7002ek
│  │  │  │  ├── Kconfig.shield
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf7002ek_coex.overlay
│  │  │  │  │ nrf7002ek_common.dtsi
│  ├── cmake
│  │  ├── linker
│  │  │  ├── ld
│  │  │  │  │ target.cmake
│  │  ├── linker_script
│  │  │  ├── common
│  │  │  │  ├── common-ram.cmake
│  │  │  │  │ common-rom.cmake
│  │  ├── modules
│  │  │  ├── FindHostTools.cmake
│  │  │  ├── FindZephyr-sdk.cmake
│  │  │  ├── boards.cmake
│  │  │  ├── configuration_files.cmake
│  │  │  ├── dts.cmake
│  │  │  ├── extensions.cmake
│  │  │  ├── hwm_v2.cmake
│  │  │  ├── kconfig.cmake
│  │  │  ├── kernel.cmake
│  │  │  ├── soc_v2.cmake
│  │  │  │ unittest.cmake
│  │  │ package_helper.cmake
│  ├── doc
│  │  ├── _extensions
│  │  │  ├── zephyr
│  │  │  │  ├── kconfig
│  │  │  │  │  │ __init__.py
│  │  │  │  │ link-roles.py
│  │  ├── build
│  │  │  ├── kconfig
│  │  │  │  │ setting.rst
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  ├── connection_mgmt.rst
│  │  │  │  │  ├── mesh
│  │  │  │  │  │  │ brg_cfg.rst
│  │  │  │  ├── bluetooth-le-host.rst
│  │  │  │  ├── img
│  │  │  │  │  │ att_timeout.svg
│  │  │  ├── networking
│  │  │  │  ├── api
│  │  │  │  │  ├── mqtt.rst
│  │  │  │  │  │ wifi.rst
│  │  │  ├── usb
│  │  │  │  ├── device_next
│  │  │  │  │  │ usb_device.rst
│  │  ├── develop
│  │  │  ├── application
│  │  │  │  │ index.rst
│  │  ├── hardware
│  │  │  ├── peripherals
│  │  │  │  ├── comparator.rst
│  │  │  │  │ index.rst
│  │  ├── kconfig.rst
│  │  ├── releases
│  │  │  ├── migration-guide-4.0.rst
│  │  │  │ release-notes-4.0.rst
│  │  ├── services
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── backends
│  │  │  │  │  │  ├── icbmsg_flows.svg
│  │  │  │  │  │  ├── icbmsg_memory.svg
│  │  │  │  │  │  ├── icbmsg_message.svg
│  │  │  │  │  │  ├── ipc_service_icbmsg.rst
│  │  │  │  │  │  │ ipc_service_icmsg.rst
│  │  │  ├── storage
│  │  │  │  ├── index.rst
│  │  │  │  ├── zms
│  │  │  │  │  │ zms.rst
│  │  │ zephyr.doxyfile.in
│  ├── drivers
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── audio
│  │  │  ├── Kconfig.dmic_pdm_nrfx
│  │  │  │ dmic_nrfx_pdm.c
│  │  ├── cache
│  │  │  │ Kconfig.nrf
│  │  ├── clock_control
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf2_common.c
│  │  │  ├── clock_control_nrf2_common.h
│  │  │  ├── clock_control_nrf2_fll16m.c
│  │  │  ├── clock_control_nrf2_hfxo.c
│  │  │  │ clock_control_nrf2_hsfll.c
│  │  ├── comparator
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.fake_comp
│  │  │  ├── Kconfig.mcux_acmp
│  │  │  ├── Kconfig.nrf_comp
│  │  │  ├── Kconfig.nrf_lpcomp
│  │  │  ├── Kconfig.shell
│  │  │  ├── comparator_fake_comp.c
│  │  │  ├── comparator_handlers.c
│  │  │  ├── comparator_mcux_acmp.c
│  │  │  ├── comparator_nrf_comp.c
│  │  │  ├── comparator_nrf_lpcomp.c
│  │  │  │ comparator_shell.c
│  │  ├── disk
│  │  │  │ flashdisk.c
│  │  ├── dp
│  │  │  ├── swdp_bitbang.c
│  │  │  │ swdp_ll_pin.h
│  │  ├── entropy
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf_prng
│  │  │  ├── Kconfig.psa_crypto
│  │  │  │ fake_entropy_nrf_prng.c
│  │  ├── flash
│  │  │  ├── Kconfig.nrf_rram
│  │  │  ├── nrf_qspi_nor.c
│  │  │  │ soc_flash_nrf.c
│  │  ├── mbox
│  │  │  │ mbox_nrf_vevif_task_rx.c
│  │  ├── misc
│  │  │  ├── coresight
│  │  │  │  │ Kconfig
│  │  ├── modem
│  │  │  │ modem_cellular.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  │  ├── retained_mem
│  │  │  │ Kconfig.nrf
│  │  ├── sensor
│  │  │  ├── nordic
│  │  │  │  ├── qdec_nrfx
│  │  │  │  │  │ qdec_nrfx.c
│  │  │  ├── nxp
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── mcux_acmp
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ mcux_acmp.c
│  │  ├── serial
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── Kconfig.nrfx_uart_instance
│  │  │  ├── serial_test.c
│  │  │  ├── uart_async_to_irq.c
│  │  │  ├── uart_emul.c
│  │  │  ├── uart_nrfx_uart.c
│  │  │  ├── uart_nrfx_uarte.c
│  │  │  │ uart_nrfx_uarte2.c
│  │  ├── spi
│  │  │  ├── spi_dw.c
│  │  │  │ spi_nrfx_spim.c
│  │  ├── timer
│  │  │  ├── Kconfig.nrf_grtc
│  │  │  │ nrf_grtc_timer.c
│  │  ├── usb
│  │  │  ├── common
│  │  │  │  │ usb_dwc2_hw.h
│  │  │  ├── udc
│  │  │  │  ├── Kconfig.dwc2
│  │  │  │  ├── udc_dwc2.c
│  │  │  │  ├── udc_dwc2.h
│  │  │  │  │ udc_dwc2_vendor_quirks.h
│  │  ├── wifi
│  │  │  ├── nrfwifi
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.nrfwifi
│  │  │  │  ├── inc
│  │  │  │  │  ├── fmac_main.h
│  │  │  │  │  │ wpa_supp_if.h
│  │  │  │  ├── off_raw_tx
│  │  │  │  │  ├── inc
│  │  │  │  │  │  │ off_raw_tx.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ off_raw_tx_api.c
│  │  │  │  ├── rpu_fw_patches.ld
│  │  │  │  ├── src
│  │  │  │  │  ├── fmac_main.c
│  │  │  │  │  ├── fw_load.c
│  │  │  │  │  ├── net_if.c
│  │  │  │  │  ├── qspi
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── qspi_if.c
│  │  │  │  │  │  │  │ rpu_hw_if.c
│  │  │  │  │  ├── shim.c
│  │  │  │  │  ├── shim.h
│  │  │  │  │  ├── wifi_mgmt.c
│  │  │  │  │  ├── wifi_mgmt_scan.c
│  │  │  │  │  ├── wifi_util.c
│  │  │  │  │  │ wpa_supp_if.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf51822.dtsi
│  │  │  │  ├── nrf52805.dtsi
│  │  │  │  ├── nrf52810.dtsi
│  │  │  │  ├── nrf52811.dtsi
│  │  │  │  ├── nrf52820.dtsi
│  │  │  │  ├── nrf52832.dtsi
│  │  │  │  ├── nrf52833.dtsi
│  │  │  │  ├── nrf52840.dtsi
│  │  │  │  ├── nrf5340_cpuapp.dtsi
│  │  │  │  ├── nrf5340_cpuapp_peripherals.dtsi
│  │  │  │  ├── nrf5340_cpuappns.dtsi
│  │  │  │  ├── nrf5340_cpunet.dtsi
│  │  │  │  ├── nrf54h20_cpurad.dtsi
│  │  │  │  ├── nrf54l15_cpuapp.dtsi
│  │  │  │  ├── nrf54l20_enga_cpuapp.dtsi
│  │  │  │  ├── nrf91.dtsi
│  │  │  │  │ nrf91ns.dtsi
│  │  │  ├── nxp
│  │  │  │  ├── nxp_ke1xf.dtsi
│  │  │  │  ├── nxp_ke1xz.dtsi
│  │  │  │  ├── nxp_rt118x.dtsi
│  │  │  │  │ nxp_rt11xx.dtsi
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  ├── nordic,nrf-tddconf.yaml
│  │  │  │  │ nordic,nrf-uicr-v2.yaml
│  │  │  ├── comparator
│  │  │  │  ├── nordic,nrf-comp.yaml
│  │  │  │  ├── nordic,nrf-lpcomp.yaml
│  │  │  │  ├── nxp,kinetis-acmp.yaml
│  │  │  │  │ zephyr,comp-fake.yaml
│  │  │  ├── gpio
│  │  │  │  ├── nordic,nrf-gpio.yaml
│  │  │  │  │ nordic,nrf-port-configs.yaml
│  │  │  ├── ipc
│  │  │  │  │ zephyr,ipc-icmsg.yaml
│  │  │  ├── misc
│  │  │  │  │ nordic,nrf-bicr.yaml
│  │  │  ├── mtd
│  │  │  │  │ nordic,owned-partitions.yaml
│  │  │  ├── net
│  │  │  │  ├── wireless
│  │  │  │  │  │ nordic,nrf-radio.yaml
│  │  │  ├── reserved-memory
│  │  │  │  │ nordic,owned-memory.yaml
│  │  │  ├── rng
│  │  │  │  │ nordic,nrf-prng.yaml
│  │  │  ├── sensor
│  │  │  │  ├── nordic,nrf-comp.yaml
│  │  │  │  ├── nordic,nrf-lpcomp.yaml
│  │  │  │  │ nxp,kinetis-acmp.yaml
│  │  │  ├── serial
│  │  │  │  │ nordic,nrf-uarte.yaml
│  │  │  ├── wifi
│  │  │  │  ├── nordic,nrf70-coex.yaml
│  │  │  │  ├── nordic,nrf70.yaml
│  │  │  │  ├── nordic,nrf7000-coex.yaml
│  │  │  │  ├── nordic,nrf7001-coex.yaml
│  │  │  │  │ nordic,nrf7002-coex.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l15.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  ├── nrf9280.dtsi
│  │  │  │  │ nrf_common.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20_cpuflpr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── arm
│  │  │  │  │  ├── cortex_m
│  │  │  │  │  │  ├── scripts
│  │  │  │  │  │  │  │ linker.ld
│  │  │  │  ├── common
│  │  │  │  │  │ pm_s2ram.h
│  │  │  ├── bluetooth
│  │  │  │  ├── audio
│  │  │  │  │  │ bap.h
│  │  │  │  ├── bluetooth.h
│  │  │  │  ├── conn.h
│  │  │  │  ├── cs.h
│  │  │  │  ├── hci_types.h
│  │  │  │  ├── mesh
│  │  │  │  │  ├── brg_cfg.h
│  │  │  │  │  │ brg_cfg_cli.h
│  │  │  ├── drivers
│  │  │  │  ├── comparator.h
│  │  │  │  ├── comparator
│  │  │  │  │  ├── fake_comp.h
│  │  │  │  │  ├── mcux_acmp.h
│  │  │  │  │  ├── nrf_comp.h
│  │  │  │  │  │ nrf_lpcomp.h
│  │  │  │  ├── uart.h
│  │  │  │  ├── usb
│  │  │  │  │  │ udc.h
│  │  │  │  ├── wifi
│  │  │  │  │  ├── nrfwifi
│  │  │  │  │  │  ├── off_raw_tx
│  │  │  │  │  │  │  │ off_raw_tx_api.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── adc
│  │  │  │  │  ├── nrf-adc.h
│  │  │  │  │  ├── nrf-saadc-nrf54l.h
│  │  │  │  │  ├── nrf-saadc-v2.h
│  │  │  │  │  ├── nrf-saadc-v3.h
│  │  │  │  │  │ nrf-saadc.h
│  │  │  │  ├── misc
│  │  │  │  │  │ nordic-tddconf.h
│  │  │  │  ├── reserved-memory
│  │  │  │  │  │ nordic-owned-memory.h
│  │  │  ├── fs
│  │  │  │  │ zms.h
│  │  │  ├── ipc
│  │  │  │  │ pbuf.h
│  │  │  ├── logging
│  │  │  │  │ log_output.h
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── transport
│  │  │  │  │  │  │ smp_bt.h
│  │  │  ├── net
│  │  │  │  ├── coap.h
│  │  │  │  ├── coap_client.h
│  │  │  │  ├── coap_service.h
│  │  │  │  ├── mld.h
│  │  │  │  ├── mqtt.h
│  │  │  │  ├── net_if.h
│  │  │  │  ├── socket.h
│  │  │  │  ├── socket_ncs.h
│  │  │  │  ├── socket_select.h
│  │  │  │  ├── wifi.h
│  │  │  │  │ wifi_mgmt.h
│  │  │  ├── pm
│  │  │  │  │ device.h
│  │  │  ├── storage
│  │  │  │  │ flash_map.h
│  ├── kernel
│  │  ├── Kconfig
│  │  │ banner.c
│  ├── lib
│  │  ├── heap
│  │  │  │ Kconfig
│  │  ├── libc
│  │  │  ├── common
│  │  │  │  ├── source
│  │  │  │  │  ├── stdlib
│  │  │  │  │  │  │ malloc.c
│  │  ├── os
│  │  │  ├── zvfs
│  │  │  │  │ Kconfig
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf_regtool
│  │  │  ├── nrf-regtool
│  │  │  │  ├── nrf-regtoolConfig.cmake
│  │  │  │  │ nrf-regtoolConfigVersion.cmake
│  │  │  ├── nrf_802154
│  │  │  │  ├── serialization
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ nrf_802154_spinel_backend_ipc.c
│  │  │  ├── nrfs
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dvfs
│  │  │  │  │  │ ld_dvfs.c
│  │  │  │  │ nrfs_config.h
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrfe_config.h
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_common.h
│  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_application.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_flpr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  │ nrfx_glue.h
│  │  ├── hal_nxp
│  │  │  │ Kconfig
│  │  ├── hostap
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── src
│  │  │  │  ├── supp_api.c
│  │  │  │  ├── supp_api.h
│  │  │  │  ├── supp_events.c
│  │  │  │  ├── supp_main.c
│  │  │  │  │ supp_main.h
│  │  ├── mbedtls
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.psa
│  │  │  │ Kconfig.tls-generic
│  │  ├── openthread
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.features
│  │  │  ├── Kconfig.thread
│  │  │  ├── platform
│  │  │  │  │ openthread-core-zephyr-config.h
│  │  ├── trusted-firmware-m
│  │  │  │ Kconfig.tfm.crypto_modules
│  ├── samples
│  │  ├── basic
│  │  │  ├── blinky
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_egpio.overlay
│  │  ├── bluetooth
│  │  │  ├── bap_broadcast_sink
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── bap_broadcast_source
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── bap_unicast_client
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ stream_tx.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── bap_unicast_server
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── beacon
│  │  │  │  │ sample.yaml
│  │  │  ├── cap_acceptor
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_acceptor_unicast.c
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── cap_initiator
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_initiator_unicast.c
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── direction_finding_central
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_rx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_tx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_peripheral
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_ipc
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_pwr_ctrl
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ hci_rpmsg.conf
│  │  │  ├── hci_uart
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_df.overlay
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_vs_scan_req
│  │  │  │  │ sample.yaml
│  │  │  ├── iso_central
│  │  │  │  │ sample.yaml
│  │  │  ├── pbp_public_broadcast_sink
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── pbp_public_broadcast_source
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── peripheral_hr
│  │  │  │  │ sample.yaml
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_control
│  │  │  │  │  ├── configs
│  │  │  │  │  │  ├── cpuapp_hsfll.conf
│  │  │  │  │  │  ├── fll16m.conf
│  │  │  │  │  │  ├── lfclk.conf
│  │  │  │  │  │  │ uart135.conf
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── remote
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ sysbuild.cmake
│  │  │  │  ├── nrf53_sync_rtc
│  │  │  │  │  │ sysbuild.conf
│  │  │  │  ├── nrf_sys_event
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── system_off
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_retained_mem.overlay
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_dt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── adc_sequence
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  ├── audio
│  │  │  │  ├── dmic
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  ├── mbox
│  │  │  │  ├── remote
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr_xip.overlay
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.conf
│  │  ├── net
│  │  │  ├── common
│  │  │  │  ├── common.cmake
│  │  │  │  ├── net_sample_common.c
│  │  │  │  │ net_sample_common.h
│  │  │  ├── dns_resolve
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── gptp
│  │  │  │  ├── boards
│  │  │  │  │  │ native_posix.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── ipv4_autoconf
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── lldp
│  │  │  │  │ sample.yaml
│  │  │  ├── lwm2m_client
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── overlay-nrf91x.conf
│  │  │  │  ├── src
│  │  │  │  │  │ lwm2m-client.c
│  │  │  ├── mdns_responder
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mqtt_publisher
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mqtt_sn_publisher
│  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── sockets
│  │  │  │  ├── big_http_download
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── coap_server
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── echo_async
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ socket_echo.c
│  │  │  │  ├── echo_client
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  ├── tcp.c
│  │  │  │  │  │  │ udp.c
│  │  │  │  ├── echo_server
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  │  ├── echo_service
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── http_get
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ http_get.c
│  │  │  │  ├── sntp_client
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── syslog_net
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── telnet
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ telnet.c
│  │  │  ├── wifi
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  │ rd_rw612_bga.conf
│  │  │  │  ├── overlay-enterprise-variable-bufs.conf
│  │  │  │  ├── overlay-enterprise.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── test_certs
│  │  │  │  │  ├── ca.pem
│  │  │  │  │  ├── ca2.pem
│  │  │  │  │  ├── client-key.pem
│  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  ├── client.pem
│  │  │  │  │  ├── client2.pem
│  │  │  │  │  ├── server-key.pem
│  │  │  │  │  ├── server-key2.pem
│  │  │  │  │  ├── server.pem
│  │  │  │  │  │ server2.pem
│  │  ├── sensor
│  │  │  ├── mcux_acmp
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── qdec
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │ sample.yaml
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fs_sample
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── littlefs
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── zms
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── icmsg
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf5340bsim_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_icbmsg.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf5340bsim_nrf5340_cpunet.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay
│  │  │  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── sysbuild.cmake
│  │  │  │  │  │  │ sysbuild.conf
│  │  │  │  │  ├── multi_endpoint
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpunet.overlay
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── sysbuild.cmake
│  │  │  │  │  │  │ sysbuild.conf
│  │  │  │  │  ├── static_vrings
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpunet.overlay
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── sysbuild.cmake
│  │  │  │  │  │  │ sysbuild.conf
│  │  │  ├── logging
│  │  │  │  ├── multidomain
│  │  │  │  │  │ sysbuild.conf
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay
│  │  │  │  │  │  ├── overlay-bt.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── sysbuild
│  │  │  │  │  │  │  │ hci_rpmsg.conf
│  │  │  ├── settings
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │ sample.yaml
│  │  ├── sysbuild
│  │  │  ├── hello_world
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── sysbuild.cmake
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.conf
│  │  ├── tfm_integration
│  │  │  ├── psa_crypto
│  │  │  │  │ sample.yaml
│  ├── scripts
│  │  ├── ci
│  │  │  ├── Kconfig.board.v2
│  │  │  ├── check_compliance.py
│  │  │  │ test_plan.py
│  │  ├── dts
│  │  │  │ gen_dts_cmake.py
│  │  ├── gitlint
│  │  │  │ zephyr_commit_rules.py
│  │  ├── kconfig
│  │  │  │ lint.py
│  │  ├── list_boards.py
│  │  ├── list_hardware.py
│  │  ├── logging
│  │  │  ├── dictionary
│  │  │  │  ├── log_parser.py
│  │  │  │  ├── log_parser_uart.py
│  │  │  │  │ parserlib.py
│  │  ├── pylib
│  │  │  ├── twister
│  │  │  │  ├── twisterlib
│  │  │  │  │  ├── coverage.py
│  │  │  │  │  │ hardwaremap.py
│  │  ├── quarantine.yaml
│  │  ├── requirements-run-test.txt
│  │  ├── schemas
│  │  │  ├── board-schema.yml
│  │  │  ├── build-schema.yml
│  │  │  │ soc-schema.yml
│  │  ├── utils
│  │  │  │ migrate_mcumgr_kconfigs.py
│  │  ├── west_commands
│  │  │  ├── boards.py
│  │  │  ├── build.py
│  │  │  ├── run_common.py
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── share
│  │  ├── sysbuild
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── cmake
│  │  │  │  ├── modules
│  │  │  │  │  │ sysbuild_extensions.cmake
│  ├── snippets
│  │  ├── bt-ll-sw-split
│  │  │  ├── README.rst
│  │  │  ├── bt-ll-sw-split.conf
│  │  │  ├── bt-ll-sw-split.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm-dict
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  ├── nrf54h20_cpuapp.overlay
│  │  │  │  │ nrf54h20_cpurad.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  ├── nrf54h20_cpuapp.overlay
│  │  │  │  │ nrf54h20_cpurad.overlay
│  │  │  │ snippet.yml
│  │  ├── wifi-ipv4
│  │  │  ├── README.rst
│  │  │  ├── snippet.yml
│  │  │  │ wifi-ipv4.conf
│  ├── soc
│  │  ├── native
│  │  │  ├── inf_clock
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── native_remap.c
│  │  │  │  │ soc.h
│  │  ├── nordic
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.peripherals
│  │  │  │  ├── dmm.h
│  │  │  │  ├── nrf_sys_event.c
│  │  │  │  ├── nrf_sys_event.h
│  │  │  │  ├── soc_lrcconf.c
│  │  │  │  ├── soc_lrcconf.h
│  │  │  │  ├── vpr
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── nrf53
│  │  │  │  │ Kconfig
│  │  │  ├── nrf54h
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuflpr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuppr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── pm_s2ram.c
│  │  │  │  ├── power.c
│  │  │  │  ├── soc.c
│  │  │  │  │ soc.h
│  │  │  ├── nrf54l
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_cpuflpr
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_enga_cpuflpr
│  │  │  │  ├── kmu_push_area_section.ld
│  │  │  │  │ soc.c
│  │  │  ├── nrf91
│  │  │  │  │ Kconfig
│  │  │  ├── nrf92
│  │  │  │  ├── Kconfig
│  │  │  │  │ Kconfig.defconfig.nrf9280_cpuppr
│  │  │  │ validate_base_addresses.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── Kconfig
│  │  │  ├── common
│  │  │  │  │ Kconfig
│  │  │  ├── controller
│  │  │  │  ├── Kconfig
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  │ radio_nrf5_dppi.h
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  │ lll.c
│  │  │  ├── host
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.gatt
│  │  │  │  ├── Kconfig.l2cap
│  │  │  │  ├── adv.c
│  │  │  │  ├── att.c
│  │  │  │  ├── att_internal.h
│  │  │  │  ├── buf.c
│  │  │  │  ├── classic
│  │  │  │  │  ├── l2cap_br.c
│  │  │  │  │  ├── rfcomm.c
│  │  │  │  │  │ ssp.c
│  │  │  │  ├── conn.c
│  │  │  │  ├── conn_internal.h
│  │  │  │  ├── cs.c
│  │  │  │  ├── hci_core.c
│  │  │  │  ├── hci_core.h
│  │  │  │  ├── id.c
│  │  │  │  ├── l2cap.c
│  │  │  │  │ smp.c
│  │  │  ├── mesh
│  │  │  │  ├── Kconfig
│  │  │  │  ├── adv_ext.c
│  │  │  │  ├── brg_cfg.c
│  │  │  │  ├── brg_cfg.h
│  │  │  │  ├── brg_cfg_cli.c
│  │  │  │  ├── brg_cfg_srv.c
│  │  │  │  ├── dfd_srv.c
│  │  │  │  ├── rpl.c
│  │  │  │  ├── rpl.h
│  │  │  │  ├── settings.c
│  │  │  │  ├── shell
│  │  │  │  │  │ brg_cfg.c
│  │  │  ├── shell
│  │  │  │  ├── bt.c
│  │  │  │  │ cs.c
│  │  ├── debug
│  │  │  │ mipi_stp_decoder.c
│  │  ├── dfu
│  │  │  ├── Kconfig
│  │  │  ├── boot
│  │  │  │  ├── mcuboot.c
│  │  │  │  │ mcuboot_shell.c
│  │  │  ├── img_util
│  │  │  │  │ flash_img.c
│  │  ├── fs
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── littlefs_fs.c
│  │  │  ├── nvs
│  │  │  │  ├── Kconfig
│  │  │  │  │ nvs.c
│  │  │  ├── zms
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── zms.c
│  │  │  │  │ zms_priv.h
│  │  ├── ipc
│  │  │  ├── ipc_service
│  │  │  │  ├── backends
│  │  │  │  │  │ ipc_icbmsg.c
│  │  │  │  ├── lib
│  │  │  │  │  ├── Kconfig.icmsg
│  │  │  │  │  ├── icmsg.c
│  │  │  │  │  ├── icmsg_me.c
│  │  │  │  │  │ pbuf.c
│  │  │  ├── rpmsg_service
│  │  │  │  │ rpmsg_backend.h
│  │  ├── logging
│  │  │  ├── Kconfig.template.log_format_config
│  │  │  ├── backends
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.adsp
│  │  │  │  ├── Kconfig.adsp_mtrace
│  │  │  │  ├── Kconfig.ble
│  │  │  │  ├── Kconfig.efi_console
│  │  │  │  ├── Kconfig.fs
│  │  │  │  ├── Kconfig.native_posix
│  │  │  │  ├── Kconfig.net
│  │  │  │  ├── Kconfig.rtt
│  │  │  │  ├── Kconfig.semihost
│  │  │  │  ├── Kconfig.spinel
│  │  │  │  ├── Kconfig.swo
│  │  │  │  ├── Kconfig.uart
│  │  │  │  ├── Kconfig.xtensa_sim
│  │  │  │  ├── log_backend_net.c
│  │  │  │  │ log_backend_semihost.c
│  │  │  ├── frontends
│  │  │  │  ├── Kconfig
│  │  │  │  ├── log_frontend_stmesp.c
│  │  │  │  │ log_frontend_stmesp_demux.c
│  │  │  ├── log_output.c
│  │  │  │ log_output_dict.c
│  │  ├── mgmt
│  │  │  ├── mcumgr
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── bootutil_hooks
│  │  │  │  │  │ nrf53_hooks.c
│  │  │  │  ├── grp
│  │  │  │  │  ├── img_mgmt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── img_mgmt.c
│  │  │  │  │  │  │  │ img_mgmt_state.c
│  │  │  │  │  ├── os_mgmt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ os_mgmt.c
│  │  │  │  ├── transport
│  │  │  │  │  ├── Kconfig.bluetooth
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ smp_bt.c
│  │  ├── net
│  │  │  ├── CMakeLists.txt
│  │  │  ├── conn_mgr
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── ip
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.ipv4
│  │  │  │  ├── ipv6.h
│  │  │  │  ├── ipv6_mld.c
│  │  │  │  ├── net_context.c
│  │  │  │  ├── net_core.c
│  │  │  │  ├── net_if.c
│  │  │  │  ├── net_private.h
│  │  │  │  │ utils.c
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── wifi_mgmt.c
│  │  │  │  │  │ wifi_shell.c
│  │  │  ├── lib
│  │  │  │  ├── capture
│  │  │  │  │  │ capture.c
│  │  │  │  ├── coap
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── coap.c
│  │  │  │  │  │ coap_client.c
│  │  │  │  ├── dns
│  │  │  │  │  ├── dispatcher.c
│  │  │  │  │  ├── llmnr_responder.c
│  │  │  │  │  │ mdns_responder.c
│  │  │  │  ├── http
│  │  │  │  │  │ http_client.c
│  │  │  │  ├── mqtt
│  │  │  │  │  │ mqtt_transport_socket_tls.c
│  │  │  │  ├── shell
│  │  │  │  │  ├── iface.c
│  │  │  │  │  ├── ipv4.c
│  │  │  │  │  │ ipv6.c
│  │  │  │  ├── sockets
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── sockets.c
│  │  │  │  │  │ sockets_inet.c
│  │  │  │  ├── zperf
│  │  │  │  │  │ zperf_udp_receiver.c
│  │  ├── pm
│  │  │  │ device.c
│  │  ├── settings
│  │  │  ├── Kconfig
│  │  │  ├── include
│  │  │  │  ├── settings
│  │  │  │  │  │ settings_zms.h
│  │  │  ├── src
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ settings_zms.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  ├── class
│  │  │  │  │  │ cdc_acm.c
│  │  │  ├── device_next
│  │  │  │  ├── class
│  │  │  │  │  ├── usbd_cdc_acm.c
│  │  │  │  │  │ usbd_hid.c
│  │  │  │  │ usbd_core.c
│  ├── tests
│  │  ├── arch
│  │  │  ├── common
│  │  │  │  ├── ramfunc
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ctrl_api
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_chmu
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_cis_create
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_cis_terminate
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_collision
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_conn_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_cte_req
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_data_length_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_encrypt
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_feature_exchange
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_hci
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_invalid
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_le_ping
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_min_used_chans
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_phy_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_sca_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_sw_privacy
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_terminate
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_tx_buffer_alloc
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_tx_queue
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_unsupported
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_user_ext
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_version
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── df
│  │  │  │  ├── connection_cte_req
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connection_cte_tx_params
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_chains
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_rx
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_tx
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── host
│  │  │  │  ├── conn
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── addr_internal.c
│  │  │  │  │  │  ├── addr_internal.h
│  │  │  │  │  │  ├── att_internal.c
│  │  │  │  │  │  ├── att_internal.h
│  │  │  │  │  │  ├── bt_str.c
│  │  │  │  │  │  ├── bt_str.h
│  │  │  │  │  │  ├── buf_view.c
│  │  │  │  │  │  ├── buf_view.h
│  │  │  │  │  │  ├── hci_core.c
│  │  │  │  │  │  ├── hci_core.h
│  │  │  │  │  │  ├── id.c
│  │  │  │  │  │  ├── id.h
│  │  │  │  │  │  ├── kernel.c
│  │  │  │  │  │  ├── kernel.h
│  │  │  │  │  │  ├── l2cap_internal.c
│  │  │  │  │  │  ├── l2cap_internal.h
│  │  │  │  │  │  ├── mock-sections.ld
│  │  │  │  │  │  ├── scan.c
│  │  │  │  │  │  ├── scan.h
│  │  │  │  │  │  ├── smp.c
│  │  │  │  │  │  ├── smp.h
│  │  │  │  │  │  ├── spinlock.c
│  │  │  │  │  │  ├── spinlock.h
│  │  │  │  │  │  ├── sys_clock.c
│  │  │  │  │  │  ├── sys_clock.h
│  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  │  │  ├── drivers
│  │  │  │  │  │  │  │  │  │  ├── bluetooth
│  │  │  │  │  │  │  │  │  │  │  │ hci_driver.h
│  │  │  │  │  │  │  ├── syscalls
│  │  │  │  │  │  │  │  │ device.h
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── id
│  │  │  │  │  ├── bt_id_set_scan_own_addr
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ test_suite_invalid_inputs.c
│  │  │  ├── init
│  │  │  │  │ testcase.yaml
│  │  │  ├── mesh
│  │  │  │  ├── brg
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── shell
│  │  │  │  │ testcase.yaml
│  │  │  ├── tester
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── overlay-mesh.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── audio
│  │  │  │  │  │  ├── btp_bap_broadcast.c
│  │  │  │  │  │  │ btp_bap_broadcast.h
│  │  │  │  │  │ btp_mesh.c
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── i2c
│  │  │  │  │  ├── i2c_slave
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── qdec
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_common.dtsi
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── boot
│  │  │  ├── mcuboot_recovery_retention
│  │  │  │  │ sysbuild.conf
│  │  │  ├── test_mcuboot
│  │  │  │  │ sysbuild.conf
│  │  │  ├── with_mcumgr
│  │  │  │  │ testcase.yaml
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── host
│  │  │  │  │  ├── adv
│  │  │  │  │  │  ├── encrypted
│  │  │  │  │  │  │  ├── ead_sample
│  │  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │  │ ead_sample.sh
│  │  │  │  │  ├── att
│  │  │  │  │  │  ├── compile.sh
│  │  │  │  │  │  ├── eatt
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  ├── autoconnect.sh
│  │  │  │  │  │  │  │  ├── collision.sh
│  │  │  │  │  │  │  │  ├── lowres.sh
│  │  │  │  │  │  │  │  ├── multiple_conn.sh
│  │  │  │  │  │  │  │  │ reconfigure.sh
│  │  │  │  │  │  ├── eatt_notif
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ eatt_notif.sh
│  │  │  │  │  │  ├── timeout
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── compile.sh
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ run.sh
│  │  │  │  │  ├── gatt
│  │  │  │  │  │  ├── caching
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ _run_test.sh
│  │  │  │  │  │  ├── ccc_store
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  ├── ccc_store.sh
│  │  │  │  │  │  │  │  │ ccc_store_2.sh
│  │  │  │  │  │  ├── general
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ gatt.sh
│  │  │  │  │  │  ├── notify
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ _run_test.sh
│  │  │  │  │  │  ├── notify_multiple
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ notify.sh
│  │  │  │  │  │  ├── sc_indicate
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ sc_indicate.sh
│  │  │  │  │  ├── security
│  │  │  │  │  │  ├── ccc_update
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  ├── ccc_update.sh
│  │  │  │  │  │  │  │  │ ccc_update_2.sh
│  │  │  │  │  │  ├── security_changed_callback
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ security_changed_callback.sh
│  │  │  │  ├── mesh
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_brg.c
│  │  ├── cmake
│  │  │  ├── hwm
│  │  │  │  ├── board_extend
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  │  ├── native_sim_native_64_two.conf
│  │  │  │  │  │  │ native_sim_native_one.conf
│  │  │  │  │  ├── oot_root
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── arm
│  │  │  │  │  │  │  │  ├── mps2
│  │  │  │  │  │  │  │  │  ├── Kconfig.mps2
│  │  │  │  │  │  │  │  │  ├── board.cmake
│  │  │  │  │  │  │  │  │  ├── board.yml
│  │  │  │  │  │  │  │  │  ├── mps2_an521-common.dtsi
│  │  │  │  │  │  │  │  │  ├── mps2_an521_cputest.dts
│  │  │  │  │  │  │  │  │  │ mps2_an521_cputest_defconfig
│  │  │  │  │  │  │  ├── native
│  │  │  │  │  │  │  │  ├── native_sim_extend
│  │  │  │  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │  │  │  │  │  ├── board.yml
│  │  │  │  │  │  │  │  │  ├── native_sim_native_64_two.dts
│  │  │  │  │  │  │  │  │  ├── native_sim_native_64_two.yaml
│  │  │  │  │  │  │  │  │  ├── native_sim_native_64_two_defconfig
│  │  │  │  │  │  │  │  │  ├── native_sim_native_one.dts
│  │  │  │  │  │  │  │  │  ├── native_sim_native_one.yaml
│  │  │  │  │  │  │  │  │  │ native_sim_native_one_defconfig
│  │  │  │  │  │  ├── soc
│  │  │  │  │  │  │  ├── arm
│  │  │  │  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  │  │  │  │ soc.yml
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── crypto
│  │  │  ├── mbedtls
│  │  │  │  │ CMakeLists.txt
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_accuracy_test
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_kl25z.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ ref_volt.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── adc_error_cases
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ adc_error_cases.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── build_all
│  │  │  │  ├── comparator
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── mcux_acmp
│  │  │  │  │  │  ├── mimxrt1176_mux_dac.dts
│  │  │  │  │  │  ├── mimxrt1176_mux_mux.dts
│  │  │  │  │  │  ├── mke15z7_mux_dac.dts
│  │  │  │  │  │  ├── mke15z7_mux_mux.dts
│  │  │  │  │  │  │ mke15z7_pinctrl.dtsi
│  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  ├── diff.overlay
│  │  │  │  │  │  ├── se.overlay
│  │  │  │  │  │  │ se_aref.overlay
│  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  ├── ext_ref.overlay
│  │  │  │  │  │  │ int_ref.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── regulator
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── can
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── canfd.c
│  │  │  │  │  │  │ classic.c
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── nrf_lf_clock_start
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── onoff
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── comparator
│  │  │  │  ├── gpio_loopback
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_ke15z.overlay
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── snippets
│  │  │  │  │  │  ├── nrf_comp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │ snippet.yml
│  │  │  │  │  │  ├── nrf_lpcomp
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │ snippet.yml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── shell
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── negative_tests
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── i2s
│  │  │  │  ├── i2s_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── i2s_speed
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  ├── mbox
│  │  │  │  ├── mbox_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  ├── pwm
│  │  │  │  ├── pwm_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_fast.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── retained_mem
│  │  │  │  ├── api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_fast.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── spi_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr_launcher.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf51dk_nrf51822.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_fast.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── timer
│  │  │  │  ├── nrf_grtc_timer
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_uart_async.c
│  │  │  │  ├── uart_elementary
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_dual_uart.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr_dual_uart.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── uart_errors
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── uart_mix_fifo_poll
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── uart_pm
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr_xip.overlay
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  ├── kernel
│  │  │  ├── interrupt
│  │  │  │  ├── src
│  │  │  │  │  │ nested_irq.c
│  │  │  ├── sched
│  │  │  │  ├── schedule_api
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── prj_dumb.conf
│  │  │  │  │  │ prj_multiq.conf
│  │  │  ├── timer
│  │  │  │  ├── timer_api
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── timer_behavior
│  │  │  │  │  │ testcase.yaml
│  │  ├── lib
│  │  │  ├── cpp
│  │  │  │  ├── cxx
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── newlib
│  │  │  │  ├── heap_listener
│  │  │  │  │  │ prj.conf
│  │  ├── misc
│  │  │  ├── iterable_sections
│  │  │  │  │ CMakeLists.txt
│  │  ├── net
│  │  │  ├── all
│  │  │  │  │ prj.conf
│  │  │  ├── ipv6
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── lib
│  │  │  │  ├── coap
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── coap_client
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  ├── stubs.c
│  │  │  │  │  │  │ stubs.h
│  │  │  │  ├── dns_addremove
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── dns_resolve
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── http_server
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── core
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── crime
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── tls
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── lwm2m
│  │  │  │  │  ├── interop
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ qemu_cortex_m3.conf
│  │  │  │  │  │  ├── pytest
│  │  │  │  │  │  │  ├── test_blockwise.py
│  │  │  │  │  │  │  │ test_nosec.py
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── mdns_responder
│  │  │  │  │  │ prj.conf
│  │  │  ├── mld
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── offloaded_netdev
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── pm
│  │  │  │  │ prj.conf
│  │  │  ├── socket
│  │  │  │  ├── service
│  │  │  │  │  │ prj.conf
│  │  │  ├── wifi
│  │  │  │  ├── configs
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fcb
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── littlefs
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── zms
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── native_sim.overlay
│  │  │  │  │  │  │ qemu_x86_ev_0x00.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── ipc
│  │  │  │  ├── pbuf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── all_options
│  │  │  │  │  │  │ prj.conf
│  │  │  ├── settings
│  │  │  │  ├── zms
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── settings_test.h
│  │  │  │  │  │  │ settings_test_zms.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── stream
│  │  │  │  │  ├── stream_flash
│  │  │  │  │  │  │ testcase.yaml
│  │ west.yml

Outputs:

Toolchain

Version: 3dd8985b56
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:3dd8985b56_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 1943
    • sdk-zephyr test count: 10180
  • ❌ Integration tests
    • ✅ test-sdk-audio
    • ❌ desktop52_verification
    • ✅ test-fw-nrfconnect-boot
    • ❌ 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_zephyr_lwm2m
    • ✅ test-fw-nrfconnect-nrf-iot_samples
    • ❌ 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
    • ❌ 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-mcuboot
    • ✅ test-sdk-dfu
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-proprietary_esb
    • test-sdk-pmic-samples

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. It will be updated about 10 minutes after the documentation build succeeds.

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2129 branch 7 times, most recently from 6ee8943 to de0dca5 Compare October 24, 2024 13:24
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2129 branch 6 times, most recently from f38d258 to d1450f5 Compare October 30, 2024 12:45
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2129 branch 4 times, most recently from dd04b8b to c86ad3a Compare November 4, 2024 17:54
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2129 branch from c86ad3a to 1d600dc Compare November 5, 2024 08:15
@rlubos rlubos closed this Nov 5, 2024
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-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants