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]dts: nordic: nrf5340: Change nRF5340 IPC backend to icbmsg #17741

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner October 8, 2024 12:25
@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 8, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 8, 2024

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

Name Old Revision New Revision Diff
sidewalk nrfconnect/sdk-sidewalk@b27c0fb nrfconnect/sdk-sidewalk#628 nrfconnect/sdk-sidewalk#628/files
zephyr nrfconnect/sdk-zephyr@91e394a nrfconnect/sdk-zephyr#2080 nrfconnect/sdk-zephyr#2080/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 8, 2024

CI Information

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

Inputs:

Sources:

sidewalk: PR head: 278e89b2367e7ea56aa41e162d70bc0e44808676
sdk-nrf: PR head: 0a70bf91aa88a1636ae08d19125e4f089006bf28
hostap: PR head: 44285310338f423021cc7df2c1056256882a00cc
zephyr: PR head: 50819428a0bf94b2440f5b1e33822aa48ccd9284

more details

sidewalk:

PR head: 278e89b2367e7ea56aa41e162d70bc0e44808676
merge base: 029f0cff6f5d2aff4697dae76aaab9f96a980c8c
target head (main): 46b4ea31f3b9f5748734bee19473daee851c76e2
Diff

sdk-nrf:

PR head: 0a70bf91aa88a1636ae08d19125e4f089006bf28
merge base: 6418bf3b95e22fffca8ecc7205182ffc8a90b0d1
target head (main): 25abb376492c367c976a53cb296e306ebf2a71d3
Diff

hostap:

PR head: 44285310338f423021cc7df2c1056256882a00cc
merge base: 9896a2ea803ec62e0998c0e569f12af88537d647
Diff

zephyr:

