Skip to content

manifest: sdk-zephyr: [nrf fromlist] arch:riscv: Support for Direct ISRs for RISCV targets #22402

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

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

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder requested review from a team as code owners May 19, 2025 11:45
@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 May 19, 2025
@NordicBuilder
Copy link
Contributor Author

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@e9df3c5 (main) nrfconnect/sdk-zephyr#2888 nrfconnect/sdk-zephyr#2888/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented May 19, 2025

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: 8cdcc33c6e5c7618ca4e77ff19a0eab557cc4bd5
nrf_hw_models: PR head: b84bd7314a239f818e78f6927f5673247816df53
trusted-firmware-m: PR head: fa020a8b001843bb5a115bc4692eaf6787e3d1de
sdk-nrf: PR head: a1ce6bccb272a4d238b4d728b7c9051878001bbf
mcuboot: PR head: a2bc982b3379d51fefda3e17a6a067342dce1a8b
mbedtls: PR head: 4952e1328529ee549d412b498ea71c54f30aa3b1
hostap: PR head: 219b1f75d6452aafd1aff1912cc07dd132f753fa
zephyr: PR head: 9fba16335f631cb60fdc3c8da4437131a2f5346b

more details

hal_nordic:

PR head: 8cdcc33c6e5c7618ca4e77ff19a0eab557cc4bd5
merge base: 8cdcc33c6e5c7618ca4e77ff19a0eab557cc4bd5
Diff

nrf_hw_models:

PR head: b84bd7314a239f818e78f6927f5673247816df53
merge base: b84bd7314a239f818e78f6927f5673247816df53
Diff

trusted-firmware-m:

PR head: fa020a8b001843bb5a115bc4692eaf6787e3d1de
merge base: fa020a8b001843bb5a115bc4692eaf6787e3d1de
Diff

sdk-nrf:

PR head: a1ce6bccb272a4d238b4d728b7c9051878001bbf
merge base: 3c6de65d5d2ab9ac4edb6174f1e24e37708ec535
target head (main): 3c6de65d5d2ab9ac4edb6174f1e24e37708ec535
Diff

mcuboot:

PR head: a2bc982b3379d51fefda3e17a6a067342dce1a8b
merge base: a2bc982b3379d51fefda3e17a6a067342dce1a8b
Diff

mbedtls:

PR head: 4952e1328529ee549d412b498ea71c54f30aa3b1
merge base: 4952e1328529ee549d412b498ea71c54f30aa3b1
Diff

hostap:

PR head: 219b1f75d6452aafd1aff1912cc07dd132f753fa
merge base: 219b1f75d6452aafd1aff1912cc07dd132f753fa
Diff

zephyr:

PR head: 9fba16335f631cb60fdc3c8da4437131a2f5346b
merge base: fdeb7350171279d4637c536fcceaad3fbb775392
target head (main): e9df3c5c074e01d94e3797e286096f252b50d6b9
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 (1901)
bootloader
│  │ mcuboot
modules
│  ├── bsim_hw_models
│  │  │ nrf_hw_models
│  ├── crypto
│  │  │ mbedtls
│  ├── hal
│  │  │ nordic
│  ├── lib
│  │  │ hostap
│  ├── tee
│  │  ├── tf-m
│  │  │  │ trusted-firmware-m
west.yml
zephyr
│  ├── .github
│  │  ├── test-spec.yml
│  │  ├── workflows
│  │  │  ├── commit-tags.yml
│  │  │  ├── compliance.yml
│  │  │  │ manifest-PR.yml
│  ├── Jenkinsfile
│  ├── MAINTAINERS.yml
│  ├── arch
│  │  ├── arc
│  │  │  ├── Kconfig
│  │  │  ├── core
│  │  │  │  ├── fault.c
│  │  │  │  ├── irq_offload.c
│  │  │  │  ├── thread.c
│  │  │  │  │ tls.c
│  │  ├── arm
│  │  │  ├── core
│  │  │  │  ├── cortex_a_r
│  │  │  │  │  ├── fault.c
│  │  │  │  │  ├── swap_helper.S
│  │  │  │  │  │ thread.c
│  │  │  │  ├── cortex_m
│  │  │  │  │  ├── pm_s2ram.S
│  │  │  │  │  ├── pm_s2ram.c
│  │  │  │  │  ├── reset.S
│  │  │  │  │  ├── swap_helper.S
│  │  │  │  │  ├── thread.c
│  │  │  │  │  │ thread_abort.c
│  │  │  │  ├── mpu
│  │  │  │  │  │ arm_mpu_regions.c
│  │  │  ├── include
│  │  │  │  ├── cortex_a_r
│  │  │  │  │  │ kernel_arch_func.h
│  │  │  │  ├── cortex_m
│  │  │  │  │  │ kernel_arch_func.h
│  │  ├── arm64
│  │  │  ├── core
│  │  │  │  ├── cortex_r
│  │  │  │  │  │ arm_mpu.c
│  │  │  │  ├── fatal.c
│  │  │  │  ├── fpu.c
│  │  │  │  ├── mmu.c
│  │  │  │  ├── smp.c
│  │  │  │  │ thread.c
│  │  ├── posix
│  │  │  ├── core
│  │  │  │  ├── swap.c
│  │  │  │  │ thread.c
│  │  ├── riscv
│  │  │  ├── Kconfig
│  │  │  ├── core
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── fatal.c
│  │  │  │  ├── fpu.c
│  │  │  │  ├── irq_manage.c
│  │  │  │  ├── isr.S
│  │  │  │  ├── pmp.c
│  │  │  │  ├── stacktrace.c
│  │  │  │  │ thread.c
│  │  ├── sparc
│  │  │  ├── core
│  │  │  │  │ thread.c
│  │  ├── x86
│  │  │  ├── core
│  │  │  │  ├── fatal.c
│  │  │  │  ├── ia32
│  │  │  │  │  │ float.c
│  │  │  │  ├── userspace.c
│  │  │  │  │ x86_mmu.c
│  │  ├── xtensa
│  │  │  ├── core
│  │  │  │  ├── fatal.c
│  │  │  │  ├── ptables.c
│  │  │  │  ├── thread.c
│  │  │  │  │ vector_handlers.c
│  ├── boards
│  │  ├── aconno
│  │  │  ├── acn52832
│  │  │  │  │ board.cmake
│  │  ├── actinius
│  │  │  ├── icarus
│  │  │  │  │ board.cmake
│  │  │  ├── icarus_bee
│  │  │  │  │ board.cmake
│  │  │  ├── icarus_som
│  │  │  │  │ board.cmake
│  │  │  ├── icarus_som_dk
│  │  │  │  │ board.cmake
│  │  ├── adafruit
│  │  │  ├── itsybitsy
│  │  │  │  │ board.cmake
│  │  │  ├── nrf52_adafruit_feather
│  │  │  │  │ board.cmake
│  │  ├── atmarktechno
│  │  │  ├── degu_evk
│  │  │  │  │ board.cmake
│  │  ├── bbc
│  │  │  ├── microbit
│  │  │  │  │ board.cmake
│  │  │  ├── microbit_v2
│  │  │  │  │ board.cmake
│  │  ├── bcdevices
│  │  │  ├── plt_demo_v2
│  │  │  │  │ board.cmake
│  │  ├── circuitdojo
│  │  │  ├── feather
│  │  │  │  │ board.cmake
│  │  ├── contextualelectronics
│  │  │  ├── abc
│  │  │  │  │ board.cmake
│  │  ├── croxel
│  │  │  ├── croxel_cx1825
│  │  │  │  │ board.cmake
│  │  ├── ct
│  │  │  ├── ctcc
│  │  │  │  │ board.cmake
│  │  ├── ebyte
│  │  │  ├── e73_tbb
│  │  │  │  │ board.cmake
│  │  ├── electronut
│  │  │  ├── nrf52840_papyr
│  │  │  │  │ board.cmake
│  │  ├── ezurio
│  │  │  ├── bl5340_dvk
│  │  │  │  ├── bl5340_dvk_nrf5340_cpuapp_partition_conf.dtsi
│  │  │  │  ├── bl5340_dvk_nrf5340_cpunet_common.dtsi
│  │  │  │  ├── bl5340_dvk_nrf5340_shared_sram_planning_conf.dtsi
│  │  │  │  │ board.cmake
│  │  │  ├── bl652_dvk
│  │  │  │  │ board.cmake
│  │  │  ├── bl653_dvk
│  │  │  │  │ board.cmake
│  │  │  ├── bl654_dvk
│  │  │  │  │ board.cmake
│  │  │  ├── bl654_sensor_board
│  │  │  │  │ board.cmake
│  │  │  ├── bt510
│  │  │  │  │ board.cmake
│  │  │  ├── bt610
│  │  │  │  │ board.cmake
│  │  │  ├── mg100
│  │  │  │  │ board.cmake
│  │  │  ├── pinnacle_100_dvk
│  │  │  │  │ board.cmake
│  │  │  ├── rm1xx_dvk
│  │  │  │  │ board.cmake
│  │  ├── holyiot
│  │  │  ├── yj16019
│  │  │  │  │ board.cmake
│  │  ├── innblue
│  │  │  ├── innblue21
│  │  │  │  │ board.cmake
│  │  │  ├── innblue22
│  │  │  │  │ board.cmake
│  │  ├── lilygo
│  │  │  ├── ttgo_t7v1_5
│  │  │  │  │ ttgo_t7v1_5_esp32_procpu.yaml
│  │  ├── makerdiary
│  │  │  ├── nrf52840_mdk_usb_dongle
│  │  │  │  │ board.cmake
│  │  ├── native
│  │  │  ├── native_posix
│  │  │  │  │ irq_handler.c
│  │  │  ├── native_sim
│  │  │  │  │ irq_handler.c
│  │  │  ├── nrf_bsim
│  │  │  │  ├── doc
│  │  │  │  │  ├── nrf52_bsim.rst
│  │  │  │  │  │ nrf54l15bsim.rst
│  │  │  │  ├── irq_handler.c
│  │  │  │  ├── nrf52_bsim.dts
│  │  │  │  ├── nrf52_bsim_defconfig
│  │  │  │  ├── nrf5340bsim_nrf5340_cpuapp.dts
│  │  │  │  │ nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  ├── nordic
│  │  │  ├── nrf21540dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf51dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf51dongle
│  │  │  │  │ board.cmake
│  │  │  ├── nrf52833dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf52840dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf52840dongle
│  │  │  │  │ board.cmake
│  │  │  ├── nrf52dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf5340_audio_dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf5340dk
│  │  │  │  ├── board.cmake
│  │  │  │  │ nrf5340dk_nrf5340_cpuapp_ns.yaml
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── Kconfig.nrf54h20dk
│  │  │  │  ├── board.yml
│  │  │  │  ├── nrf54h20dk_nrf54h20-common.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-pinctrl.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron_0_9_0.yaml
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron_defconfig
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.dts
│  │  │  ├── nrf54l09pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l09pdk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── nrf54l09_cpuapp_common.dtsi
│  │  │  │  ├── nrf54l09pdk_nrf54l09-common.dtsi
│  │  │  │  ├── nrf54l09pdk_nrf54l09-pinctrl.dtsi
│  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuflpr.dts
│  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuflpr.yaml
│  │  │  │  │ nrf54l09pdk_nrf54l09_cpuflpr_defconfig
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l15dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── nrf54l15dk_common.dtsi
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.yaml
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns.dts
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns.yaml
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_ns_defconfig
│  │  │  │  │ nrf54l15dk_nrf54l_05_10_15-pinctrl.dtsi
│  │  │  ├── nrf54l20pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l20pdk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf54l20_cpuapp_common.dtsi
│  │  │  │  ├── nrf54l20pdk_nrf54l20-common.dtsi
│  │  │  │  ├── nrf54l20pdk_nrf54l20-pinctrl.dtsi
│  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuapp.yaml
│  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuflpr.dts
│  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuflpr.yaml
│  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr_defconfig
│  │  │  ├── nrf7002dk
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf7002dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_defconfig
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_nrf7001_ns.dts
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_nrf7001_ns.yaml
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_nrf7001_ns_defconfig
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_ns.dts
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_ns.yaml
│  │  │  │  ├── nrf7002dk_nrf5340_cpuapp_ns_defconfig
│  │  │  │  │ nrf7002dk_spi_nrfutil_config.json
│  │  │  ├── nrf9131ek
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  │ board.cmake
│  │  │  ├── nrf9151dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf9160dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── nrf9160dk_nrf9160_ns_0_14_0.yaml
│  │  │  │  │ nrf9160dk_nrf9160_ns_0_7_0.yaml
│  │  │  ├── nrf9161dk
│  │  │  │  │ board.cmake
│  │  │  ├── nrf9280pdk
│  │  │  │  ├── nrf9280pdk_nrf9280-pinctrl.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.yaml
│  │  │  │  │ nrf9280pdk_nrf9280_cpurad.dts
│  │  │  ├── thingy52
│  │  │  │  │ board.cmake
│  │  │  ├── thingy53
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── board.cmake
│  │  │  │  ├── pm_static_thingy53_nrf5340_cpuapp.yml
│  │  │  │  ├── pm_static_thingy53_nrf5340_cpuapp_ns.yml
│  │  │  │  ├── thingy53_nrf5340_common.dtsi
│  │  │  │  │ thingy53_qspi_nrfutil_config.json
│  │  ├── norik
│  │  │  ├── octopus_io_board
│  │  │  │  │ board.cmake
│  │  │  ├── octopus_som
│  │  │  │  │ board.cmake
│  │  ├── panasonic
│  │  │  ├── pan1770_evb
│  │  │  │  │ board.cmake
│  │  │  ├── pan1780_evb
│  │  │  │  │ board.cmake
│  │  │  ├── pan1781_evb
│  │  │  │  │ board.cmake
│  │  │  ├── pan1782_evb
│  │  │  │  │ board.cmake
│  │  │  ├── pan1783
│  │  │  │  │ board.cmake
│  │  ├── particle
│  │  │  ├── argon
│  │  │  │  │ board.cmake
│  │  │  ├── boron
│  │  │  │  │ board.cmake
│  │  │  ├── xenon
│  │  │  │  │ board.cmake
│  │  ├── qorvo
│  │  │  ├── decawave_dwm3001cdk
│  │  │  │  │ board.cmake
│  │  ├── rakwireless
│  │  │  ├── rak4631
│  │  │  │  │ board.cmake
│  │  │  ├── rak5010
│  │  │  │  │ board.cmake
│  │  ├── raytac
│  │  │  ├── mdbt50q_db_33
│  │  │  │  │ board.cmake
│  │  │  ├── mdbt50q_db_40
│  │  │  │  │ board.cmake
│  │  │  ├── mdbt53_db_40
│  │  │  │  │ board.cmake
│  │  │  ├── mdbt53v_db_40
│  │  │  │  │ board.cmake
│  │  ├── realtek
│  │  │  ├── index.rst
│  │  │  ├── rts5912_evb
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.rts5912_evb
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── rts5912_evb.rst
│  │  │  │  │  │ rts5912evb.webp
│  │  │  │  ├── rts5912_evb.dts
│  │  │  │  ├── rts5912_evb.yaml
│  │  │  │  │ rts5912_evb_defconfig
│  │  ├── ruuvi
│  │  │  ├── ruuvitag
│  │  │  │  │ board.cmake
│  │  ├── seeed
│  │  │  ├── xiao_ble
│  │  │  │  │ board.cmake
│  │  ├── sparkfun
│  │  │  ├── micromod
│  │  │  │  │ board.cmake
│  │  │  ├── thing_plus
│  │  │  │  │ board.cmake
│  │  ├── u-blox
│  │  │  ├── ubx_bmd300eval
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_bmd330eval
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_bmd340eval
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_bmd345eval
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_bmd360eval
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_bmd380eval
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_evkannab1
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_evkninab1
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_evkninab3
│  │  │  │  │ board.cmake
│  │  │  ├── ubx_evkninab4
│  │  │  │  │ board.cmake
│  │  ├── waveshare
│  │  │  ├── nrf51_ble400
│  │  │  │  │ board.cmake
│  │  ├── we
│  │  │  ├── ophelia1ev
│  │  │  │  │ board.cmake
│  │  │  ├── proteus2ev
│  │  │  │  │ board.cmake
│  │  │  ├── proteus3ev
│  │  │  │  │ board.cmake
│  ├── cmake
│  │  ├── linker
│  │  │  ├── ld
│  │  │  │  │ target.cmake
│  │  │  ├── lld
│  │  │  │  │ target.cmake
│  │  ├── mcuboot.cmake
│  │  ├── modules
│  │  │  ├── FindHostTools.cmake
│  │  │  ├── boards.cmake
│  │  │  ├── dts.cmake
│  │  │  ├── extensions.cmake
│  │  │  ├── kernel.cmake
│  │  │  ├── yaml.cmake
│  │  │  │ zephyr_module.cmake
│  │  ├── reports
│  │  │  │ CMakeLists.txt
│  │  │ yaml-filter.cmake
│  ├── doc
│  │  ├── build
│  │  │  ├── kconfig
│  │  │  │  ├── preprocessor-functions.rst
│  │  │  │  │ setting.rst
│  │  │  ├── sysbuild
│  │  │  │  │ index.rst
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  ├── gatt.rst
│  │  │  │  │  ├── mesh
│  │  │  │  │  │  │ dfu.rst
│  │  │  │  ├── shell
│  │  │  │  │  ├── audio
│  │  │  │  │  │  ├── cap.rst
│  │  │  │  │  │  │ csip.rst
│  │  │  ├── networking
│  │  │  │  ├── api
│  │  │  │  │  ├── mqtt.rst
│  │  │  │  │  │ wifi.rst
│  │  ├── develop
│  │  │  ├── application
│  │  │  │  │ index.rst
│  │  ├── hardware
│  │  │  ├── porting
│  │  │  │  │ board_porting.rst
│  │  ├── kconfig.rst
│  │  ├── kernel
│  │  │  ├── code-relocation.rst
│  │  │  ├── services
│  │  │  │  ├── smp
│  │  │  │  │  │ smp.rst
│  │  ├── releases
│  │  │  ├── migration-guide-4.1.rst
│  │  │  ├── migration-guide-4.2.rst
│  │  │  ├── release-notes-4.1.rst
│  │  │  │ release-notes-4.2.rst
│  ├── drivers
│  │  ├── adc
│  │  │  ├── adc_common.c
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── audio
│  │  │  │ dmic_nrfx_pdm.c
│  │  ├── bluetooth
│  │  │  ├── Kconfig
│  │  │  ├── hci
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.nxp
│  │  │  │  ├── hci_nxp.c
│  │  │  │  ├── ipc.c
│  │  │  │  │ spi.c
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf
│  │  │  ├── Kconfig.rts5912
│  │  │  ├── clock_control_nrf.c
│  │  │  ├── clock_control_nrf2_audiopll.c
│  │  │  ├── clock_control_nrf2_fll16m.c
│  │  │  │ clock_control_rts5912_sccon.c
│  │  ├── counter
│  │  │  │ counter_nrfx_timer.c
│  │  ├── disk
│  │  │  │ flashdisk.c
│  │  ├── entropy
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf_prng
│  │  │  ├── Kconfig.psa_crypto
│  │  │  │ fake_entropy_nrf_prng.c
│  │  ├── flash
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.mspi
│  │  │  ├── Kconfig.nrf
│  │  │  ├── Kconfig.nrf_rram
│  │  │  ├── flash_mspi_nor.c
│  │  │  ├── soc_flash_nrf.c
│  │  │  ├── soc_flash_nrf_rram.c
│  │  │  │ spi_nor.h
│  │  ├── gpio
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.rts5912
│  │  │  │ gpio_rts5912.c
│  │  ├── hwinfo
│  │  │  │ hwinfo_nrf.c
│  │  ├── i2c
│  │  │  ├── i2c_nrfx_twim.c
│  │  │  ├── i2c_nrfx_twim_rtio.c
│  │  │  │ i2c_nrfx_twis.c
│  │  ├── i2s
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrfx
│  │  │  │ i2s_nrfx_tdm.c
│  │  ├── mbox
│  │  │  ├── mbox_nrf_vevif_event_tx.c
│  │  │  │ mbox_nrf_vevif_task_tx.c
│  │  ├── mfd
│  │  │  │ mfd_npm2100.c
│  │  ├── misc
│  │  │  ├── coresight
│  │  │  │  │ nrf_etr.c
│  │  │  ├── nordic_vpr_launcher
│  │  │  │  │ nordic_vpr_launcher.c
│  │  ├── modem
│  │  │  ├── Kconfig.cellular
│  │  │  │ modem_cellular.c
│  │  ├── mspi
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.dw
│  │  │  ├── mspi_dw.c
│  │  │  ├── mspi_dw.h
│  │  │  │ mspi_dw_vendor_specific.h
│  │  ├── pinctrl
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912
│  │  │  ├── Kconfig.sy1xx
│  │  │  ├── pinctrl_nrf.c
│  │  │  ├── pinctrl_realtek_rts5912.c
│  │  │  │ pinctrl_sy1xx.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  │  ├── regulator
│  │  │  ├── regulator_npm1300.c
│  │  │  │ regulator_npm2100.c
│  │  ├── sensor
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── bosch
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── bmm350
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── bmm350.c
│  │  │  │  │  ├── bmm350.h
│  │  │  │  │  ├── bmm350_i2c.c
│  │  │  │  │  │ bmm350_trigger.c
│  │  │  ├── ti
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── tmp435
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── tmp435.c
│  │  │  │  │  │ tmp435.h
│  │  │  ├── vishay
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── veml6031
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ veml6031.c
│  │  │  ├── xbr818
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── xbr818.c
│  │  │  │  │ xbr818.h
│  │  ├── serial
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── Kconfig.realtek_rts5912
│  │  │  ├── uart_nrfx_uarte.c
│  │  │  │ uart_realtek_rts5912.c
│  │  ├── spi
│  │  │  ├── spi_dw.c
│  │  │  │ spi_nrfx_spis.c
│  │  ├── timer
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912_rtmr
│  │  │  ├── nrf_grtc_timer.c
│  │  │  ├── nrf_rtc_timer.c
│  │  │  │ realtek_rts5912_rtmr.c
│  │  ├── usb
│  │  │  ├── common
│  │  │  │  │ usb_dwc2_hw.h
│  │  │  ├── device
│  │  │  │  │ usb_dc_nrfx.c
│  │  │  ├── udc
│  │  │  │  ├── udc_ambiq.c
│  │  │  │  ├── udc_dwc2.c
│  │  │  │  ├── udc_dwc2_vendor_quirks.h
│  │  │  │  ├── udc_it82xx2.c
│  │  │  │  ├── udc_kinetis.c
│  │  │  │  ├── udc_mcux_ehci.c
│  │  │  │  ├── udc_mcux_ip3511.c
│  │  │  │  ├── udc_nrf.c
│  │  │  │  ├── udc_numaker.c
│  │  │  │  ├── udc_renesas_ra.c
│  │  │  │  ├── udc_rpi_pico.c
│  │  │  │  ├── udc_skeleton.c
│  │  │  │  ├── udc_smartbond.c
│  │  │  │  ├── udc_stm32.c
│  │  │  │  │ udc_virtual.c
│  │  ├── watchdog
│  │  │  │ wdt_nrfx.c
│  │  ├── wifi
│  │  │  ├── eswifi
│  │  │  │  │ eswifi.h
│  │  │  ├── nrf_wifi
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.nrfwifi
│  │  │  │  ├── inc
│  │  │  │  │  ├── fmac_main.h
│  │  │  │  │  │ net_if.h
│  │  │  │  ├── off_raw_tx
│  │  │  │  │  ├── inc
│  │  │  │  │  │  │ off_raw_tx.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ off_raw_tx_api.c
│  │  │  │  ├── src
│  │  │  │  │  ├── coex.c
│  │  │  │  │  ├── debug_shell.c
│  │  │  │  │  ├── fmac_main.c
│  │  │  │  │  ├── net_if.c
│  │  │  │  │  ├── shell.c
│  │  │  │  │  ├── wifi_mgmt.c
│  │  │  │  │  ├── wifi_mgmt_scan.c
│  │  │  │  │  ├── wifi_util.c
│  │  │  │  │  ├── wifi_util.h
│  │  │  │  │  │ wpa_supp_if.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── 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_cpunet.dtsi
│  │  │  │  ├── nrf54h20_cpurad.dtsi
│  │  │  │  ├── nrf54l09_enga_cpuapp.dtsi
│  │  │  │  ├── nrf54l20_enga_cpuapp.dtsi
│  │  │  │  ├── nrf54l_05_10_15_cpuapp.dtsi
│  │  │  │  ├── nrf91.dtsi
│  │  │  │  │ nrf91_peripherals.dtsi
│  │  │  ├── realtek
│  │  │  │  ├── ec
│  │  │  │  │  ├── rts5912-pinctrl.dtsi
│  │  │  │  │  │ rts5912.dtsi
│  │  ├── bindings
│  │  │  ├── adc
│  │  │  │  │ adc-controller.yaml
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrf-aclk.yaml
│  │  │  │  ├── nordic,nrf-fll16m.yaml
│  │  │  │  ├── nordic,nrfs-audiopll.yaml
│  │  │  │  │ realtek,rts5912-sccon.yaml
│  │  │  ├── gpio
│  │  │  │  │ realtek,rts5912-gpio.yaml
│  │  │  ├── i2s
│  │  │  │  │ nordic,nrf-tdm.yaml
│  │  │  ├── misc
│  │  │  │  │ nordic,nrf-dppic-local.yaml
│  │  │  ├── mspi
│  │  │  │  ├── nordic,nrf-exmif.yaml
│  │  │  │  │ snps,designware-ssi.yaml
│  │  │  ├── mtd
│  │  │  │  │ jedec,mspi-nor.yaml
│  │  │  ├── pinctrl
│  │  │  │  ├── realtek,rts5912-pinctrl.yaml
│  │  │  │  │ sensry,sy1xx-pinctrl.yaml
│  │  │  ├── regulator
│  │  │  │  │ nordic,npm1300-regulator.yaml
│  │  │  ├── rng
│  │  │  │  │ nordic,nrf-prng.yaml
│  │  │  ├── sensor
│  │  │  │  ├── bosch,bmm350-i2c.yaml
│  │  │  │  ├── bosch,bmm350.yaml
│  │  │  │  ├── phosense,xbr818.yaml
│  │  │  │  ├── ti,tmp435.yaml
│  │  │  │  │ vishay,veml6031.yaml
│  │  │  ├── serial
│  │  │  │  ├── nordic,nrf-uart-common.yaml
│  │  │  │  │ realtek,rts5912-uart.yaml
│  │  │  ├── spi
│  │  │  │  │ nordic,nrf-exmif-spi.yaml
│  │  │  ├── timer
│  │  │  │  ├── nordic,nrf-grtc.yaml
│  │  │  │  ├── realtek,rts5912-rtmr.yaml
│  │  │  │  │ realtek,rts5912-slwtimer.yaml
│  │  │  │ vendor-prefixes.txt
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf5340_shared_sram_partition.dtsi
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l09.dtsi
│  │  │  │  ├── nrf54l20.dtsi
│  │  │  │  ├── nrf54l_05_10_15.dtsi
│  │  │  │  │ nrf9280.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l09_enga_cpuflpr.dtsi
│  │  │  │  │ nrf54l20_enga_cpuflpr.dtsi
│  │  │  ├── sensry
│  │  │  │  │ ganymed-sy1xx.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── arch_inlines.h
│  │  │  │  ├── arch_interface.h
│  │  │  │  ├── arm
│  │  │  │  │  ├── cortex_m
│  │  │  │  │  │  ├── scripts
│  │  │  │  │  │  │  │ linker.ld
│  │  │  │  ├── common
│  │  │  │  │  ├── arch_inlines.h
│  │  │  │  │  ├── pm_s2ram.h
│  │  │  │  │  │ sys_bitops.h
│  │  │  │  ├── riscv
│  │  │  │  │  ├── arch_inlines.h
│  │  │  │  │  │ irq.h
│  │  │  │  ├── x86
│  │  │  │  │  ├── ia32
│  │  │  │  │  │  │ arch.h
│  │  │  ├── bluetooth
│  │  │  │  ├── audio
│  │  │  │  │  ├── bap.h
│  │  │  │  │  ├── csip.h
│  │  │  │  │  │ tmap.h
│  │  │  │  ├── bluetooth.h
│  │  │  │  ├── conn.h
│  │  │  │  ├── cs.h
│  │  │  │  ├── gap.h
│  │  │  │  ├── gatt.h
│  │  │  │  ├── hci_types.h
│  │  │  │  ├── mesh
│  │  │  │  │  ├── access.h
│  │  │  │  │  │ statistic.h
│  │  │  ├── drivers
│  │  │  │  ├── adc.h
│  │  │  │  ├── clock_control
│  │  │  │  │  ├── clock_control_rts5912.h
│  │  │  │  │  │ nrf_clock_control.h
│  │  │  │  ├── i2c
│  │  │  │  │  │ i2c_nrfx_twim.h
│  │  │  │  ├── mfd
│  │  │  │  │  │ npm2100.h
│  │  │  │  ├── sensor
│  │  │  │  │  ├── veml6031.h
│  │  │  │  │  │ xbr818.h
│  │  │  │  ├── usb
│  │  │  │  │  │ udc.h
│  │  │  │  ├── wifi
│  │  │  │  │  ├── nrf_wifi
│  │  │  │  │  │  ├── off_raw_tx
│  │  │  │  │  │  │  │ off_raw_tx_api.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── adc
│  │  │  │  │  │ nrf-saadc-haltium.h
│  │  │  │  ├── clock
│  │  │  │  │  ├── nrfs-audiopll.h
│  │  │  │  │  │ rts5912_clock.h
│  │  │  │  ├── gpio
│  │  │  │  │  │ realtek-gpio.h
│  │  │  │  ├── pinctrl
│  │  │  │  │  ├── nrf-pinctrl.h
│  │  │  │  │  ├── realtek-rts5912-pinctrl.h
│  │  │  │  │  │ sy1xx-pinctrl.h
│  │  │  ├── internal
│  │  │  │  │ syscall_handler.h
│  │  │  ├── kernel_structs.h
│  │  │  ├── logging
│  │  │  │  ├── log_backend_ble.h
│  │  │  │  ├── log_frontend_stmesp.h
│  │  │  │  │ log_frontend_stmesp_demux.h
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── transport
│  │  │  │  │  │  │ smp.h
│  │  │  ├── net
│  │  │  │  ├── ethernet.h
│  │  │  │  ├── mqtt.h
│  │  │  │  ├── socket.h
│  │  │  │  ├── socket_ncs.h
│  │  │  │  ├── wifi.h
│  │  │  │  │ wifi_credentials.h
│  │  │  ├── net_buf.h
│  │  │  ├── psa
│  │  │  │  │ key_ids.h
│  │  │  ├── storage
│  │  │  │  │ flash_map.h
│  │  │  ├── usb
│  │  │  │  │ usbd.h
│  ├── kernel
│  │  ├── Kconfig
│  │  ├── banner.c
│  │  ├── errno.c
│  │  ├── fatal.c
│  │  ├── idle.c
│  │  ├── include
│  │  │  ├── kernel_internal.h
│  │  │  ├── ksched.h
│  │  │  ├── kswap.h
│  │  │  ├── kthread.h
│  │  │  │ priority_q.h
│  │  ├── ipi.c
│  │  ├── mailbox.c
│  │  ├── mem_domain.c
│  │  ├── mem_slab.c
│  │  ├── mempool.c
│  │  ├── mmu.c
│  │  ├── msg_q.c
│  │  ├── mutex.c
│  │  ├── pipes.c
│  │  ├── poll.c
│  │  ├── queue.c
│  │  ├── sched.c
│  │  ├── smp.c
│  │  ├── spinlock_validate.c
│  │  ├── stack.c
│  │  ├── thread.c
│  │  ├── timeslicing.c
│  │  ├── userspace.c
│  │  ├── userspace_handler.c
│  │  │ work.c
│  ├── lib
│  │  ├── heap
│  │  │  │ Kconfig
│  │  ├── libc
│  │  │  ├── armstdc
│  │  │  │  ├── src
│  │  │  │  │  │ libc-hooks.c
│  │  │  ├── common
│  │  │  │  ├── source
│  │  │  │  │  ├── stdlib
│  │  │  │  │  │  │ malloc.c
│  │  ├── net_buf
│  │  │  │ buf.c
│  │  ├── os
│  │  │  ├── p4wq.c
│  │  │  ├── zvfs
│  │  │  │  │ Kconfig
│  ├── modules
│  │  ├── Kconfig.mcuboot
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── nrf_802154
│  │  │  │  ├── sl_opensource
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ nrf_802154_clock_zephyr.c
│  │  │  ├── nrfs
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── backends
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── nrfs_backend_ipc_service.c
│  │  │  │  │  │ nrfs_backend_ipc_service.h
│  │  │  │  │ nrfs_config.h
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_common.h
│  │  │  │  ├── nrfx_config_ext.h
│  │  │  │  ├── nrfx_config_nrf51.h
│  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  ├── nrfx_config_nrf54l05_application.h
│  │  │  │  ├── nrfx_config_nrf54l05_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l09_enga_application.h
│  │  │  │  ├── nrfx_config_nrf54l10_application.h
│  │  │  │  ├── nrfx_config_nrf54l10_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  ├── nrfx_config_nrf54l15_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l20_enga_application.h
│  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  ├── nrfx_config_reserved_resources_ncs.h
│  │  │  │  ├── nrfx_glue.h
│  │  │  │  ├── nrfx_kconfig.h
│  │  │  │  ├── nrfx_log.h
│  │  │  │  ├── nrfx_reserved_resources.h
│  │  │  │  │ nrfx_zephyr_utils.h
│  │  ├── hostap
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── src
│  │  │  │  │ supp_api.c
│  │  ├── liblc3
│  │  │  │ CMakeLists.txt
│  │  ├── mbedtls
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.psa.auto
│  │  │  ├── Kconfig.psa.logic
│  │  │  ├── Kconfig.tls-generic
│  │  │  ├── configs
│  │  │  │  │ config-tls-generic.h
│  │  ├── nrf_wifi
│  │  │  ├── bus
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ qspi_if.c
│  │  │  ├── os
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── shim.c
│  │  │  │  │ shim.h
│  │  ├── openthread
│  │  │  ├── platform
│  │  │  │  ├── alarm.c
│  │  │  │  ├── ble.c
│  │  │  │  ├── diag.c
│  │  │  │  ├── messagepool.c
│  │  │  │  ├── openthread-core-zephyr-config.h
│  │  │  │  ├── platform-zephyr.h
│  │  │  │  ├── radio.c
│  │  │  │  │ uart.c
│  │  ├── trusted-firmware-a
│  │  │  │ CMakeLists.txt
│  │  ├── trusted-firmware-m
│  │  │  ├── CMakeLists.txt
│  │  │  │ Kconfig.tfm.crypto_modules
│  ├── samples
│  │  ├── application_development
│  │  │  ├── code_relocation_nocopy
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │ linker_arm_nocopy.ld
│  │  ├── basic
│  │  │  ├── blinky
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_egpio.overlay
│  │  │  ├── blinky_pwm
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  ├── sysbuild
│  │  │  │  │  ├── vpr_launcher
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ prj.conf
│  │  │  ├── fade_led
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  ├── sysbuild
│  │  │  │  │  ├── vpr_launcher
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ prj.conf
│  │  ├── bluetooth
│  │  │  ├── bap_broadcast_assistant
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── bap_broadcast_sink
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── bap_broadcast_source
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── bap_unicast_client
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  ├── nrf5340_audio_dk_nrf5340_cpuapp.conf
│  │  │  │  │  ├── nrf5340bsim_nrf5340_cpuapp.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── bap_unicast_server
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  ├── nrf5340_audio_dk_nrf5340_cpuapp.conf
│  │  │  │  │  ├── nrf5340bsim_nrf5340_cpuapp.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── beacon
│  │  │  │  │ sample.yaml
│  │  │  ├── cap_acceptor
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340_audio_dk_nrf5340_cpuapp.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── cap_initiator
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340_audio_dk_nrf5340_cpuapp.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  ├── cap_initiator_broadcast.c
│  │  │  │  │  │ cap_initiator_unicast.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── ccp_call_control_server
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340_audio_dk_nrf5340_cpuapp.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  ├── channel_sounding
│  │  │  │  ├── include
│  │  │  │  │  │ cs_test_params.h
│  │  │  │  ├── src
│  │  │  │  │  ├── connected_cs_initiator.c
│  │  │  │  │  │ connected_cs_reflector.c
│  │  │  ├── direction_finding_central
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_rx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_tx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_peripheral
│  │  │  │  │ sample.yaml
│  │  │  ├── hap_ha
│  │  │  │  ├── boards
│  │  │  │  │  │ native_sim.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── hci_ipc
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  ├── nrf54h20_cpurad-bt_ll_softdevice.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_pwr_ctrl
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ hci_rpmsg.conf
│  │  │  ├── hci_spi
│  │  │  │  │ prj.conf
│  │  │  ├── hci_uart
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_uart_3wire
│  │  │  │  │ prj.conf
│  │  │  ├── hci_vs_scan_req
│  │  │  │  │ sample.yaml
│  │  │  ├── iso_central
│  │  │  │  │ sample.yaml
│  │  │  ├── mesh
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_ns.conf
│  │  │  │  │  │ qemu_x86.conf
│  │  │  │  │ prj.conf
│  │  │  ├── mesh_demo
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_ns.conf
│  │  │  │  │  │ qemu_x86.conf
│  │  │  │  │ prj.conf
│  │  │  ├── mesh_provisioner
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_ns.conf
│  │  │  │  │  │ qemu_x86.conf
│  │  │  │  │ prj.conf
│  │  │  ├── pbp_public_broadcast_sink
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── pbp_public_broadcast_source
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── peripheral_dis
│  │  │  │  │ prj.conf
│  │  │  ├── peripheral_sc_only
│  │  │  │  ├── boards
│  │  │  │  │  │ tlsr9518adk80d.conf
│  │  │  │  │ prj.conf
│  │  │  ├── tmap_bmr
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_posix.conf
│  │  │  │  │  │ native_sim.conf
│  │  │  ├── tmap_bms
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_posix.conf
│  │  │  │  │  │ native_sim.conf
│  │  │  │  ├── src
│  │  │  │  │  │ cap_initiator.c
│  │  │  ├── tmap_central
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_posix.conf
│  │  │  │  │  │ native_sim.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── tmap_peripheral
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_posix.conf
│  │  │  │  │  │ native_sim.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── boards
│  │  │  ├── espressif
│  │  │  │  ├── deep_sleep
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32c3_usb.conf
│  │  │  │  │  │  │ esp32c3_usb.overlay
│  │  │  ├── nordic
│  │  │  │  ├── clock_control
│  │  │  │  │  ├── configs
│  │  │  │  │  │  ├── audiopll.conf
│  │  │  │  │  │  │ audiopll.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── pytest
│  │  │  │  │  │  │ test_stm.py
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── mesh
│  │  │  │  │  ├── onoff-app
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── onoff_level_lighting_vnd_app
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ prj.conf
│  │  │  │  ├── nrf53_sync_rtc
│  │  │  │  │  │ sysbuild.conf
│  │  │  │  ├── system_off
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── phytec
│  │  │  │  ├── reel_board
│  │  │  │  │  ├── mesh_badge
│  │  │  │  │  │  │ prj.conf
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_dt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── esp32c3_luatos_core.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.overlay
│  │  │  │  │  │  ├── esp32s2_saola.overlay
│  │  │  │  │  │  ├── esp32s3_devkitm_procpu.overlay
│  │  │  │  │  │  ├── esp32s3_luatos_core_procpu.overlay
│  │  │  │  │  │  ├── esp32s3_luatos_core_procpu_usb.overlay
│  │  │  │  │  │  ├── xiao_esp32s3_procpu.overlay
│  │  │  │  │  │  │ yd_esp32_procpu.overlay
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32_procpu.overlay
│  │  │  │  │  │  ├── esp32c3.overlay
│  │  │  │  │  │  ├── esp32s2.overlay
│  │  │  │  │  │  │ esp32s3_procpu.overlay
│  │  │  │  ├── adc_sequence
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── audio
│  │  │  │  ├── dmic
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  ├── counter
│  │  │  │  ├── alarm
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── esp32s3_luatos_core_procpu_usb.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │  │ yd_esp32_procpu.overlay
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32_procpu.overlay
│  │  │  │  │  │  ├── esp32c3_usb.overlay
│  │  │  │  │  │  ├── esp32s2.overlay
│  │  │  │  │  │  │ esp32s3_procpu.overlay
│  │  │  ├── dac
│  │  │  │  ├── boards
│  │  │  │  │  ├── esp32s2_saola.overlay
│  │  │  │  │  │ yd_esp32_procpu.overlay
│  │  │  │  ├── socs
│  │  │  │  │  ├── esp32_procpu.overlay
│  │  │  │  │  │ esp32s2.overlay
│  │  │  ├── i2c
│  │  │  │  ├── rtio_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  ├── jesd216
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mbox
│  │  │  │  │ sysbuild.conf
│  │  │  ├── spi_flash
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.overlay
│  │  ├── net
│  │  │  ├── cellular_modem
│  │  │  │  ├── boards
│  │  │  │  │  ├── mg100.conf
│  │  │  │  │  ├── nrf9160dk_nrf52840.conf
│  │  │  │  │  ├── nrf9160dk_nrf9160_ns.conf
│  │  │  │  │  │ pinnacle_100_dvk.conf
│  │  │  ├── cloud
│  │  │  │  ├── aws_iot_mqtt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── dns_resolve
│  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── ipv4_autoconf
│  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── lwm2m_client
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │ overlay-nrf91x.conf
│  │  │  ├── mdns_responder
│  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── mqtt_publisher
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mqtt_sn_publisher
│  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── prometheus
│  │  │  │  │ sample.yaml
│  │  │  ├── secure_mqtt_sensor_actuator
│  │  │  │  ├── src
│  │  │  │  │  │ mqtt_client.c
│  │  │  ├── sockets
│  │  │  │  ├── big_http_download
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── coap_server
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  │  ├── echo_async
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  │  ├── echo_client
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  │  ├── echo_server
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  │  ├── http_get
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  │  ├── sntp_client
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── syslog_net
│  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── telnet
│  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── wifi
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── shell
│  │  │  │  │  ├── overlay-enterprise.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32c3_usb.conf
│  │  │  │  │  │  │ esp32c3_usb.overlay
│  │  │  │  ├── test_certs
│  │  │  │  │  ├── ca.pem
│  │  │  │  │  ├── ca2.pem
│  │  │  │  │  ├── client-key.pem
│  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  ├── client.pem
│  │  │  │  │  ├── client2.pem
│  │  │  │  │  ├── install_certs.sh
│  │  │  │  │  ├── rsa2k
│  │  │  │  │  │  ├── ca.pem
│  │  │  │  │  │  ├── ca2.pem
│  │  │  │  │  │  ├── client-key.pem
│  │  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  │  ├── client.pem
│  │  │  │  │  │  ├── client2.pem
│  │  │  │  │  │  ├── server-key.pem
│  │  │  │  │  │  │ server.pem
│  │  │  │  │  ├── rsa3k
│  │  │  │  │  │  ├── ca.pem
│  │  │  │  │  │  ├── ca2.pem
│  │  │  │  │  │  ├── client-key.pem
│  │  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  │  ├── client.pem
│  │  │  │  │  │  ├── client2.pem
│  │  │  │  │  │  ├── server-key.pem
│  │  │  │  │  │  │ server.pem
│  │  │  │  │  ├── server-key.pem
│  │  │  │  │  ├── server-key2.pem
│  │  │  │  │  ├── server.pem
│  │  │  │  │  │ server2.pem
│  │  │  ├── zperf
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf7002dk_nrf5340_cpuapp.conf
│  │  ├── psa
│  │  │  ├── its
│  │  │  │  ├── overlay-tfm.conf
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── persistent_key
│  │  │  │  ├── overlay-secure_storage.conf
│  │  │  │  ├── overlay-tfm.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── sensor
│  │  │  ├── die_temp_polling
│  │  │  │  ├── socs
│  │  │  │  │  ├── esp32c3_usb.conf
│  │  │  │  │  │ esp32c3_usb.overlay
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── littlefs
│  │  │  │  │  │ sample.yaml
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── icmsg
│  │  │  │  │  │  │ sysbuild.conf
│  │  │  │  │  ├── multi_endpoint
│  │  │  │  │  │  │ sysbuild.conf
│  │  │  │  │  ├── static_vrings
│  │  │  │  │  │  │ sysbuild.conf
│  │  │  ├── logging
│  │  │  │  ├── multidomain
│  │  │  │  │  │ sysbuild.conf
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  ├── app_nrf5340_bt.overlay
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay
│  │  │  │  │  │  ├── pm_static_nrf5340_bt.yml
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── prj_nrf5340_bt.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── sysbuild.cmake
│  │  │  │  │  │  ├── sysbuild
│  │  │  │  │  │  │  │ hci_rpmsg.conf
│  │  │  │  │  │  │ sysbuild_nrf5340_bt.conf
│  │  │  ├── nvs
│  │  │  │  ├── socs
│  │  │  │  │  │ esp32c3_usb.conf
│  │  │  ├── settings
│  │  │  │  ├── boards
│  │  │  │  │  ├── esp32_devkitc_wroom_procpu.conf
│  │  │  │  │  ├── esp32s2_saola.conf
│  │  │  │  │  ├── esp32s3_devkitm_procpu.conf
│  │  │  │  │  ├── esp32s3_luatos_core_procpu.conf
│  │  │  │  │  ├── esp32s3_luatos_core_procpu_usb.conf
│  │  │  │  │  ├── mr_canhubk3.conf
│  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  ├── native_sim.overlay
│  │  │  │  │  ├── native_sim_native_64.conf
│  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  ├── nrf52dk_nrf52832.conf
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.conf
│  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  ├── qemu_x86.conf
│  │  │  │  │  │ yd_esp32_procpu.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── socs
│  │  │  │  │  ├── cc1352p7.conf
│  │  │  │  │  │ esp32c3.conf
│  │  │  ├── shell
│  │  │  │  ├── fs
│  │  │  │  │  │ sample.yaml
│  │  │  ├── usb
│  │  │  │  ├── common
│  │  │  │  │  │ sample_usbd_init.c
│  │  │  │  ├── console-next
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── console
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ usbd_next_prj.conf
│  │  │  │  ├── dfu
│  │  │  │  │  │ sysbuild.conf
│  │  ├── sysbuild
│  │  │  ├── hello_world
│  │  │  │  │ sysbuild.cmake
│  │  ├── tfm_integration
│  │  │  ├── psa_crypto
│  │  │  │  │ sample.yaml
│  ├── scripts
│  │  ├── build
│  │  │  ├── gen_relocate_app.py
│  │  │  │ gen_syscalls.py
│  │  ├── ci
│  │  │  │ check_compliance.py
│  │  ├── dts
│  │  │  │ gen_dts_cmake.py
│  │  ├── gitlint
│  │  │  │ zephyr_commit_rules.py
│  │  ├── kconfig
│  │  │  │ kconfigfunctions.py
│  │  ├── pylib
│  │  │  ├── twister
│  │  │  │  ├── twisterlib
│  │  │  │  │  ├── hardwaremap.py
│  │  │  │  │  ├── platform.py
│  │  │  │  │  │ testplan.py
│  │  ├── quarantine.yaml
│  │  ├── requirements-run-test.txt
│  │  ├── schemas
│  │  │  │ build-schema.yml
│  │  ├── west_commands
│  │  │  ├── build.py
│  │  │  ├── runners
│  │  │  │  ├── jlink.py
│  │  │  │  ├── nrf_common.py
│  │  │  │  ├── nrfjprog.py
│  │  │  │  │ nrfutil.py
│  │  │  ├── tests
│  │  │  │  ├── nrf
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── nrf5340_app_and_net.hex
│  │  │  │  │  ├── nrf5340_app_only.hex
│  │  │  │  │  │ nrf5340_net_only.hex
│  │  │  │  │ test_nrf.py
│  │  │  │ zcmake.py
│  ├── share
│  │  ├── sysbuild
│  │  │  ├── cmake
│  │  │  │  ├── modules
│  │  │  │  │  ├── sysbuild_extensions.cmake
│  │  │  │  │  │ sysbuild_images.cmake
│  ├── snippets
│  │  ├── bt-ll-sw-split
│  │  │  │ bt-ll-sw-split.overlay
│  │  ├── nordic-flpr
│  │  │  ├── snippet.yml
│  │  │  ├── soc
│  │  │  │  ├── nrf54l09_cpuapp.overlay
│  │  │  │  │ nrf54l20_cpuapp.overlay
│  │  ├── wifi-enterprise
│  │  │  ├── README.rst
│  │  │  ├── snippet.yml
│  │  │  │ wifi-enterprise.conf
│  ├── soc
│  │  ├── common
│  │  │  ├── riscv-privileged
│  │  │  │  │ vector.S
│  │  ├── espressif
│  │  │  ├── esp32
│  │  │  │  ├── soc.c
│  │  │  │  │ soc_appcpu.c
│  │  │  ├── esp32s2
│  │  │  │  │ soc.c
│  │  │  ├── esp32s3
│  │  │  │  ├── soc.c
│  │  │  │  │ soc_appcpu.c
│  │  ├── nordic
│  │  │  ├── Kconfig
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.peripherals
│  │  │  │  ├── poweroff.c
│  │  │  │  ├── reboot.c
│  │  │  │  ├── soc_nrf_common.h
│  │  │  │  ├── vpr
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │ soc_isr_stacking.h
│  │  │  ├── nrf52
│  │  │  │  │ Kconfig
│  │  │  ├── nrf53
│  │  │  │  │ Kconfig
│  │  │  ├── nrf54h
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── gpd
│  │  │  │  │  │ gpd.c
│  │  │  │  │ pm_s2ram.c
│  │  │  ├── nrf54l
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54l09_enga_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54l09_enga_cpuflpr
│  │  │  │  ├── Kconfig.defconfig.nrf54l20_enga_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54l20_enga_cpuflpr
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── kmu_push_area_section.ld
│  │  │  │  │ soc.c
│  │  │  ├── nrf91
│  │  │  │  │ Kconfig
│  │  │  ├── soc.yml
│  │  │  │ validate_base_addresses.c
│  │  ├── realtek
│  │  │  ├── ec
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── common
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── pinctrl_soc.h
│  │  │  │  │  ├── rts5912_imgtool
│  │  │  │  │  │  │ img_gen.py
│  │  │  │  ├── rts5912
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── Kconfig.defconfig.rts5912
│  │  │  │  │  ├── Kconfig.defconfig.series
│  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  ├── debug_swj.c
│  │  │  │  │  ├── debug_swj.h
│  │  │  │  │  ├── device_power.c
│  │  │  │  │  ├── device_power.h
│  │  │  │  │  ├── power.c
│  │  │  │  │  ├── reg
│  │  │  │  │  │  ├── reg_gpio.h
│  │  │  │  │  │  ├── reg_rtmr.h
│  │  │  │  │  │  │ reg_system.h
│  │  │  │  │  ├── soc.c
│  │  │  │  │  │ soc.h
│  │  │  │  │ soc.yml
│  │  ├── sensry
│  │  │  ├── ganymed
│  │  │  │  ├── sy1xx
│  │  │  │  │  ├── common
│  │  │  │  │  │  │ pinctrl_soc.h
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.adv
│  │  │  ├── audio
│  │  │  │  ├── Kconfig.bap
│  │  │  │  ├── Kconfig.csip
│  │  │  │  ├── bap_broadcast_assistant.c
│  │  │  │  ├── csip_set_coordinator.c
│  │  │  │  ├── csip_set_member.c
│  │  │  │  ├── shell
│  │  │  │  │  ├── audio.h
│  │  │  │  │  ├── bap.c
│  │  │  │  │  ├── bap_broadcast_assistant.c
│  │  │  │  │  ├── bap_scan_delegator.c
│  │  │  │  │  ├── cap_acceptor.c
│  │  │  │  │  ├── cap_commander.c
│  │  │  │  │  ├── cap_initiator.c
│  │  │  │  │  ├── csip_set_coordinator.c
│  │  │  │  │  ├── csip_set_member.c
│  │  │  │  │  ├── gmap.c
│  │  │  │  │  ├── has.c
│  │  │  │  │  ├── has_client.c
│  │  │  │  │  ├── mcc.c
│  │  │  │  │  ├── media_controller.c
│  │  │  │  │  ├── micp_mic_ctlr.c
│  │  │  │  │  ├── micp_mic_dev.c
│  │  │  │  │  ├── mpl.c
│  │  │  │  │  ├── pbp.c
│  │  │  │  │  ├── tmap.c
│  │  │  │  │  ├── vcp_vol_ctlr.c
│  │  │  │  │  │ vcp_vol_rend.c
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── bt_settings_commit.h
│  │  │  │  ├── bt_shell_private.c
│  │  │  │  │ bt_shell_private.h
│  │  │  ├── controller
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.ll_sw_split
│  │  │  │  ├── hci
│  │  │  │  │  │ hci.c
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── lll_conn.h
│  │  │  │  │  ├── lll_conn_iso.h
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── nrfx_glue
│  │  │  │  │  │  │  │  │  │ bt_ctlr_used_resources.h
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf51.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52805.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52810.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52811.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52820.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52832.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52833.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf52840.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5340.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf54lx.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_ppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_sim_nrf52.h
│  │  │  │  │  │  │  │  │  ├── radio_sim_nrf5340.h
│  │  │  │  │  │  │  │  │  │ radio_sim_nrf54l.h
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  ├── lll.c
│  │  │  │  │  │  │  ├── lll_adv.c
│  │  │  │  │  │  │  ├── lll_adv_iso.c
│  │  │  │  │  │  │  ├── lll_central_iso.c
│  │  │  │  │  │  │  ├── lll_conn.c
│  │  │  │  │  │  │  ├── lll_peripheral.c
│  │  │  │  │  │  │  ├── lll_peripheral_iso.c
│  │  │  │  │  │  │  ├── lll_scan.c
│  │  │  │  │  │  │  ├── lll_scan_aux.c
│  │  │  │  │  │  │  ├── lll_sync.c
│  │  │  │  │  │  │  │ lll_sync_iso.c
│  │  │  │  │  ├── ull.c
│  │  │  │  │  ├── ull_adv_iso.c
│  │  │  │  │  ├── ull_central_iso.c
│  │  │  │  │  ├── ull_conn.c
│  │  │  │  │  ├── ull_conn_iso.c
│  │  │  │  │  ├── ull_iso.c
│  │  │  │  │  ├── ull_peripheral_iso.c
│  │  │  │  │  ├── ull_scan_aux.c
│  │  │  │  │  ├── ull_scan_types.h
│  │  │  │  │  ├── ull_sync.c
│  │  │  │  │  ├── ull_sync_internal.h
│  │  │  │  │  │ ull_sync_iso.c
│  │  │  ├── crypto
│  │  │  │  │ Kconfig
│  │  │  ├── host
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.gatt
│  │  │  │  ├── Kconfig.l2cap
│  │  │  │  ├── adv.c
│  │  │  │  ├── att.c
│  │  │  │  ├── conn.c
│  │  │  │  ├── conn_internal.h
│  │  │  │  ├── crypto.h
│  │  │  │  ├── crypto_psa.c
│  │  │  │  ├── cs.c
│  │  │  │  ├── ecc.c
│  │  │  │  ├── gatt.c
│  │  │  │  ├── hci_core.c
│  │  │  │  ├── hci_core.h
│  │  │  │  ├── hci_ecc.c
│  │  │  │  ├── hci_ecc.h
│  │  │  │  ├── hci_raw.c
│  │  │  │  ├── l2cap.c
│  │  │  │  ├── monitor.c
│  │  │  │  ├── scan.c
│  │  │  │  ├── settings.c
│  │  │  │  ├── settings.h
│  │  │  │  ├── shell
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── bt.c
│  │  │  │  │  ├── cs.c
│  │  │  │  │  ├── gatt.c
│  │  │  │  │  ├── iso.c
│  │  │  │  │  │ l2cap.c
│  │  │  │  ├── smp.c
│  │  │  │  │ uuid.c
│  │  │  ├── mesh
│  │  │  │  ├── Kconfig
│  │  │  │  ├── adv.h
│  │  │  │  ├── adv_ext.c
│  │  │  │  ├── blob_cli.c
│  │  │  │  ├── blob_io_flash.c
│  │  │  │  ├── cdb.c
│  │  │  │  ├── cfg_srv.c
│  │  │  │  ├── crypto_psa.c
│  │  │  │  ├── delayable_msg.c
│  │  │  │  ├── dfd_srv.c
│  │  │  │  ├── main.c
│  │  │  │  ├── net.c
│  │  │  │  ├── pb_adv.c
│  │  │  │  ├── pb_gatt.c
│  │  │  │  ├── pb_gatt_cli.c
│  │  │  │  ├── prov_bearer.h
│  │  │  │  ├── provisionee.c
│  │  │  │  ├── provisioner.c
│  │  │  │  ├── proxy_msg.c
│  │  │  │  ├── proxy_srv.c
│  │  │  │  ├── rpr_srv.c
│  │  │  │  │ settings.c
│  │  │  ├── services
│  │  │  │  ├── Kconfig.dis
│  │  │  │  ├── dis.c
│  │  │  │  ├── ots
│  │  │  │  │  │ ots_l2cap.c
│  │  ├── dfu
│  │  │  ├── boot
│  │  │  │  ├── mcuboot.c
│  │  │  │  │ mcuboot_shell.c
│  │  ├── fs
│  │  │  ├── littlefs_fs.c
│  │  │  ├── nvs
│  │  │  │  ├── Kconfig
│  │  │  │  │ nvs.c
│  │  │  ├── zms
│  │  │  │  ├── Kconfig
│  │  │  │  │ zms.c
│  │  ├── ipc
│  │  │  ├── ipc_service
│  │  │  │  ├── backends
│  │  │  │  │  ├── Kconfig.icbmsg
│  │  │  │  │  ├── ipc_icbmsg.c
│  │  │  │  │  │ ipc_rpmsg_static_vrings.c
│  │  │  ├── rpmsg_service
│  │  │  │  │ rpmsg_backend.h
│  │  ├── logging
│  │  │  ├── backends
│  │  │  │  ├── Kconfig.ble
│  │  │  │  │ log_backend_ble.c
│  │  │  ├── frontends
│  │  │  │  ├── log_frontend_stmesp.c
│  │  │  │  ├── log_frontend_stmesp_demux.c
│  │  │  │  ├── stmesp
│  │  │  │  │  │ zephyr_custom_log.h
│  │  ├── mgmt
│  │  │  ├── mcumgr
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── bootutil_hooks
│  │  │  │  │  │ nrf53_hooks.c
│  │  │  │  ├── grp
│  │  │  │  │  ├── img_mgmt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── mgmt
│  │  │  │  │  │  │  │  ├── mcumgr
│  │  │  │  │  │  │  │  │  ├── grp
│  │  │  │  │  │  │  │  │  │  ├── img_mgmt
│  │  │  │  │  │  │  │  │  │  │  │ img_mgmt_priv.h
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── img_mgmt.c
│  │  │  │  │  │  │  │ img_mgmt_state.c
│  │  │  │  │  ├── os_mgmt
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ os_mgmt.c
│  │  ├── modem
│  │  │  ├── Kconfig
│  │  │  │ modem_cmux.c
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── ethernet
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ ethernet.c
│  │  │  │  ├── openthread
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ openthread.c
│  │  │  │  ├── wifi
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── wifi_mgmt.c
│  │  │  │  │  ├── wifi_shell.c
│  │  │  │  │  │ wifi_utils.c
│  │  │  ├── lib
│  │  │  │  ├── mqtt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── mqtt.c
│  │  │  │  │  ├── mqtt_decoder.c
│  │  │  │  │  ├── mqtt_encoder.c
│  │  │  │  │  ├── mqtt_internal.h
│  │  │  │  │  ├── mqtt_rx.c
│  │  │  │  │  │ mqtt_transport_socket_tls.c
│  │  │  │  ├── sockets
│  │  │  │  │  │ sockets.c
│  │  │  │  ├── tls_credentials
│  │  │  │  │  ├── Kconfig.shell
│  │  │  │  │  ├── tls_credentials_shell.c
│  │  │  │  │  │ tls_credentials_trusted.c
│  │  │  │  ├── wifi_credentials
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── wifi_credentials_backend_psa.c
│  │  │  │  │  │ wifi_credentials_shell.c
│  │  ├── portability
│  │  │  ├── cmsis_rtos_v2
│  │  │  │  │ kernel.c
│  │  ├── profiling
│  │  │  ├── perf
│  │  │  │  ├── backends
│  │  │  │  │  ├── perf_riscv.c
│  │  │  │  │  ├── perf_x86.c
│  │  │  │  │  │ perf_x86_64.c
│  │  ├── secure_storage
│  │  │  ├── Kconfig
│  │  │  ├── src
│  │  │  │  ├── its
│  │  │  │  │  ├── transform
│  │  │  │  │  │  ├── aead.c
│  │  │  │  │  │  │ aead_get.c
│  │  ├── settings
│  │  │  ├── Kconfig
│  │  │  ├── include
│  │  │  │  ├── settings
│  │  │  │  │  │ settings_zms.h
│  │  │  ├── src
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ settings_zms.c
│  │  ├── shell
│  │  │  ├── Kconfig
│  │  │  ├── backends
│  │  │  │  │ shell_mqtt.c
│  │  │  ├── modules
│  │  │  │  ├── kernel_service
│  │  │  │  │  ├── thread
│  │  │  │  │  │  │ unwind.c
│  │  ├── testsuite
│  │  │  ├── boards
│  │  │  │  ├── unit_testing
│  │  │  │  │  ├── unit_testing
│  │  │  │  │  │  │ unit_testing.yaml
│  │  ├── usb
│  │  │  ├── device_next
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── app
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.cdc_acm_serial
│  │  │  │  │  │ cdc_acm_serial.c
│  │  │  │  ├── class
│  │  │  │  │  ├── Kconfig.cdc_acm
│  │  │  │  │  │ usbd_cdc_acm.c
│  │  │  │  │ usbd_shell.c
│  ├── tests
│  │  ├── application_development
│  │  │  ├── code_relocation
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── src
│  │  │  │  │  ├── test_file1.c
│  │  │  │  │  │ test_file2.c
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_interrupt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ arm_interrupt.c
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  ├── arm_thread_swap
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── arm_syscalls.c
│  │  │  │  │  │  │ arm_thread_arch.c
│  │  │  ├── riscv
│  │  │  │  ├── userspace
│  │  │  │  │  ├── riscv_gp
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  ├── benchmarks
│  │  │  ├── footprints
│  │  │  │  ├── src
│  │  │  │  │  │ system_thread.c
│  │  ├── bluetooth
│  │  │  ├── audio
│  │  │  │  ├── ascs
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── codec
│  │  │  │  │  │ prj.conf
│  │  │  ├── bt_crypto
│  │  │  │  ├── boards
│  │  │  │  │  │ qemu_cortex_m3.conf
│  │  │  │  │ prj.conf
│  │  │  ├── common
│  │  │  │  ├── testlib
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── testlib
│  │  │  │  │  │  │  ├── addr.h
│  │  │  │  │  │  │  │ att.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ att.c
│  │  │  ├── 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
│  │  │  │  ├── mock_ctrl
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ ticker.c
│  │  │  ├── df
│  │  │  │  ├── connection_cte_req
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connection_cte_tx_params
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_chains
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_rx
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_tx
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── host
│  │  │  │  ├── conn
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── kernel.c
│  │  │  │  │  │  │ kernel.h
│  │  │  │  ├── cs
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── conn.c
│  │  │  │  │  │  │ conn.h
│  │  │  ├── init
│  │  │  │  ├── prj_10.conf
│  │  │  │  ├── prj_11.conf
│  │  │  │  ├── prj_12.conf
│  │  │  │  ├── prj_13.conf
│  │  │  │  ├── prj_14.conf
│  │  │  │  ├── prj_15.conf
│  │  │  │  ├── prj_17.conf
│  │  │  │  ├── prj_20.conf
│  │  │  │  ├── prj_21.conf
│  │  │  │  ├── prj_9.conf
│  │  │  │  ├── prj_ctlr.conf
│  │  │  │  ├── prj_ctlr_5_x_dbg.conf
│  │  │  │  ├── prj_ctlr_dbg.conf
│  │  │  │  ├── prj_ctlr_ticker.conf
│  │  │  │  ├── prj_ctlr_tiny.conf
│  │  │  │  ├── prj_host_6_x.conf
│  │  │  │  ├── prj_llcp.conf
│  │  │  │  │ testcase.yaml
│  │  │  ├── mesh_shell
│  │  │  │  ├── boards
│  │  │  │  │  │ qemu_x86.conf
│  │  │  │  │ prj.conf
│  │  │  ├── shell
│  │  │  │  ├── audio.conf
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340_audio_dk_nrf5340_cpuapp.conf
│  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  ├── tester
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340_audio_dk_nrf5340_cpuapp.conf
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  ├── hci_ipc_cpunet.conf
│  │  │  │  ├── overlay-le-audio.conf
│  │  │  │  ├── overlay-mesh.conf
│  │  │  │  ├── src
│  │  │  │  │  ├── audio
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── btp
│  │  │  │  │  │  │  ├── btp_bap.h
│  │  │  │  │  │  │  │ btp_pbp.h
│  │  │  │  │  │  ├── btp_bap.c
│  │  │  │  │  │  ├── btp_bap_broadcast.c
│  │  │  │  │  │  ├── btp_bap_broadcast.h
│  │  │  │  │  │  ├── btp_cap.c
│  │  │  │  │  │  ├── btp_pbp.c
│  │  │  │  │  │  │ btp_tmap.c
│  │  │  │  │  ├── btp.c
│  │  │  │  │  ├── btp
│  │  │  │  │  │  ├── btp.h
│  │  │  │  │  │  ├── btp_gap.h
│  │  │  │  │  │  │ bttester.h
│  │  │  │  │  ├── btp_core.c
│  │  │  │  │  │ btp_gap.c
│  │  │  │  ├── sysbuild.cmake
│  │  │  │  │ testcase.yaml
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── comp
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── pytest
│  │  │  │  │  │  │ test_stm.py
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── hwinfo
│  │  │  │  │  ├── reset_cause
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf70
│  │  │  │  │  ├── bustest
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── qdec
│  │  │  │  │  │ testcase.yaml
│  │  ├── boot
│  │  │  ├── mcuboot_recovery_retention
│  │  │  │  │ sysbuild.conf
│  │  │  ├── test_mcuboot
│  │  │  │  │ sysbuild.conf
│  │  ├── bsim
│  │  │  ├── babblekit
│  │  │  │  ├── include
│  │  │  │  │  ├── babblekit
│  │  │  │  │  │  ├── flags.h
│  │  │  │  │  │  │ testcase.h
│  │  │  ├── bluetooth
│  │  │  │  ├── audio
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── bap_bass_broadcaster_test.c
│  │  │  │  │  │  ├── bap_broadcast_assistant_test.c
│  │  │  │  │  │  ├── bap_broadcast_sink_test.c
│  │  │  │  │  │  ├── bap_broadcast_source_test.c
│  │  │  │  │  │  ├── bap_common.h
│  │  │  │  │  │  ├── bap_scan_delegator_test.c
│  │  │  │  │  │  ├── bap_unicast_client_test.c
│  │  │  │  │  │  ├── bap_unicast_server_test.c
│  │  │  │  │  │  ├── cap_acceptor_test.c
│  │  │  │  │  │  ├── cap_commander_test.c
│  │  │  │  │  │  ├── cap_initiator_broadcast_test.c
│  │  │  │  │  │  ├── cap_initiator_unicast_test.c
│  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  ├── csip_notify_server_test.c
│  │  │  │  │  │  ├── csip_set_coordinator_test.c
│  │  │  │  │  │  ├── csip_set_member_test.c
│  │  │  │  │  │  ├── gmap_ugg_test.c
│  │  │  │  │  │  ├── gmap_ugt_test.c
│  │  │  │  │  │  ├── has_test.c
│  │  │  │  │  │  ├── ias_test.c
│  │  │  │  │  │  ├── mcs_test.c
│  │  │  │  │  │  ├── media_controller_test.c
│  │  │  │  │  │  ├── micp_mic_dev_test.c
│  │  │  │  │  │  ├── pacs_notify_server_test.c
│  │  │  │  │  │  ├── pbp_public_broadcast_source_test.c
│  │  │  │  │  │  ├── tbs_client_test.c
│  │  │  │  │  │  ├── tmap_client_test.c
│  │  │  │  │  │  ├── tmap_server_test.c
│  │  │  │  │  │  │ vcp_vol_rend_test.c
│  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  ├── _bap_bass.sh
│  │  │  │  │  │  ├── bap_broadcast_audio_assistant.sh
│  │  │  │  │  │  ├── ccp.sh
│  │  │  │  │  │  ├── csip.sh
│  │  │  │  │  │  ├── csip_encrypted_sirk.sh
│  │  │  │  │  │  ├── csip_forced_release.sh
│  │  │  │  │  │  ├── csip_new_sirk.sh
│  │  │  │  │  │  ├── csip_new_size_and_rank.sh
│  │  │  │  │  │  ├── csip_no_lock.sh
│  │  │  │  │  │  ├── csip_no_rank.sh
│  │  │  │  │  │  │ csip_no_size.sh
│  │  │  │  ├── audio_samples
│  │  │  │  │  ├── bap_unicast_client
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340bsim_nrf5340_cpuapp.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ unicast_client_sample_test.c
│  │  │  │  ├── host
│  │  │  │  │  ├── adv
│  │  │  │  │  │  ├── chain
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── encrypted
│  │  │  │  │  │  │  ├── css_sample_data
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │  │ run_tests.sh
│  │  │  │  │  │  ├── extended
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── ext_adv_advertiser.c
│  │  │  │  │  │  │  │  │ ext_adv_scanner.c
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  │ ext_adv.sh
│  │  │  │  │  │  ├── long_ad
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── advertiser.c
│  │  │  │  │  │  │  │  │ scanner.c
│  │  │  │  │  │  ├── periodic
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── per_adv_advertiser.c
│  │  │  │  │  │  │  │  │ per_adv_sync.c
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  ├── per_adv.sh
│  │  │  │  │  │  │  │  ├── per_adv_app_not_scanning.sh
│  │  │  │  │  │  │  │  ├── per_adv_app_not_scanning_coded.sh
│  │  │  │  │  │  │  │  ├── per_adv_conn.sh
│  │  │  │  │  │  │  │  ├── per_adv_conn_privacy.sh
│  │  │  │  │  │  │  │  │ per_adv_long_data.sh
│  │  │  │  │  ├── att
│  │  │  │  │  │  ├── eatt
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── main_autoconnect.c
│  │  │  │  │  │  │  │  ├── main_collision.c
│  │  │  │  │  │  │  │  ├── main_lowres.c
│  │  │  │  │  │  │  │  │ main_reconfigure.c
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  ├── autoconnect.sh
│  │  │  │  │  │  │  │  ├── collision.sh
│  │  │  │  │  │  │  │  ├── lowres.sh
│  │  │  │  │  │  │  │  │ multiple_conn.sh
│  │  │  │  │  │  ├── eatt_notif
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── client_test.c
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ server_test.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ eatt_notif.sh
│  │  │  │  │  │  ├── mtu_update
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── main_central.c
│  │  │  │  │  │  │  │  │ main_peripheral.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ run_test.sh
│  │  │  │  │  │  ├── pipeline
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  │  ├── dut
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── tester
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── read_fill_buf
│  │  │  │  │  │  │  ├── bs_macro.h
│  │  │  │  │  │  │  ├── bs_main.c
│  │  │  │  │  │  │  ├── client
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── server
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ run_tests.sh
│  │  │  │  │  │  ├── retry_on_sec_err
│  │  │  │  │  │  │  ├── client
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── server
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── test_utils.c
│  │  │  │  │  │  │  │ test_utils.h
│  │  │  │  │  │  ├── sequential
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  ├── common_defs.h
│  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  │  ├── dut
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── tester
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── central
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── dummy_peripheral.c
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── gatt
│  │  │  │  │  │  ├── authorization
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── gatt_client_test.c
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ gatt.sh
│  │  │  │  │  │  ├── caching
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── gatt_client_test.c
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── ccc_store
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── overlay-no_store_on_write.conf
│  │  │  │  │  │  │  ├── prj_2.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ ccc_no_store_on_write.sh
│  │  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  │  ├── device_name
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── client.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ server.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ run_device_name.sh
│  │  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  │  ├── general
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── gatt_client_test.c
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ gatt.sh
│  │  │  │  │  │  ├── notify
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── gatt_client_test.c
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── notify_multiple
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── gatt_client_test.c
│  │  │  │  │  │  │  │  │ gatt_server_test.c
│  │  │  │  │  │  ├── sc_indicate
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  ├── settings
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── overlay-privacy.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── client.c
│  │  │  │  │  │  │  │  ├── gatt_utils.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── server.c
│  │  │  │  │  │  │  │  ├── utils.c
│  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ run_gatt_settings_privacy.sh
│  │  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  │  ├── settings_clear
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── client.c
│  │  │  │  │  │  │  │  │ server.c
│  │  │  │  │  ├── id
│  │  │  │  │  │  ├── settings
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── dut.c
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── iso
│  │  │  │  │  │  ├── bis
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bis_broadcaster.c
│  │  │  │  │  │  │  │  ├── bis_receiver.c
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  │ common.h
│  │  │  │  │  │  ├── cis
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── cis_central.c
│  │  │  │  │  │  │  │  ├── cis_peripheral.c
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  │ common.h
│  │  │  │  │  │  ├── frag
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ broadcaster.c
│  │  │  │  │  │  ├── frag_2
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ broadcaster.c
│  │  │  │  │  ├── l2cap
│  │  │  │  │  │  ├── credits
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── overlay-ecred.conf
│  │  │  │  │  │  │  ├── prj_ecred.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── testcase.yaml
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  │ l2cap_credits_ecred.sh
│  │  │  │  │  │  ├── credits_seg_recv
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── overlay-ecred.conf
│  │  │  │  │  │  │  ├── prj_ecred.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── testcase.yaml
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  │ l2cap_credits_seg_recv_ecred.sh
│  │  │  │  │  │  ├── general
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main_l2cap_ecred.c
│  │  │  │  │  │  ├── many_conns
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── multilink_peripheral
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ dut.c
│  │  │  │  │  │  ├── reassembly
│  │  │  │  │  │  │  ├── dut
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ dut.c
│  │  │  │  │  │  │  ├── peer
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ peer.c
│  │  │  │  │  │  ├── send_on_connect
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── overlay-ecred.conf
│  │  │  │  │  │  │  ├── prj_ecred.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main_l2cap_send_on_connect.c
│  │  │  │  │  │  │  ├── testcase.yaml
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  │ l2cap.sh
│  │  │  │  │  │  ├── split
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  │  ├── dut
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── tester
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── stress
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── overlay-nofrag.conf
│  │  │  │  │  │  │  ├── overlay-syswq.conf
│  │  │  │  │  │  │  ├── prj_nofrag.conf
│  │  │  │  │  │  │  ├── prj_syswq.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── testcase.yaml
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  ├── l2cap_nofrag.sh
│  │  │  │  │  │  │  │  │ l2cap_syswq.sh
│  │  │  │  │  │  ├── userdata
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main_l2cap_userdata.c
│  │  │  │  │  ├── misc
│  │  │  │  │  │  ├── acl_tx_frag
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── dut.c
│  │  │  │  │  │  │  │  │ peer.c
│  │  │  │  │  │  ├── conn_stress
│  │  │  │  │  │  │  ├── central
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── peripheral
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── disable
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── gatt_client_test.c
│  │  │  │  │  │  │  │  ├── gatt_server_test.c
│  │  │  │  │  │  │  │  │ main_disable.c
│  │  │  │  │  │  ├── disconnect
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── sync.c
│  │  │  │  │  │  │  │  ├── sync.h
│  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  │  ├── dut
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── tester
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── hfc
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  ├── sample_test
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── dut.c
│  │  │  │  │  │  │  │  │ peer.c
│  │  │  │  │  │  ├── unregister_conn_cb
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── privacy
│  │  │  │  │  │  ├── central
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── dut.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ tester.c
│  │  │  │  │  │  ├── device
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── test_undirected_central.c
│  │  │  │  │  │  │  │  ├── test_undirected_main.c
│  │  │  │  │  │  │  │  │ test_undirected_peripheral.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ run_tests.sh
│  │  │  │  │  │  ├── legacy
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── dut.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ tester.c
│  │  │  │  │  │  ├── peripheral
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── dut_rpa_expired.c
│  │  │  │  │  │  │  │  ├── dut_rpa_rotation.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── main_rpa_expired.c
│  │  │  │  │  │  │  │  ├── main_rpa_rotation.c
│  │  │  │  │  │  │  │  ├── tester_rpa_expired.c
│  │  │  │  │  │  │  │  │ tester_rpa_rotation.c
│  │  │  │  │  ├── scan
│  │  │  │  │  │  ├── start_stop
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── security
│  │  │  │  │  │  ├── bond_overwrite_allowed
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  ├── bond_overwrite_denied
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  ├── bond_per_connection
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  ├── ccc_update
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── overlay-no_lazy_load.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ ccc_update_no_lazy_load.sh
│  │  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  │  ├── id_addr_update
│  │  │  │  │  │  │  ├── central
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  │  ├── utils.c
│  │  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │ bs_bt_utils.h
│  │  │  │  │  │  │  ├── peripheral
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │  ├── peripheral.c
│  │  │  │  │  │  │  │  │  ├── utils.c
│  │  │  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  ├── security_changed_callback
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── bs_bt_utils.c
│  │  │  │  │  │  │  │  ├── bs_bt_utils.h
│  │  │  │  │  │  │  │  ├── central.c
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  │ peripheral.c
│  │  │  │  ├── ll
│  │  │  │  │  ├── edtt
│  │  │  │  │  │  ├── README.txt
│  │  │  │  │  │  ├── hci_test_app
│  │  │  │  │  │  │  ├── prj_dut_llcp.conf
│  │  │  │  │  │  │  │ prj_tst_llcp.conf
│  │  │  │  ├── mesh
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── compile.sh
│  │  │  │  │  ├── overlay_gatt.conf
│  │  │  │  │  ├── overlay_gatt_separate.conf
│  │  │  │  │  ├── overlay_multi_adv_sets.conf
│  │  │  │  │  ├── overlay_pst.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── distribute_keyid.c
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  ├── psa_its_emul.c
│  │  │  │  │  │  ├── test_advertiser.c
│  │  │  │  │  │  │ test_provision.c
│  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  ├── advertiser
│  │  │  │  │  │  │  ├── cancel.sh
│  │  │  │  │  │  │  ├── disable.sh
│  │  │  │  │  │  │  ├── proxy_mixin.sh
│  │  │  │  │  │  │  ├── random_order.sh
│  │  │  │  │  │  │  ├── relay.sh
│  │  │  │  │  │  │  ├── reverse_order.sh
│  │  │  │  │  │  │  ├── send_order.sh
│  │  │  │  │  │  │  ├── terminate.sh
│  │  │  │  │  │  │  ├── tx_cb_multi.sh
│  │  │  │  │  │  │  │ tx_cb_single.sh
│  │  │  │  │  │  ├── provision
│  │  │  │  │  │  │  ├── pb_adv_multi.sh
│  │  │  │  │  │  │  ├── pb_adv_no_oob.sh
│  │  │  │  │  │  │  ├── pb_adv_oob_auth_oob_pk.sh
│  │  │  │  │  │  │  ├── pb_adv_reprovision.sh
│  │  │  │  │  │  │  ├── pb_cancel.sh
│  │  │  │  │  │  │  ├── pb_remote_parallel.sh
│  │  │  │  │  │  │  ├── pb_remote_reprovision.sh
│  │  │  │  │  │  │  ├── pb_remote_timeout.sh
│  │  │  │  │  │  │  ├── prov_multi.sh
│  │  │  │  │  │  │  ├── prov_no_oob.sh
│  │  │  │  │  │  │  ├── prov_oob_auth_ib_pk.sh
│  │  │  │  │  │  │  ├── prov_oob_auth_ignore_oob_pk.sh
│  │  │  │  │  │  │  ├── prov_oob_auth_oob_pk.sh
│  │  │  │  │  │  │  │ prov_reprovision.sh
│  │  │  │  ├── samples
│  │  │  │  │  ├── battery_service
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ central_test.c
│  │  │  │ ci.uart.sh
│  │  ├── cmake
│  │  │  ├── yaml
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ test.yaml
│  │  ├── crypto
│  │  │  ├── mbedtls
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── secp256r1
│  │  │  │  │ mbedtls.conf
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  ├── adc_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── audio
│  │  │  │  ├── dmic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── build_all
│  │  │  │  ├── regulator
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── sensor
│  │  │  │  │  ├── i2c.dtsi
│  │  │  │  │  ├── sensors_trigger_none.conf
│  │  │  │  │  │ sensors_trigger_own.conf
│  │  │  ├── can
│  │  │  │  ├── host
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_calibration
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── nrf_lf_clock_start
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── onoff
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── counter
│  │  │  │  ├── counter_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_common.dtsi
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  ├── nrf54l20pdk_nrf54l20_common.dtsi
│  │  │  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.overlay
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.conf
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── negative_tests
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── i2c
│  │  │  │  ├── i2c_nrfx_twim
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c_nrfx_twim.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2c_target_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuapp.conf
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── i2s
│  │  │  │  ├── i2s_api
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  ├── i2s_speed
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_aclk.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2s_speed.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── mspi
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── pwm
│  │  │  │  ├── pwm_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  │  ├── sysbuild
│  │  │  │  │  │  ├── vpr_launcher
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │ prj.conf
│  │  │  │  ├── pwm_gpio_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── retained_mem
│  │  │  │  ├── api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.conf
│  │  │  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── sensor
│  │  │  │  ├── temp_sensor
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_fast_spis.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── spi_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── spi_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_fast.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf_at_16mhz.overlay
│  │  │  │  │  │  ├── nrf_at_32mhz.overlay
│  │  │  │  │  │  │ nrf_at_8mhz.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── timer
│  │  │  │  ├── nrf_grtc_timer
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_uart_async.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── uart_elementary
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  ├── uart_mix_fifo_poll
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── uart_pm
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron.conf
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_iron.overlay
│  │  │  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── wdt_variables
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuflpr.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── sysbuild
│  │  │  │  │  │  ├── vpr_launcher
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │  │ prj.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── wifi
│  │  │  │  ├── nrf_wifi
│  │  │  │  │  │ testcase.yaml
│  │  ├── kernel
│  │  │  ├── context
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── fatal
│  │  │  │  ├── exception
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── message_capture
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── gen_isr_table
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── ipi_cascade
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mem_protect
│  │  │  │  ├── mem_protect
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ inherit.c
│  │  │  │  ├── obj_validation
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── userspace
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── sched
│  │  │  │  ├── deadline
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── schedule_api
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── prj_dumb.conf
│  │  │  │  │  │ prj_multiq.conf
│  │  │  ├── smp
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── threads
│  │  │  │  ├── dynamic_thread_stack
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── thread_apis
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │ test_essential_thread.c
│  │  │  ├── timer
│  │  │  │  ├── timer_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── timer_behavior
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.conf
│  │  │  ├── usage
│  │  │  │  ├── thread_runtime_stats
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_thread_runtime_stats.c
│  │  │  ├── workq
│  │  │  │  ├── work_queue
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ start_stop.c
│  │  ├── lib
│  │  │  ├── newlib
│  │  │  │  ├── heap_listener
│  │  │  │  │  │ prj.conf
│  │  ├── net
│  │  │  ├── ipv6
│  │  │  │  │ prj.conf
│  │  │  ├── lib
│  │  │  │  ├── mqtt
│  │  │  │  │  ├── v3_1_1
│  │  │  │  │  │  ├── mqtt_client
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  │  ├── mqtt_packet
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ mqtt_packet.c
│  │  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── v5_0
│  │  │  │  │  │  ├── mqtt_packet
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ mqtt_packet.c
│  │  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── wifi_credentials_backend_psa
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── wifi
│  │  │  │  ├── configs
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fcb
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── littlefs
│  │  │  │  │  │ sysbuild.conf
│  │  │  ├── logging
│  │  │  │  ├── log_disabled
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── modem
│  │  │  │  ├── modem_cmux
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── modem_cmux_pair
│  │  │  │  │  │ prj.conf
│  │  │  ├── nrfs
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.txt
│  │  │  │  ├── prj.conf
│  │  │  │  ├── remote
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── sysbuild.cmake
│  │  │  │  │ testcase.yaml
│  │  │  ├── openthread
│  │  │  │  │ radio_test.c
│  │  │  ├── pm
│  │  │  │  ├── power_mgmt
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── secure_storage
│  │  │  │  ├── psa
│  │  │  │  │  ├── crypto
│  │  │  │  │  │  ├── overlay-secure_storage.conf
│  │  │  │  │  │  ├── overlay-tfm.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── its
│  │  │  │  │  │  ├── overlay-secure_storage.conf
│  │  │  │  │  │  ├── overlay-tfm.conf
│  │  │  │  │  │  ├── overlay-transform_default.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── settings
│  │  │  │  ├── zms
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── settings_test.h
│  │  │  │  │  │  │ settings_test_zms.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── stream
│  │  │  │  │  ├── stream_flash
│  │  │  │  │  │  │ testcase.yaml
│  │  ├── ztest
│  │  │  ├── error_hook
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │ west.yml

Outputs:

Toolchain

Version: 1d2c5d0ab5
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:1d2c5d0ab5_e85602c25f

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-zephyr test count: 7897
  • ❌ 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_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-main
    • ❌ test-sdk-find-my
    • ❌ test-fw-nrfconnect-nrf-iot_mosh
    • ❌ test-fw-nrfconnect-nrf-iot_positioning
    • ❌ test-sdk-wifi
    • ❌ test-low-level
    • ❌ test-sdk-pmic-samples
    • ❌ test-sdk-mcuboot
    • ⚠️ test-sdk-dfu
Disabled integration tests
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-secdom-samples-public

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

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.

1 participant