PR head: 50819428a0bf94b2440f5b1e33822aa48ccd9284
merge base: beb733919d8d64a778a11bd5e7d5cbe5ae27b8ee
target head (main): 40ac0cca86ebc2a7af34221f643ec616804a02fa
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 (1430)
applications
│  ├── matter_bridge
│  │  ├── boards
│  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  ├── matter_weather_station
│  │  │ app.overlay
boards
│  ├── nordic
│  │  ├── thingy91x
│  │  │  ├── nrf5340_shared_sram_planning_conf.dts
│  │  │  ├── thingy91x_nrf5340_cpuapp_common.dts
│  │  │  │ thingy91x_nrf5340_cpunet.dts
modules
│  ├── 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
samples
│  ├── ipc
│  │  ├── ipc_service
│  │  │  ├── boards
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_icmsg.overlay
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_ns_rpmsg.conf
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_rpmsg.conf
│  │  │  ├── remote
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpunet_icmsg.overlay
│  │  │  │  │  │ nrf5340dk_nrf5340_cpunet_rpmsg.conf
│  │  │  │ sample.yaml
│  ├── matter
│  │  ├── light_bulb
│  │  │  ├── boards
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── light_switch
│  │  │  ├── boards
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── lock
│  │  │  ├── boards
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp.overlay
│  │  │  │  │ nrf7002dk_nrf5340_cpuapp_nrf7001.overlay
│  │  ├── smoke_co_alarm
│  │  │  ├── boards
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  ├── template
│  │  │  ├── boards
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │ nrf7002dk_nrf5340_cpuapp.overlay
│  │  ├── window_covering
│  │  │  ├── boards
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
sidewalk
│  ├── samples
│  │  ├── sid_end_device
│  │  │  ├── boards
│  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │ thingy53_nrf5340_cpuapp.overlay
snippets
│  ├── nrf53-legacy-rpmsg
│  │  ├── cores
│  │  │  ├── cpuapp.overlay
│  │  │  │ cpunet.overlay
│  │  │ snippet.yml
tests
│  ├── subsys
│  │  ├── event_manager_proxy
│  │  │  ├── boards
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  ├── remote
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf5340dk_nrf5340_cpunet.overlay
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
│  │  │  │  │  ├── fault.c
│  │  │  │  │  ├── pm_s2ram.S
│  │  │  │  │  │ pm_s2ram.c
│  │  │  │  ├── mpu
│  │  │  │  │  │ arm_mpu_regions.c
│  ├── boards
│  │  ├── Kconfig
│  │  ├── Kconfig.v1
│  │  ├── Kconfig.v2
│  │  ├── arm
│  │  │  ├── v2m_musca_b1
│  │  │  │  │ pinmux.c
│  │  │  ├── v2m_musca_s1
│  │  │  │  │ pinmux.c
│  │  ├── digilent
│  │  │  ├── arty_a7
│  │  │  │  │ board.c
│  │  ├── ezurio
│  │  │  ├── bl5340_dvk
│  │  │  │  ├── bl5340_dvk_nrf5340_cpuapp_partition_conf.dtsi
│  │  │  │  ├── bl5340_dvk_nrf5340_cpunet_common.dtsi
│  │  │  │  │ bl5340_dvk_nrf5340_shared_sram_planning_conf.dtsi
│  │  ├── intel
│  │  │  ├── adsp
│  │  │  │  ├── Kconfig.intel_adsp
│  │  │  │  ├── board.yml
│  │  │  │  ├── intel_adsp_ace30_defconfig
│  │  │  │  ├── intel_adsp_ace30_ptl.yaml
│  │  │  │  │ intel_adsp_ace30_ptl_sim.yaml
│  │  ├── 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
│  │  │  ├── nrf9160dk
│  │  │  │  ├── board.c
│  │  │  │  │ nrf52840_reset.c
│  │  │  ├── 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
│  │  ├── nxp
│  │  │  ├── frdm_mcxa156
│  │  │  │  │ board.c
│  │  │  ├── frdm_mcxn236
│  │  │  │  │ board.c
│  │  │  ├── frdm_mcxn947
│  │  │  │  │ board.c
│  │  ├── 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
│  │  ├── silabs
│  │  │  ├── dev_kits
│  │  │  │  ├── sltb004a
│  │  │  │  │  │ board.c
│  ├── 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
│  │  │  ├── pm
│  │  │  │  ├── device_runtime.rst
│  │  │  │  │ power_domain.rst
│  │  │  ├── storage
│  │  │  │  ├── index.rst
│  │  │  │  ├── zms
│  │  │  │  │  │ zms.rst
│  │  │ zephyr.doxyfile.in
│  ├── drivers
│  │  ├── CMakeLists.txt
│  │  ├── Kconfig
│  │  ├── adc
│  │  │  ├── adc_gd32.c
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── audio
│  │  │  ├── Kconfig.dmic_pdm_nrfx
│  │  │  ├── dmic_mcux.c
│  │  │  │ dmic_nrfx_pdm.c
│  │  ├── cache
│  │  │  │ Kconfig.nrf
│  │  ├── clock_control
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_gd32.c
│  │  │  ├── clock_control_ifx_cat1.c
│  │  │  ├── clock_control_litex.h
│  │  │  ├── clock_control_max32.c
│  │  │  ├── clock_control_mcux_ccm.c
│  │  │  ├── clock_control_mcux_scg.c
│  │  │  ├── clock_control_mcux_sim.c
│  │  │  ├── 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
│  │  │  ├── clock_control_nrf2_lfclk.c
│  │  │  ├── clock_control_renesas_ra.c
│  │  │  ├── clock_control_renesas_ra_cgc.c
│  │  │  ├── clock_control_smartbond.c
│  │  │  │ clock_stm32_ll_wb0.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
│  │  ├── counter
│  │  │  ├── counter_mcux_snvs.c
│  │  │  │ counter_smartbond_timer.c
│  │  ├── dai
│  │  │  ├── intel
│  │  │  │  ├── dmic
│  │  │  │  │  ├── dmic.c
│  │  │  │  │  ├── dmic.h
│  │  │  │  │  │ dmic_nhlt.c
│  │  │  │  ├── ssp
│  │  │  │  │  ├── dai-params-intel-ipc4.h
│  │  │  │  │  ├── ssp.c
│  │  │  │  │  │ ssp.h
│  │  ├── disk
│  │  │  ├── flashdisk.c
│  │  │  │ sdmmc_stm32.c
│  │  ├── dma
│  │  │  ├── dma_intel_adsp_hda.c
│  │  │  ├── dma_mcux_edma.c
│  │  │  ├── dma_stm32.c
│  │  │  ├── dma_stm32_bdma.c
│  │  │  │ dmamux_stm32.c
│  │  ├── dp
│  │  │  ├── swdp_bitbang.c
│  │  │  │ swdp_ll_pin.h
│  │  ├── entropy
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf_prng
│  │  │  ├── Kconfig.psa_crypto
│  │  │  │ fake_entropy_nrf_prng.c
│  │  ├── espi
│  │  │  │ espi_mchp_xec_host_v2.c
│  │  ├── ethernet
│  │  │  ├── eth_stm32_hal.c
│  │  │  ├── nxp_enet
│  │  │  │  ├── eth_mcux.c
│  │  │  │  │ eth_nxp_enet.c
│  │  │  ├── phy
│  │  │  │  │ phy_adin2111.c
│  │  ├── flash
│  │  │  ├── Kconfig.nrf_rram
│  │  │  ├── nrf_qspi_nor.c
│  │  │  ├── soc_flash_lpc.c
│  │  │  ├── soc_flash_mcux.c
│  │  │  │ soc_flash_nrf.c
│  │  ├── gpio
│  │  │  ├── gpio_esp32.c
│  │  │  ├── gpio_gd32.c
│  │  │  ├── gpio_lpc11u6x.c
│  │  │  ├── gpio_mchp_xec.c
│  │  │  ├── gpio_nrfx.c
│  │  │  ├── gpio_nxp_s32.c
│  │  │  ├── gpio_renesas_ra_ioport.c
│  │  │  ├── gpio_sam0.c
│  │  │  ├── gpio_stm32.c
│  │  │  │ gpio_xlnx_axi.c
│  │  ├── i2c
│  │  │  │ i2c_esp32.c
│  │  ├── i2s
│  │  │  │ i2s_litex.c
│  │  ├── interrupt_controller
│  │  │  │ intc_mchp_ecia_xec.c
│  │  ├── led_strip
│  │  │  │ lpd880x.c
│  │  ├── lora
│  │  │  │ shell.c
│  │  ├── mbox
│  │  │  │ mbox_nrf_vevif_task_rx.c
│  │  ├── memc
│  │  │  │ memc_nxp_s32_qspi.c
│  │  ├── misc
│  │  │  ├── coresight
│  │  │  │  │ Kconfig
│  │  ├── modem
│  │  │  │ modem_cellular.c
│  │  ├── pinctrl
│  │  │  ├── pinctrl_esp32.c
│  │  │  ├── pinctrl_ite_it8xxx2.c
│  │  │  ├── pinctrl_kinetis.c
│  │  │  │ pinctrl_nrf.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  │  ├── retained_mem
│  │  │  │ Kconfig.nrf
│  │  ├── rtc
│  │  │  │ rtc_smartbond.c
│  │  ├── sensor
│  │  │  ├── bosch
│  │  │  │  ├── bmi08x
│  │  │  │  │  │ bmi08x.h
│  │  │  ├── nordic
│  │  │  │  ├── qdec_nrfx
│  │  │  │  │  │ qdec_nrfx.c
│  │  │  ├── nxp
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── mcux_acmp
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ mcux_acmp.c
│  │  │  ├── st
│  │  │  │  ├── stm32_temp
│  │  │  │  │  │ stm32_temp.c
│  │  │  │  ├── stm32_vbat
│  │  │  │  │  │ stm32_vbat.c
│  │  │  │  ├── stm32_vref
│  │  │  │  │  │ stm32_vref.c
│  │  ├── serial
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── Kconfig.nrfx_uart_instance
│  │  │  ├── leuart_gecko.c
│  │  │  ├── serial_test.c
│  │  │  ├── uart_async_to_irq.c
│  │  │  ├── uart_cmsdk_apb.c
│  │  │  ├── uart_emul.c
│  │  │  ├── uart_lpc11u6x.c
│  │  │  ├── uart_lpc11u6x.h
│  │  │  ├── uart_miv.c
│  │  │  ├── uart_nrfx_uart.c
│  │  │  ├── uart_nrfx_uarte.c
│  │  │  │ uart_nrfx_uarte2.c
│  │  ├── spi
│  │  │  ├── spi_dw.c
│  │  │  ├── spi_nrfx_spim.c
│  │  │  ├── spi_smartbond.c
│  │  │  │ spi_xec_qmspi.c
│  │  ├── timer
│  │  │  ├── Kconfig.nrf_grtc
│  │  │  ├── mcux_os_timer.c
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ smartbond_timer.c
│  │  ├── usb
│  │  │  ├── common
│  │  │  │  │ usb_dwc2_hw.h
│  │  │  ├── device
│  │  │  │  ├── usb_dc_mcux.c
│  │  │  │  │ usb_dc_nrfx.c
│  │  │  ├── udc
│  │  │  │  ├── Kconfig.dwc2
│  │  │  │  ├── udc_dwc2.c
│  │  │  │  ├── udc_dwc2.h
│  │  │  │  ├── udc_dwc2_vendor_quirks.h
│  │  │  │  │ udc_nrf.c
│  │  ├── watchdog
│  │  │  │ wdt_esp32.c
│  │  ├── 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
│  │  │  │  │  │  │  │ spi_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_ipc.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
│  │  │  ├── base
│  │  │  │  ├── base.yaml
│  │  │  │  │ pm.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
│  │  │  ├── power-domain
│  │  │  │  ├── intel,adsp-power-domain.yaml
│  │  │  │  ├── nxp,scu-pd.yaml
│  │  │  │  ├── power-domain-gpio-monitor.yaml
│  │  │  │  ├── power-domain-gpio.yaml
│  │  │  │  │ power-domain.yaml
│  │  │  ├── power
│  │  │  │  │ nordic,nrf-gpd.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
│  │  │  │  ├── nrf5340_shared_sram_partition.dtsi
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l15.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  ├── nrf9280.dtsi
│  │  │  │  │ nrf_common.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20_cpuflpr.dtsi
│  │  ├── xtensa
│  │  │  ├── intel
│  │  │  │  ├── intel_adsp_ace15_mtpm.dtsi
│  │  │  │  ├── intel_adsp_ace20_lnl.dtsi
│  │  │  │  ├── intel_adsp_ace30.dtsi
│  │  │  │  │ intel_adsp_ace30_ptl.dtsi
│  │  │  ├── nxp
│  │  │  │  │ nxp_imx8.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
│  │  │  ├── device.h
│  │  │  ├── devicetree.h
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ stm32_clock_control.h
│  │  │  │  ├── comparator.h
│  │  │  │  ├── comparator
│  │  │  │  │  ├── fake_comp.h
│  │  │  │  │  ├── mcux_acmp.h
│  │  │  │  │  ├── nrf_comp.h
│  │  │  │  │  │ nrf_lpcomp.h
│  │  │  │  ├── emul.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
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  │  │  │  ├── power
│  │  │  │  │  │ nordic-nrf-gpd.h
│  │  │  │  ├── reserved-memory
│  │  │  │  │  │ nordic-owned-memory.h
│  │  │  ├── fs
│  │  │  │  │ zms.h
│  │  │  ├── ipc
│  │  │  │  │ pbuf.h
│  │  │  ├── linker
│  │  │  │  │ linker-defs.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
│  │  │  │  ├── policy.h
│  │  │  │  │ state.h
│  │  │  ├── storage
│  │  │  │  │ flash_map.h
│  ├── kernel
│  │  ├── Kconfig
│  │  ├── banner.c
│  │  ├── init.c
│  │  │ xip.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
│  │  │  ├── button
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── threads
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── 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
│  │  │  ├── central_otc
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── direction_finding_central
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_rx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_tx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_peripheral
│  │  │  │  │ sample.yaml
│  │  │  ├── encrypted_advertising
│  │  │  │  ├── central
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── peripheral
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── hci_ipc
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── 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
│  │  │  ├── iso_receive
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mesh_provisioner
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── pbp_public_broadcast_sink
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── pbp_public_broadcast_source
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── periodic_sync
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_hids
│  │  │  │  ├── src
│  │  │  │  │  │ hog.c
│  │  │  ├── peripheral_hr
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── boards
│  │  │  ├── espressif
│  │  │  │  ├── deep_sleep
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── light_sleep
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── nordic
│  │  │  │  ├── battery
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ battery.c
│  │  │  │  ├── 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
│  │  │  ├── nxp
│  │  │  │  ├── mimxrt1060_evk
│  │  │  │  │  ├── system_off
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── st
│  │  │  │  ├── i2c_timing
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── mco
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── power_mgmt
│  │  │  │  │  ├── standby_shutdown
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── wkup_pins
│  │  │  │  │  │  ├── 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
│  │  │  ├── espi
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── lora
│  │  │  │  ├── receive
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── send
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── 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
│  │  ├── shields
│  │  │  ├── x_nucleo_53l0a1
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── 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
│  │  │  │  ├── osdp
│  │  │  │  │  ├── control_panel
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── peripheral_device
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── settings
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── task_wdt
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── sysbuild
│  │  │  ├── hello_world
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── sysbuild.cmake
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.conf
│  │  ├── tfm_integration
│  │  │  ├── psa_crypto
│  │  │  │  │ sample.yaml
│  ├── scripts
│  │  ├── checkpatch
│  │  │  │ typedefsfile
│  │  ├── 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
│  │  ├── arm
│  │  │  ├── beetle
│  │  │  │  │ power.c
│  │  ├── atmel
│  │  │  ├── sam
│  │  │  │  ├── common
│  │  │  │  │  │ soc_power.c
│  │  ├── intel
│  │  │  ├── intel_adsp
│  │  │  │  ├── ace
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.defconfig.ace30
│  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── ace30
│  │  │  │  │  │  │  ├── adsp_boot.h
│  │  │  │  │  │  │  ├── adsp_interrupt.h
│  │  │  │  │  │  │  ├── adsp_ipc_regs.h
│  │  │  │  │  │  │  ├── adsp_power.h
│  │  │  │  │  │  │  ├── adsp_shim.h
│  │  │  │  │  │  │  │ dmic_regs_ace3x.h
│  │  │  │  │  │  │ dmic_regs.h
│  │  │  │  ├── common
│  │  │  │  │  ├── clk.c
│  │  │  │  │  ├── include
│  │  │  │  │  │  │ adsp_clk.h
│  │  │  │  │  │ mem_window.c
│  │  │  │  │ soc.yml
│  │  ├── ite
│  │  │  ├── ec
│  │  │  │  ├── it8xxx2
│  │  │  │  │  │ soc.c
│  │  ├── microchip
│  │  │  ├── mec
│  │  │  │  ├── common
│  │  │  │  │  │ soc_dt.h
│  │  │  │  ├── mec172x
│  │  │  │  │  │ device_power.c
│  │  ├── native
│  │  │  ├── inf_clock
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── native_remap.c
│  │  │  │  │ soc.h
│  │  ├── nordic
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.peripherals
│  │  │  │  ├── dmm.h
│  │  │  │  ├── nrf54hx_nrf92x_mpu_regions.c
│  │  │  │  ├── nrf_sys_event.c
│  │  │  │  ├── nrf_sys_event.h
│  │  │  │  ├── pinctrl_soc.h
│  │  │  │  ├── soc_lrcconf.c
│  │  │  │  ├── soc_lrcconf.h
│  │  │  │  ├── vpr
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── nrf52
│  │  │  │  │ soc.c
│  │  │  ├── nrf53
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuflpr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuppr
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── gpd
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── gpd.c
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrf
│  │  │  │  │  │  │  │ gpd.h
│  │  │  │  ├── 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
│  │  │  │  │ soc.c
│  │  │  ├── validate_base_addresses.c
│  │  │  │ validate_enabled_instances.c
│  │  ├── nxp
│  │  │  ├── imx
│  │  │  │  ├── imx6sx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imx7d
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imx8m
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── a53
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m4_mini
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m4_quad
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m7
│  │  │  │  │  │  │ soc.c
│  │  │  ├── imxrt
│  │  │  │  ├── imxrt10xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── flexspi.c
│  │  │  │  │  ├── lpm_rt1064.c
│  │  │  │  │  ├── power.c
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt118x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt11xx
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt5xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── cm33
│  │  │  │  │  │  ├── power.c
│  │  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt6xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── cm33
│  │  │  │  │  │  ├── soc.c
│  │  │  │  │  │  │ soc.h
│  │  │  ├── kinetis
│  │  │  │  ├── k2x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── k6x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── k8x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── ke1xf
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── ke1xz
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kl2x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kv5x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kwx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── soc_kw2xd.c
│  │  │  │  │  │ soc_kw4xz.c
│  │  │  ├── lpc
│  │  │  │  ├── lpc51u68
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── lpc55xxx
│  │  │  │  │  │ soc.c
│  │  │  ├── mcx
│  │  │  │  ├── mcxc
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  ├── rw
│  │  │  │  ├── Kconfig
│  │  │  │  ├── power.c
│  │  │  │  │ soc.c
│  │  │  ├── s32
│  │  │  │  ├── s32k1
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── s32k3
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── s32ze
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  ├── openisa
│  │  │  ├── rv32m1
│  │  │  │  │ soc.c
│  │  ├── renesas
│  │  │  ├── ra
│  │  │  │  ├── ra4m1
│  │  │  │  │  │ soc.c
│  │  │  ├── smartbond
│  │  │  │  ├── da1469x
│  │  │  │  │  │ power.c
│  │  ├── snps
│  │  │  ├── arc_iot
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── emsk
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc_config.c
│  │  ├── st
│  │  │  ├── stm32
│  │  │  │  ├── stm32h7x
│  │  │  │  │  │ mpu_regions.c
│  │  ├── xlnx
│  │  │  ├── zynq7000
│  │  │  │  ├── xc7zxxx
│  │  │  │  │  │ soc.c
│  │  │  │  ├── xc7zxxxs
│  │  │  │  │  │ soc.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── Kconfig
│  │  │  ├── common
│  │  │  │  │ Kconfig
│  │  │  ├── controller
│  │  │  │  ├── Kconfig
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi.h
│  │  │  │  │  │  │  │  │  │ radio_nrf5_fem.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
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── device.c
│  │  │  ├── policy.c
│  │  │  ├── policy
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── policy_default.c
│  │  │  │  ├── policy_device_lock.c
│  │  │  │  ├── policy_events.c
│  │  │  │  ├── policy_latency.c
│  │  │  │  │ policy_state_lock.c
│  │  ├── settings
│  │  │  ├── Kconfig
│  │  │  ├── include
│  │  │  │  ├── settings
│  │  │  │  │  │ settings_zms.h
│  │  │  ├── src
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ settings_zms.c
│  │  ├── tracing
│  │  │  ├── sysview
│  │  │  │  │ sysview_config.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  ├── class
│  │  │  │  │  │ cdc_acm.c
│  │  │  │  │ usb_device.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
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  ├── linker
│  │  │  │  │  │  │  │  │ linker-defs.h
│  │  │  ├── 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_common.dtsi
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  │ 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
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_adc.c
│  │  │  │  ├── 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
│  │  │  │  ├── power_domain
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.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
│  │  │  │  ├── stm32_clock_configuration
│  │  │  │  │  ├── stm32_common_devices
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_adc.c
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_i2c.c
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_i2s.c
│  │  │  │  │  │  │  │ test_stm32_clock_configuration_lptim.c
│  │  │  │  │  ├── stm32h7_devices
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ test_stm32_clock_configuration.c
│  │  │  ├── 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
│  │  │  ├── counter
│  │  │  │  ├── counter_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  ├── eeprom
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── negative_tests
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── gpio
│  │  │  │  ├── gpio_basic_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │ test_gpio.h
│  │  │  │  ├── gpio_reserved_ranges
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── i2c
│  │  │  │  ├── i2c_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c.c
│  │  │  │  ├── i2c_ram
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c_ram.c
│  │  │  │  ├── i2c_tca954x
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── 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
│  │  │  ├── memc
│  │  │  │  ├── ram
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── pwm
│  │  │  │  ├── pwm_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_fast.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_pwm.c
│  │  │  │  │  │ 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
│  │  │  ├── smbus
│  │  │  │  ├── smbus_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── test_smbus.c
│  │  │  │  │  │  │ test_smbus_qemu.c
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── README.txt
│  │  │  │  │  ├── 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
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_wdt.c
│  │  │  │  ├── wdt_basic_reset_none
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── kernel
│  │  │  ├── device
│  │  │  │  ├── app.overlay
│  │  │  │  ├── boards
│  │  │  │  │  │ hifive_unmatched.overlay
│  │  │  ├── interrupt
│  │  │  │  ├── src
│  │  │  │  │  │ nested_irq.c
│  │  │  ├── mem_protect
│  │  │  │  ├── sys_sem
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── mutex
│  │  │  │  ├── sys_mutex
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── queue
│  │  │  │  ├── boards
│  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── sched
│  │  │  │  ├── schedule_api
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── prj_dumb.conf
│  │  │  │  │  │ prj_multiq.conf
│  │  │  ├── timer
│  │  │  │  ├── timer_api
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── timer_behavior
│  │  │  │  │  │ testcase.yaml
│  │  ├── lib
│  │  │  ├── c_lib
│  │  │  │  ├── thrd
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── cpp
│  │  │  │  ├── cxx
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── devicetree
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── 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
│  │  │  ├── pm
│  │  │  │  ├── device_driver_init
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── device_power_domains
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── power_domain
│  │  │  │  │  │ app.overlay
│  │  │  ├── 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: add720b6d9
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:add720b6d9_912848a074

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1990
    • sdk-zephyr test count: 10180
  • 🟡 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_libmodem-nrf
    • ✅ 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-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 NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2080 branch from e9e03d2 to 6d7d96b Compare October 8, 2024 12:34
@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-2080 branch from 6d7d96b to 4e8ffee Compare October 9, 2024 06:33
@dchat-nordic dchat-nordic added this to the 2.8.0 milestone Oct 9, 2024
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2080 branch from 4e8ffee to 82c1cb8 Compare October 9, 2024 12:08
@dchat-nordic dchat-nordic force-pushed the auto-manifest-sdk-zephyr-2080 branch 2 times, most recently from e8301a8 to 75d5e9a Compare October 10, 2024 09:16
@dchat-nordic dchat-nordic requested review from a team as code owners October 10, 2024 09:16
@dchat-nordic dchat-nordic force-pushed the auto-manifest-sdk-zephyr-2080 branch from 75d5e9a to ebbbe41 Compare October 10, 2024 12:05
@gmarull
Copy link
Member

gmarull commented Oct 10, 2024

handled here #17721

@gmarull gmarull closed this Oct 10, 2024
@dchat-nordic dchat-nordic reopened this Oct 18, 2024
@dchat-nordic dchat-nordic force-pushed the auto-manifest-sdk-zephyr-2080 branch from ebbbe41 to cda88ab Compare October 18, 2024 09:23
@dchat-nordic dchat-nordic requested review from a team as code owners October 18, 2024 09:23
@dchat-nordic dchat-nordic removed this from the 2.8.0 milestone Oct 18, 2024
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2080 branch 2 times, most recently from 04e2f65 to 367cbb7 Compare October 18, 2024 10:01
@dchat-nordic dchat-nordic force-pushed the auto-manifest-sdk-zephyr-2080 branch from 367cbb7 to 31bf4ee Compare October 18, 2024 11:56
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2080 branch from 31bf4ee to 4d8b7a5 Compare October 21, 2024 09:00
@dchat-nordic dchat-nordic force-pushed the auto-manifest-sdk-zephyr-2080 branch from 4d8b7a5 to a43abbb Compare October 21, 2024 09:01
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2080 branch from a43abbb to 65f2015 Compare October 24, 2024 09:20
@dchat-nordic dchat-nordic force-pushed the auto-manifest-sdk-zephyr-2080 branch from 65f2015 to dd43f13 Compare October 24, 2024 09:21
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2080 branch from 622e234 to 9543a92 Compare October 30, 2024 07:11
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2080 branch from 9543a92 to 0a70bf9 Compare November 7, 2024 08:26
NordicBuilder and others added 5 commits November 7, 2024 09:39
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Align nRF5340 shared IPC configuration to upstream changes.

Signed-off-by: Dominik Chat <[email protected]>
Align all IPC overlays for nRF5340, now icbmsg is used.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
Add a snipptet which enables the rpmsg backend
for ipc for nrf5340 target.

Signed-off-by: Dominik Chat <[email protected]>
Adjust ipc_service sample for icbmsg backend.

Signed-off-by: Dominik Chat <[email protected]>
@dchat-nordic dchat-nordic force-pushed the auto-manifest-sdk-zephyr-2080 branch from 0a70bf9 to 02eea7e Compare November 7, 2024 08:40
@simensrostad simensrostad removed the request for review from a team November 7, 2024 11:21
Copy link

github-actions bot commented Dec 9, 2024

This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Dec 9, 2024
@github-actions github-actions bot closed this Dec 19, 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. CI-force-downstream DNM manifest manifest-sidewalk manifest-zephyr Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants