Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested a review from a team as a code owner September 25, 2024 05:32
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Sep 25, 2024
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 25, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@4322f51 nrfconnect/sdk-zephyr#2047 nrfconnect/sdk-zephyr#2047/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 25, 2024

CI Information

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

Inputs:

Sources:

trusted-firmware-m: PR head: a11cd27905aecc4416cfc85552bfc3b997375056
sdk-nrf: PR head: e386c8a3d91d47c404850fc185f399420cf4243d
mcuboot: PR head: e890df7ab975da181a9f3fb3abc470bf935625ab
mbedtls: PR head: fb36f3fe20f9f62e67b1a20c0cfe0a6788ec2bf6
openthread: PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
zcbor: PR head: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
hostap: PR head: cbae0170437dbe196d436b2b53d7aefb97044b0c
zephyr: PR head: 25115d7817b456ed1436a7cbe1a0c5b4f7055f92

more details

trusted-firmware-m:

PR head: a11cd27905aecc4416cfc85552bfc3b997375056
merge base: 785d87492490069b62170159fcf21c385f90f4eb
Diff

sdk-nrf:

PR head: e386c8a3d91d47c404850fc185f399420cf4243d
merge base: 2bae3437305bc8f5eb29260ca545fb8033b2b80b
target head (main): f0654346b9c7b64482740b1ee730641f2470410b
Diff

mcuboot:

PR head: e890df7ab975da181a9f3fb3abc470bf935625ab
merge base: 018dc01d484358d81f889c36471d9ce5590965b6
Diff

mbedtls:

PR head: fb36f3fe20f9f62e67b1a20c0cfe0a6788ec2bf6
merge base: 3217c450180fd5e817601c6f479116de69e57461
Diff

openthread:

PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
merge base: e10a92570f94ff1e0bc5e0da9ecf0ee135d955a6
Diff

zcbor:

PR head: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
merge base: b85a5508d473ef6d301d92eae2d721369a5a7665
Diff

hostap:

PR head: cbae0170437dbe196d436b2b53d7aefb97044b0c
merge base: 83574f533fb5c6808af0d9872741d72d48be2f98
Diff

zephyr:

PR head: 25115d7817b456ed1436a7cbe1a0c5b4f7055f92
merge base: 4322f5169f4c0f24e3712de061a2fec5a29098a7
target head (main): 6f6b0e4ac941540618a5933449538408acc85c7b
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 (15964)
bootloader
│  ├── mcuboot
│  │  ├── .github
│  │  │  ├── workflows
│  │  │  │  ├── imgtool.yaml
│  │  │  │  │ zephyr_build.yaml
│  │  ├── Cargo.toml
│  │  ├── README.md
│  │  ├── boot
│  │  │  ├── boot_serial
│  │  │  │  ├── src
│  │  │  │  │  ├── boot_serial.c
│  │  │  │  │  ├── boot_serial_encryption.c
│  │  │  │  │  │ boot_serial_priv.h
│  │  │  ├── bootutil
│  │  │  │  ├── include
│  │  │  │  │  ├── bootutil
│  │  │  │  │  │  ├── boot_record.h
│  │  │  │  │  │  ├── boot_status.h
│  │  │  │  │  │  ├── bootutil.h
│  │  │  │  │  │  ├── crypto
│  │  │  │  │  │  │  ├── aes_ctr.h
│  │  │  │  │  │  │  ├── aes_kw.h
│  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  ├── ecdsa.h
│  │  │  │  │  │  │  │ sha.h
│  │  │  │  │  │  ├── enc_key.h
│  │  │  │  │  │  ├── fault_injection_hardening.h
│  │  │  │  │  │  │ image.h
│  │  │  │  ├── pkg.yml
│  │  │  │  ├── src
│  │  │  │  │  ├── boot_record.c
│  │  │  │  │  ├── bootutil_misc.c
│  │  │  │  │  ├── bootutil_priv.h
│  │  │  │  │  ├── encrypted.c
│  │  │  │  │  ├── image_ed25519.c
│  │  │  │  │  ├── image_validate.c
│  │  │  │  │  ├── loader.c
│  │  │  │  │  ├── swap_move.c
│  │  │  │  │  │ swap_scratch.c
│  │  │  ├── espressif
│  │  │  │  ├── hal
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── esp32c6
│  │  │  │  │  │  │  │ esp32c6.cmake
│  │  │  │  │  │  ├── esp32h2
│  │  │  │  │  │  │  │ esp32h2.cmake
│  │  │  ├── mynewt
│  │  │  │  │ pkg.yml
│  │  │  ├── zephyr
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.serial_recovery
│  │  │  │  ├── boards
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.overlay
│  │  │  │  │  ├── mimxrt1050_evk_mimxrt1052.conf
│  │  │  │  │  ├── mimxrt1062_fmurt6.conf
│  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm7.conf
│  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.conf
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.conf
│  │  │  │  │  ├── nrf9161dk_nrf9161_0_7_0.conf
│  │  │  │  │  ├── thingy52_nrf52832.conf
│  │  │  │  │  ├── thingy53_nrf5340_cpuapp.conf
│  │  │  │  │  │ vmu_rt1170_mimxrt1176_cm7.conf
│  │  │  │  ├── include
│  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │ mcuboot_config.h
│  │  │  │  ├── kernel
│  │  │  │  │  │ banner.c
│  │  │  │  ├── main.c
│  │  │  │  ├── socs
│  │  │  │  │  ├── esp32c2.conf
│  │  │  │  │  │ esp32c6.conf
│  │  │  │  ├── sysbuild
│  │  │  │  │  │ CMakeLists.txt
│  │  ├── ci
│  │  │  ├── fih-tests_install.sh
│  │  │  ├── fih-tests_run.sh
│  │  │  ├── fih-tests_version.sh
│  │  │  ├── fih_test_docker
│  │  │  │  ├── docker-build
│  │  │  │  │  │ Dockerfile
│  │  │  │  ├── execute_test.sh
│  │  │  │  ├── fi_tester_gdb.sh
│  │  │  │  ├── paths.sh
│  │  │  │  │ run_fi_test.sh
│  │  ├── docs
│  │  │  ├── Gemfile.lock
│  │  │  ├── encrypted_images.md
│  │  │  ├── index.md
│  │  │  ├── readme-zephyr.md
│  │  │  ├── release-notes.d
│  │  │  │  ├── bootutil-enc-hw-keys.md
│  │  │  │  ├── bootutil-image-verification.md
│  │  │  │  ├── encrypted-scratch-partition.md
│  │  │  │  ├── fix-nordic.md
│  │  │  │  ├── fix-ram-load-zephyr-address.md
│  │  │  │  ├── fix-zephyr-sysbuild-name.md
│  │  │  │  ├── imgtool_sanity_test.md
│  │  │  │  ├── max-app-size-changes.md
│  │  │  │  ├── serial-recovery-slot-info.md
│  │  │  │  ├── zephyr-auto-max-sectors.md
│  │  │  │  │ zephyr-compression.md
│  │  ├── ext
│  │  │  ├── fiat
│  │  │  │  ├── src
│  │  │  │  │  │ curve25519.c
│  │  ├── samples
│  │  │  ├── mcuboot_config
│  │  │  │  │ mcuboot_config.template.h
│  │  ├── scripts
│  │  │  ├── imgtool.nix
│  │  │  ├── imgtool
│  │  │  │  ├── boot_record.py
│  │  │  │  ├── dumpinfo.py
│  │  │  │  ├── image.py
│  │  │  │  ├── keys
│  │  │  │  │  ├── ecdsa_test.py
│  │  │  │  │  ├── ed25519.py
│  │  │  │  │  ├── ed25519_test.py
│  │  │  │  │  ├── general.py
│  │  │  │  │  │ rsa_test.py
│  │  │  │  ├── main.py
│  │  │  │  │ version.py
│  │  │  ├── requirements.txt
│  │  │  ├── setup.py
│  │  │  ├── tests
│  │  │  │  ├── conftest.py
│  │  │  │  ├── test_commands.py
│  │  │  │  │ test_keys.py
│  │  ├── sim
│  │  │  ├── mcuboot-sys
│  │  │  │  ├── build.rs
│  │  │  │  ├── src
│  │  │  │  │  ├── api.rs
│  │  │  │  │  ├── area.rs
│  │  │  │  │  │ c.rs
│  │  │  ├── src
│  │  │  │  │ image.rs
zephyr
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── audio
│  │  │  │  ├── mpl.c
│  │  │  │  ├── mpl_internal.h
│  │  │  │  ├── pacs.c
│  │  │  │  ├── pacs_internal.h
│  │  │  │  ├── pbp.c
│  │  │  │  ├── shell
│  │  │  │  │  ├── audio.h
│  │  │  │  │  ├── bap.c
│  │  │  │  │  ├── bap_broadcast_assistant.c
│  │  │  │  │  ├── bap_scan_delegator.c
│  │  │  │  │  ├── bap_usb.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
│  │  │  │  │  ├── tbs.c
│  │  │  │  │  ├── tbs_client.c
│  │  │  │  │  ├── tmap.c
│  │  │  │  │  ├── vcp_vol_ctlr.c
│  │  │  │  │  │ vcp_vol_rend.c
│  │  │  │  ├── tbs.c
│  │  │  │  ├── tbs_client.c
│  │  │  │  ├── tbs_internal.h
│  │  │  │  ├── tmap.c
│  │  │  │  ├── vcp_internal.h
│  │  │  │  ├── vcp_vol_ctlr.c
│  │  │  │  ├── vcp_vol_rend.c
│  │  │  │  ├── vocs.c
│  │  │  │  ├── vocs_client.c
│  │  │  │  │ vocs_internal.h
│  │  │  ├── common
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dummy.c
│  │  │  │  │ rpa.c
│  │  │  ├── controller
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.df
│  │  │  │  ├── Kconfig.ll_sw_split
│  │  │  │  ├── hal
│  │  │  │  │  │ cntr.h
│  │  │  │  ├── hci
│  │  │  │  │  ├── hci.c
│  │  │  │  │  │ hci_driver.c
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── isoal.c
│  │  │  │  │  ├── lll.h
│  │  │  │  │  ├── lll_adv.h
│  │  │  │  │  ├── lll_scan.h
│  │  │  │  │  ├── lll_scan_aux.h
│  │  │  │  │  ├── lll_sync.h
│  │  │  │  │  ├── lll_sync_iso.h
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── cntr_vendor_hal.h
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── cntr.c
│  │  │  │  │  │  │  │  ├── cntr.h
│  │  │  │  │  │  │  │  ├── debug.h
│  │  │  │  │  │  │  │  ├── nrfx_glue
│  │  │  │  │  │  │  │  │  │ bt_ctlr_used_resources.h
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  │  │  │  ├── radio.h
│  │  │  │  │  │  │  │  │  ├── radio_df.c
│  │  │  │  │  │  │  │  │  ├── radio_df.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_gpiote.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_dppi_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_fem.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_ppi.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_ppi_gpiote.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_ppi_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_nrf5_resources.h
│  │  │  │  │  │  │  │  │  ├── radio_sim_nrf52.h
│  │  │  │  │  │  │  │  │  │ radio_sim_nrf5340.h
│  │  │  │  │  │  │  │  ├── swi.h
│  │  │  │  │  │  │  │  ├── ticker.c
│  │  │  │  │  │  │  │  │ ticker.h
│  │  │  │  │  │  ├── hci
│  │  │  │  │  │  │  │ hci_vendor.h
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  ├── lll.c
│  │  │  │  │  │  │  ├── lll_adv.c
│  │  │  │  │  │  │  ├── lll_adv_aux.c
│  │  │  │  │  │  │  ├── lll_adv_iso.c
│  │  │  │  │  │  │  ├── lll_adv_pdu.h
│  │  │  │  │  │  │  ├── lll_central_iso.c
│  │  │  │  │  │  │  ├── lll_clock.c
│  │  │  │  │  │  │  ├── lll_conn.c
│  │  │  │  │  │  │  ├── lll_df.c
│  │  │  │  │  │  │  ├── lll_peripheral.c
│  │  │  │  │  │  │  ├── lll_peripheral_iso.c
│  │  │  │  │  │  │  ├── lll_prof.c
│  │  │  │  │  │  │  ├── lll_prof_internal.h
│  │  │  │  │  │  │  ├── lll_scan.c
│  │  │  │  │  │  │  ├── lll_scan_aux.c
│  │  │  │  │  │  │  ├── lll_sync.c
│  │  │  │  │  │  │  ├── lll_sync_iso.c
│  │  │  │  │  │  │  │ lll_vendor.h
│  │  │  │  │  │  ├── ull
│  │  │  │  │  │  │  │ ull_iso_vendor.c
│  │  │  │  │  ├── openisa
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── RV32M1
│  │  │  │  │  │  │  │  ├── cntr.h
│  │  │  │  │  │  │  │  ├── debug.h
│  │  │  │  │  │  │  │  │ ticker.h
│  │  │  │  │  │  │  │ cntr_vendor_hal.h
│  │  │  │  │  │  ├── lll
│  │  │  │  │  │  │  │ lll_adv_pdu.h
│  │  │  │  │  ├── pdu.h
│  │  │  │  │  ├── ull.c
│  │  │  │  │  ├── ull_adv.c
│  │  │  │  │  ├── ull_adv_aux.c
│  │  │  │  │  ├── ull_adv_internal.h
│  │  │  │  │  ├── ull_adv_iso.c
│  │  │  │  │  ├── ull_adv_sync.c
│  │  │  │  │  ├── ull_adv_types.h
│  │  │  │  │  ├── ull_central_iso.c
│  │  │  │  │  ├── ull_conn.c
│  │  │  │  │  ├── ull_conn_internal.h
│  │  │  │  │  ├── ull_df.c
│  │  │  │  │  ├── ull_internal.h
│  │  │  │  │  ├── ull_iso.c
│  │  │  │  │  ├── ull_iso_internal.h
│  │  │  │  │  ├── ull_llcp.c
│  │  │  │  │  ├── ull_llcp.h
│  │  │  │  │  ├── ull_llcp_common.c
│  │  │  │  │  ├── ull_scan.c
│  │  │  │  │  ├── ull_scan_aux.c
│  │  │  │  │  ├── ull_sync.c
│  │  │  │  │  ├── ull_sync_iso.c
│  │  │  │  │  ├── ull_sync_iso_internal.h
│  │  │  │  │  │ ull_sync_types.h
│  │  │  │  ├── ticker
│  │  │  │  │  ├── ticker.c
│  │  │  │  │  │ ticker.h
│  │  │  │  ├── util
│  │  │  │  │  ├── mem.h
│  │  │  │  │  │ memq.c
│  │  │  ├── crypto
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── bt_crypto.c
│  │  │  │  ├── bt_crypto.h
│  │  │  │  ├── bt_crypto_psa.c
│  │  │  │  │ bt_crypto_tc.c
│  │  │  ├── host
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.gatt
│  │  │  │  ├── Kconfig.l2cap
│  │  │  │  ├── adv.c
│  │  │  │  ├── att.c
│  │  │  │  ├── att_internal.h
│  │  │  │  ├── buf.c
│  │  │  │  ├── buf_view.h
│  │  │  │  ├── classic
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── a2dp.c
│  │  │  │  │  ├── a2dp_codec_sbc.c
│  │  │  │  │  ├── at.c
│  │  │  │  │  ├── avdtp.c
│  │  │  │  │  ├── avdtp_internal.h
│  │  │  │  │  ├── hfp_ag.c
│  │  │  │  │  ├── hfp_ag_internal.h
│  │  │  │  │  ├── hfp_hf.c
│  │  │  │  │  ├── l2cap_br.c
│  │  │  │  │  ├── l2cap_br_interface.h
│  │  │  │  │  ├── l2cap_br_internal.h
│  │  │  │  │  ├── rfcomm.c
│  │  │  │  │  ├── rfcomm_internal.h
│  │  │  │  │  │ sdp.c
│  │  │  │  ├── conn.c
│  │  │  │  ├── conn_internal.h
│  │  │  │  ├── crypto_psa.c
│  │  │  │  ├── crypto_tc.c
│  │  │  │  ├── cs.c
│  │  │  │  ├── direction.c
│  │  │  │  ├── ecc.c
│  │  │  │  ├── gatt.c
│  │  │  │  ├── hci_common.c
│  │  │  │  ├── hci_core.c
│  │  │  │  ├── hci_core.h
│  │  │  │  ├── hci_ecc.c
│  │  │  │  ├── hci_raw.c
│  │  │  │  ├── hci_raw_internal.h
│  │  │  │  ├── id.c
│  │  │  │  ├── iso.c
│  │  │  │  ├── iso_internal.h
│  │  │  │  ├── l2cap.c
│  │  │  │  ├── monitor.c
│  │  │  │  ├── scan.c
│  │  │  │  ├── smp.c
│  │  │  │  ├── testing.c
│  │  │  │  │ testing.h
│  │  │  ├── mesh
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── access.c
│  │  │  │  ├── adv.c
│  │  │  │  ├── adv.h
│  │  │  │  ├── adv_ext.c
│  │  │  │  ├── adv_legacy.c
│  │  │  │  ├── beacon.c
│  │  │  │  ├── blob.h
│  │  │  │  ├── blob_cli.c
│  │  │  │  ├── blob_io_flash.c
│  │  │  │  ├── blob_srv.c
│  │  │  │  ├── brg_cfg.c
│  │  │  │  ├── brg_cfg.h
│  │  │  │  ├── brg_cfg_cli.c
│  │  │  │  ├── brg_cfg_srv.c
│  │  │  │  ├── cfg.c
│  │  │  │  ├── cfg_srv.c
│  │  │  │  ├── delayable_msg.c
│  │  │  │  ├── dfu_metadata.c
│  │  │  │  ├── foundation.h
│  │  │  │  ├── friend.c
│  │  │  │  ├── gatt_cli.c
│  │  │  │  ├── lpn.c
│  │  │  │  ├── main.c
│  │  │  │  ├── net.c
│  │  │  │  ├── net.h
│  │  │  │  ├── op_agg_srv.c
│  │  │  │  ├── pb_adv.c
│  │  │  │  ├── pb_gatt_cli.c
│  │  │  │  ├── pb_gatt_srv.c
│  │  │  │  ├── prov.c
│  │  │  │  ├── prov.h
│  │  │  │  ├── provisionee.c
│  │  │  │  ├── provisioner.c
│  │  │  │  ├── proxy_cli.c
│  │  │  │  ├── proxy_msg.c
│  │  │  │  ├── proxy_srv.c
│  │  │  │  ├── rpl.c
│  │  │  │  ├── rpl.h
│  │  │  │  ├── sar_cfg.c
│  │  │  │  ├── sar_cfg_internal.h
│  │  │  │  ├── settings.c
│  │  │  │  ├── settings.h
│  │  │  │  ├── shell
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── brg_cfg.c
│  │  │  │  │  │ cfg.c
│  │  │  │  ├── subnet.c
│  │  │  │  ├── subnet.h
│  │  │  │  ├── testing.c
│  │  │  │  ├── testing.h
│  │  │  │  ├── transport.c
│  │  │  │  ├── va.c
│  │  │  │  │ va.h
│  │  │  ├── services
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.bas
│  │  │  │  ├── Kconfig.cts
│  │  │  │  ├── Kconfig.dis
│  │  │  │  ├── bas.c
│  │  │  │  ├── bas
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.bas
│  │  │  │  │  ├── bas.c
│  │  │  │  │  ├── bas_bls.c
│  │  │  │  │  │ bas_internal.h
│  │  │  │  ├── cts.c
│  │  │  │  ├── dis.c
│  │  │  │  ├── hrs.c
│  │  │  │  ├── ias
│  │  │  │  │  │ ias.c
│  │  │  │  ├── ots
│  │  │  │  │  ├── ots.c
│  │  │  │  │  ├── ots_client.c
│  │  │  │  │  ├── ots_dir_list.c
│  │  │  │  │  ├── ots_l2cap.c
│  │  │  │  │  │ ots_oacp.c
│  │  │  ├── shell
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── a2dp.c
│  │  │  │  ├── bt.c
│  │  │  │  ├── bt.h
│  │  │  │  ├── cs.c
│  │  │  │  ├── iso.c
│  │  │  │  │ l2cap.c
│  │  ├── canbus
│  │  │  ├── isotp
│  │  │  │  │ isotp.c
│  │  ├── dap
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── cmsis_dap.c
│  │  │  │ cmsis_dap.h
│  │  ├── debug
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── coredump
│  │  │  │  ├── Kconfig
│  │  │  │  ├── coredump_backend_flash_partition.c
│  │  │  │  ├── coredump_backend_intel_adsp_mem_window.c
│  │  │  │  ├── coredump_core.c
│  │  │  │  │ coredump_internal.h
│  │  │  ├── gdbstub
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── gdbstub.c
│  │  │  │  │ gdbstub_backend.h
│  │  │  ├── mipi_stp_decoder.c
│  │  │  ├── symtab
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── symtab.c
│  │  │  │  │ symtab_stub.c
│  │  │  │ thread_analyzer.c
│  │  ├── demand_paging
│  │  │  ├── backing_store
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── backing_store_ondemand_semihost.c
│  │  │  │  ├── backing_store_qemu_x86_tiny.c
│  │  │  │  │ ram.c
│  │  │  ├── eviction
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── lru.c
│  │  │  │  │ nru.c
│  │  ├── dfu
│  │  │  ├── Kconfig
│  │  │  ├── boot
│  │  │  │  │ mcuboot.c
│  │  │  ├── img_util
│  │  │  │  │ flash_img.c
│  │  ├── disk
│  │  │  │ disk_access.c
│  │  ├── emul
│  │  │  │ emul.c
│  │  ├── fb
│  │  │  │ cfb.c
│  │  ├── fs
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.fatfs
│  │  │  ├── Kconfig.littlefs
│  │  │  ├── fat_fs.c
│  │  │  ├── fcb
│  │  │  │  ├── fcb.c
│  │  │  │  ├── fcb_elem_info.c
│  │  │  │  │ fcb_priv.h
│  │  │  ├── fs.c
│  │  │  ├── fuse_fs_access.c
│  │  │  ├── littlefs_fs.c
│  │  │  ├── nvs
│  │  │  │  │ nvs.c
│  │  ├── input
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── input.c
│  │  │  ├── input_double_tap.c
│  │  │  ├── input_keymap.c
│  │  │  ├── input_longpress.c
│  │  │  │ input_utils.c
│  │  ├── ipc
│  │  │  ├── ipc_service
│  │  │  │  ├── backends
│  │  │  │  │  ├── Kconfig.icmsg_me
│  │  │  │  │  │ ipc_icbmsg.c
│  │  │  │  ├── lib
│  │  │  │  │  ├── Kconfig.icmsg
│  │  │  │  │  ├── icmsg.c
│  │  │  │  │  │ ipc_static_vrings.c
│  │  ├── jwt
│  │  │  ├── Kconfig
│  │  │  │ jwt.c
│  │  ├── llext
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── fs_loader.c
│  │  │  ├── llext.c
│  │  │  ├── llext_export.c
│  │  │  ├── llext_handlers.c
│  │  │  ├── llext_link.c
│  │  │  ├── llext_load.c
│  │  │  ├── llext_mem.c
│  │  │  ├── llext_priv.h
│  │  │  │ shell.c
│  │  ├── logging
│  │  │  ├── Kconfig.filtering
│  │  │  ├── Kconfig.formatting
│  │  │  ├── Kconfig.misc
│  │  │  ├── Kconfig.processing
│  │  │  ├── Kconfig.template.log_format_config
│  │  │  ├── backends
│  │  │  │  ├── Kconfig.adsp
│  │  │  │  ├── Kconfig.adsp_mtrace
│  │  │  │  ├── Kconfig.fs
│  │  │  │  ├── Kconfig.native_posix
│  │  │  │  ├── Kconfig.rtt
│  │  │  │  ├── Kconfig.swo
│  │  │  │  ├── Kconfig.uart
│  │  │  │  ├── Kconfig.xtensa_sim
│  │  │  │  ├── log_backend_adsp_mtrace.c
│  │  │  │  ├── log_backend_ble.c
│  │  │  │  ├── log_backend_fs.c
│  │  │  │  ├── log_backend_swo.c
│  │  │  │  │ log_backend_uart.c
│  │  │  ├── frontends
│  │  │  │  │ Kconfig
│  │  │  ├── log_core.c
│  │  │  ├── log_mgmt.c
│  │  │  ├── log_minimal.c
│  │  │  ├── log_msg.c
│  │  │  │ log_output.c
│  │  ├── lorawan
│  │  │  ├── services
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── clock_sync.c
│  │  │  │  ├── frag_decoder_lowmem.c
│  │  │  │  ├── frag_decoder_lowmem.h
│  │  │  │  │ frag_transport.c
│  ├── tests
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── mesh
│  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  ├── bridge
│  │  │  │  │  │  │  ├── brg_ivu.sh
│  │  │  │  │  │  │  ├── brg_net_key_update.sh
│  │  │  │  │  │  │  ├── brg_persistent_storage.sh
│  │  │  │  │  │  │  ├── brg_simple.sh
│  │  │  │  │  │  │  │ brg_table_state_change.sh
│  │  │  │  │  │  ├── friendship
│  │  │  │  │  │  │  │ lpn_disable.sh
│  │  │  │  │  │  ├── large_comp_data
│  │  │  │  │  │  │  │ get_metadata_split.sh
│  │  │  │  │  │  ├── provision
│  │  │  │  │  │  │  │ pb_remote_client_server_same_dev.sh
│  │  │  │  ├── samples
│  │  │  │  │  ├── battery_service
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── central_test.c
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │ peripheral_test.c
│  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │ bas.sh
│  │  │  │  │  ├── central_hr_peripheral_hr
│  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  ├── central_hr_peripheral_hr.sh
│  │  │  │  │  │  │  ├── central_hr_peripheral_hr_extended.sh
│  │  │  │  │  │  │  │ central_hr_peripheral_hr_phy_coded.sh
│  │  │  │  │  │ compile.sh
│  │  │  │  ├── tests.nrf5340bsim_nrf5340_cpuapp.txt
│  │  │  │  │ tests.nrf54l15bsim_nrf54l15_cpuapp.txt
│  │  │  ├── ci.bt.sh
│  │  │  ├── ci.net.sh
│  │  │  ├── ci.uart.sh
│  │  │  ├── compile.source
│  │  │  │ run_parallel.sh
│  │  ├── posix
│  │  │  ├── headers
│  │  │  │  ├── src
│  │  │  │  │  ├── net_if_h.c
│  │  │  │  │  ├── netdb_h.c
│  │  │  │  │  ├── poll_h.c
│  │  │  │  │  ├── pthread_h.c
│  │  │  │  │  ├── signal_h.c
│  │  │  │  │  ├── sys_select_h.c
│  │  │  │  │  ├── sys_socket_h.c
│  │  │  │  │  │ unistd_h.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── net
│  │  │  │  ├── prj.conf
│  │  │  │  │ testcase.yaml
│  │  │  ├── pthread_pressure
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── shm
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  ├── robot
│  │  │  │ common.robot
│  │  ├── subsys
│  │  │  ├── bindesc
│  │  │  │  ├── definition
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── canbus
│  │  │  │  ├── isotp
│  │  │  │  │  ├── implementation
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── debug
│  │  │  │  ├── coredump
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── coredump_backends
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── esp32_devkitc_wroom_procpu.overlay
│  │  │  │  │  │  ├── esp32_devkitc_wrover_procpu.overlay
│  │  │  │  │  │  ├── esp32c3_devkitm.overlay
│  │  │  │  │  │  ├── 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
│  │  │  │  │  │  │ yd_esp32_procpu.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── coredump_threads
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── gdbstub
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── symtab
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── thread_analyzer
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── dfu
│  │  │  │  ├── img_util
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── display
│  │  │  │  ├── cfb
│  │  │  │  │  ├── basic
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── cfb_font_rectspace1016.c
│  │  │  │  │  │  │  ├── cfb_font_rectspace1016_msb.c
│  │  │  │  │  │  │  ├── clear.c
│  │  │  │  │  │  │  ├── draw_line.c
│  │  │  │  │  │  │  ├── draw_point.c
│  │  │  │  │  │  │  ├── draw_rect.c
│  │  │  │  │  │  │  ├── draw_text_rectspace1016.c
│  │  │  │  │  │  │  ├── invert.c
│  │  │  │  │  │  │  ├── invert_area.c
│  │  │  │  │  │  │  ├── print_rectspace1016.c
│  │  │  │  │  │  │  ├── testdata.c
│  │  │  │  │  │  │  ├── testdata.h
│  │  │  │  │  │  │  ├── utils.c
│  │  │  │  │  │  │  │ utils.h
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── dsp
│  │  │  │  ├── basicmath
│  │  │  │  │  │ prj_arc.conf
│  │  │  ├── emul
│  │  │  │  ├── app.overlay
│  │  │  │  │ prj.conf
│  │  │  ├── fs
│  │  │  │  ├── common
│  │  │  │  │  ├── test_fs_basic.c
│  │  │  │  │  │ test_fs_open_flags.c
│  │  │  │  ├── ext2
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ hifive_unmatched.overlay
│  │  │  │  ├── fat_fs_api
│  │  │  │  │  ├── prj_native_ram.conf
│  │  │  │  │  ├── prj_sdmmc.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  ├── test_fat.h
│  │  │  │  │  │  ├── test_fat_mkfs.c
│  │  │  │  │  │  │ test_fat_mount.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── fcb
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── fs_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_fs_dir_file.c
│  │  │  │  ├── littlefs
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── mimxrt1060_evk.overlay
│  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── test_util.c
│  │  │  │  │  │  │ testfs_lfs.c
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── multi-fs
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_utils.c
│  │  │  │  ├── nvs
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── input
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── double_tap
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── native_sim.overlay
│  │  │  │  │  │  │ native_sim_native_64.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── longpress
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── ipc
│  │  │  │  ├── pbuf
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── llext
│  │  │  │  ├── simple
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── qemu_cortex_a9.conf
│  │  │  │  │  │  ├── qemu_cortex_a9.overlay
│  │  │  │  │  │  ├── qemu_cortex_r5.conf
│  │  │  │  │  │  │ qemu_cortex_r5.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── export_dependency_ext.c
│  │  │  │  │  │  ├── export_dependent_ext.c
│  │  │  │  │  │  ├── find_section_ext.c
│  │  │  │  │  │  ├── hello_world_ext.c
│  │  │  │  │  │  ├── init_fini_ext.c
│  │  │  │  │  │  ├── logging_ext.c
│  │  │  │  │  │  ├── movwmovt_ext.c
│  │  │  │  │  │  ├── multi_file_ext1.c
│  │  │  │  │  │  ├── object_ext.c
│  │  │  │  │  │  ├── pre_located_ext.c
│  │  │  │  │  │  ├── relative_jump_ext.c
│  │  │  │  │  │  ├── syscalls_ext.c
│  │  │  │  │  │  ├── syscalls_ext.h
│  │  │  │  │  │  ├── test_llext_simple.c
│  │  │  │  │  │  │ threads_kernel_objects_ext.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── logging
│  │  │  │  ├── dictionary
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── pytest
│  │  │  │  │  │  ├── conftest.py
│  │  │  │  │  │  │ test_logging_dictionary.py
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── log_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── log_backend_uart
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── log_benchmark
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── test_helpers.c
│  │  │  │  │  │  │ test_helpers.h
│  │  │  │  ├── log_links
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── log_output
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ log_output_test.c
│  │  │  │  ├── log_switch_format
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── intel_adsp_cavs18.conf
│  │  │  │  │  │  │ intel_adsp_cavs20.conf
│  │  │  │  ├── log_timestamp
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ log_timestamp_test.c
│  │  │  ├── lorawan
│  │  │  │  ├── clock_sync
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── frag_decoder
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── mem_mgmt
│  │  │  │  ├── mem_attr
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── all_options
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── cb_notifications
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │ smp_test_util.c
│  │  │  │  │  ├── enum_mgmt
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── smp_test_util.c
│  │  │  │  │  │  │  │ smp_test_util.h
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── fs_mgmt_hash_supported
│  │  │  │  │  │  ├── configuration
│  │  │  │  │  │  │  ├── all.conf
│  │  │  │  │  │  │  │ sha256.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── mcumgr_client
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── img_gr_stub.c
│  │  │  │  │  │  │  ├── img_gr_stub.h
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── os_gr_stub.c
│  │  │  │  │  │  │  ├── os_gr_stub.h
│  │  │  │  │  │  │  ├── smp_stub.c
│  │  │  │  │  │  │  │ smp_stub.h
│  │  │  │  │  ├── os_mgmt_datetime
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │ smp_test_util.c
│  │  │  │  │  ├── os_mgmt_echo
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── os_mgmt_info
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── build_date.c
│  │  │  │  │  │  │  ├── limited.c
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │ smp_test_util.c
│  │  │  │  │  ├── settings_mgmt
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │ smp_test_util.c
│  │  │  │  │  ├── smp_client
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── smp_transport_stub.c
│  │  │  │  │  │  │  │ smp_transport_stub.h
│  │  │  │  │  ├── smp_reassembly
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── smp_version
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │ smp_test_util.c
│  │  │  ├── modem
│  │  │  │  ├── backends
│  │  │  │  │  ├── tty
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── uart
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── modem_chat
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── modem_cmux
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── modem_cmux_pair
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── modem_pipe
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── modem_pipelink
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │ pipelink.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── modem_ppp
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── pm
│  │  │  │  ├── device_driver_init
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── device_wakeup_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── policy_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── power_domain
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── power_mgmt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── no-device-pm.conf
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── power_mgmt_soc
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── power_states_api
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── dts
│  │  │  │  │  │  ├── bindings
│  │  │  │  │  │  │  │ test-device-pm.yaml
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  ├── test_driver.c
│  │  │  │  │  │  │ test_driver.h
│  │  │  ├── portability
│  │  │  │  ├── cmsis_rtos_v2
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── event_flags.c
│  │  │  │  │  │  ├── kernel.c
│  │  │  │  │  │  ├── mempool.c
│  │  │  │  │  │  ├── mutex.c
│  │  │  │  │  │  ├── semaphore.c
│  │  │  │  │  │  ├── thread_apis.c
│  │  │  │  │  │  │ timer.c
│  │  │  ├── random
│  │  │  │  ├── rng
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── entropy_psa_crypto.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── prj_ctr_drbg.conf
│  │  │  │  │  ├── prj_hw_random_psa_crypto.conf
│  │  │  │  │  ├── prj_hw_random_xoshiro.conf
│  │  │  │  │  ├── prj_sw_random_systimer.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── rtio
│  │  │  │  ├── rtio_api
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── rtio_api.h
│  │  │  │  │  │  ├── rtio_iodev_test.h
│  │  │  │  │  │  ├── test_rtio_api.c
│  │  │  │  │  │  ├── test_rtio_mpsc.c
│  │  │  │  │  │  │ test_rtio_spsc.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── rtio_i2c
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── dts
│  │  │  │  │  │  ├── bindings
│  │  │  │  │  │  │  │ zephyr,blocking-emul.yaml
│  │  │  │  │  ├── include
│  │  │  │  │  │  │ blocking_emul.hpp
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── blocking_emul.cpp
│  │  │  │  │  │  │ main.cpp
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── workq
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── sd
│  │  │  │  ├── sdmmc
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ rcar_h3ulcb_r8a77951_a57.overlay
│  │  │  ├── sensing
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── README.rst
│  │  │  │  ├── boards
│  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  │ native_sim.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── settings
│  │  │  │  ├── fcb
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── settings_test_fcb.c
│  │  │  │  │  │  │ settings_test_save_2_fcb.c
│  │  │  │  ├── fcb_init
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ settings_test_fcb_init.c
│  │  │  │  ├── file
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim_native_64.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ settings_setup_littlefs.c
│  │  │  │  ├── functional
│  │  │  │  │  ├── file
│  │  │  │  │  │  │ native_sim_native_64.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ settings_basic_test.c
│  │  │  ├── shell
│  │  │  │  ├── shell_backend_uart
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── storage
│  │  │  │  ├── flash_map
│  │  │  │  │  ├── overlay-psa.conf
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── stream
│  │  │  │  │  ├── stream_flash
│  │  │  │  │  │  ├── mpu_allow_flash_write.overlay
│  │  │  │  │  │  ├── no_erase.overlay
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── tracing
│  │  │  │  ├── tracing_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_x86.overlay
│  │  │  ├── usb
│  │  │  │  ├── desc_sections
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ desc_sections.c
│  │  │  │  ├── device_next
│  │  │  │  │  ├── build_all.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── uac2
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ uac2_desc.c
│  │  │  ├── zbus
│  │  │  │  ├── hlp_priority_boost
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── integration
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── unittests
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── cmake
│  │  │  ├── app_version
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── VERSION
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── overlays
│  │  │  │  ├── soc_folder_kconfig
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── soc_folder_overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── var_expansions
│  │  │  │  │  ├── my_extra_module
│  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  │ my_extra_module-board.overlay
│  │  │  │  │  ├── my_module
│  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  │ my_module-board.overlay
│  │  │  ├── yaml
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── test.yaml
│  │  │  │  │ testcase.yaml
│  │  ├── crypto
│  │  │  ├── crypto_hash
│  │  │  │  ├── boards
│  │  │  │  │  │ da1469x_dk_pro.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_mtls_shim.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── mbedtls
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── boards
│  │  │  │  │  ├── frdm_rw612.overlay
│  │  │  │  │  │ rd_rw612_bga.overlay
│  │  │  │  │ prj.conf
│  │  │  ├── mbedtls_psa
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── rand32
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── secp256r1
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── mbedtls.conf
│  │  │  │  ├── p256-m_raw.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  ├── testcase.yaml
│  │  │  │  │ tinycrypt.conf
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_accuracy_test
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ ek_ra8m1.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── adafruit_feather_nrf52840_nrf52840_sense.overlay
│  │  │  │  │  │  ├── adafruit_feather_nrf52840_nrf52840_sense_uf2.overlay
│  │  │  │  │  │  ├── adafruit_feather_nrf52840_nrf52840_uf2.overlay
│  │  │  │  │  │  ├── apollo3_evb.conf
│  │  │  │  │  │  ├── apollo3_evb.overlay
│  │  │  │  │  │  ├── apollo3p_evb.conf
│  │  │  │  │  │  ├── apollo3p_evb.overlay
│  │  │  │  │  │  ├── apollo4p_evb.overlay
│  │  │  │  │  │  ├── ek_ra8m1.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.overlay
│  │  │  │  │  │  ├── esp32s3_devkitc_procpu.conf
│  │  │  │  │  │  ├── esp32s3_devkitc_procpu.overlay
│  │  │  │  │  │  ├── esp32s3_devkitm_procpu.overlay
│  │  │  │  │  │  ├── esp32s3_luatos_core_procpu.overlay
│  │  │  │  │  │  ├── esp32s3_luatos_core_procpu_usb.overlay
│  │  │  │  │  │  ├── frdm_ke17z.overlay
│  │  │  │  │  │  ├── frdm_ke17z512.overlay
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.overlay
│  │  │  │  │  │  ├── frdm_rw612.overlay
│  │  │  │  │  │  ├── lpcxpresso55s28.overlay
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.overlay
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.overlay
│  │  │  │  │  │  ├── max32662evkit.overlay
│  │  │  │  │  │  ├── max32666evkit_max32666_cpu0.overlay
│  │  │  │  │  │  ├── max32666fthr_max32666_cpu0.overlay
│  │  │  │  │  │  ├── max32672evkit.overlay
│  │  │  │  │  │  ├── max32672fthr.overlay
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.overlay
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.overlay
│  │  │  │  │  │  ├── micromod_nrf52840.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_A.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_B.overlay
│  │  │  │  │  │  ├── mimxrt595_evk_mimxrt595s_cm33.overlay
│  │  │  │  │  │  ├── mimxrt685_evk_mimxrt685s_cm33.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nucleo_f722ze.overlay
│  │  │  │  │  │  ├── nucleo_h533re.overlay
│  │  │  │  │  │  ├── s32z2xxdc2_s32z270_rtu0.overlay
│  │  │  │  │  │  ├── s32z2xxdc2_s32z270_rtu1.overlay
│  │  │  │  │  │  ├── sltb010a.overlay
│  │  │  │  │  │  ├── stm32h7s78_dk.overlay
│  │  │  │  │  │  ├── ucans32k1sic.overlay
│  │  │  │  │  │  ├── xg24_dk2601b.overlay
│  │  │  │  │  │  ├── xg27_dk2602a.overlay
│  │  │  │  │  │  │ xiao_rp2040.overlay
│  │  │  │  │  ├── overlay-dma-esp32.conf
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32c3.conf
│  │  │  │  │  │  │ esp32c3.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_adc.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── bbram
│  │  │  │  │ testcase.yaml
│  │  │  ├── build_all
│  │  │  │  ├── adc
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  ├── charger
│  │  │  │  │  │ i2c.dtsi
│  │  │  │  ├── dac
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── display
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── gnss
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── gpio
│  │  │  │  │  ├── adc_ads1145s0x_gpio.overlay
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── efinix_sapphire.overlay
│  │  │  │  │  ├── iproc.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── haptics
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── i2c.dtsi
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2c
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_cortex_m3.overlay
│  │  │  │  ├── i3c
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_cortex_m3.overlay
│  │  │  │  ├── input
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── interrupt_controller
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── imx8mp_evk_mimx8ml8_adsp.conf
│  │  │  │  │  │  │  ├── imx8mp_evk_mimx8ml8_adsp.overlay
│  │  │  │  │  │  │  │ intel_adsp_ace20_lnl.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── intc_plic
│  │  │  │  │  │  ├── app.multi_instance.overlay
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── lora
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── modem
│  │  │  │  │  ├── modem_gsm.conf
│  │  │  │  │  ├── modem_gsm_mux.conf
│  │  │  │  │  ├── testcase.yaml
│  │  │  │  │  │ uart.dtsi
│  │  │  │  ├── pwm
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── regulator
│  │  │  │  │  │ i2c.dtsi
│  │  │  │  ├── rtc
│  │  │  │  │  ├── i2c_devices.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── sensor
│  │  │  │  │  ├── adc.dtsi
│  │  │  │  │  ├── i2c.dtsi
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sensors_trigger_global.conf
│  │  │  │  │  ├── sensors_trigger_none.conf
│  │  │  │  │  ├── sensors_trigger_own.conf
│  │  │  │  │  ├── spi.dtsi
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ generic_test.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── stepper
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── gpio.dtsi
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── uart
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_cortex_m3.overlay
│  │  │  │  ├── video
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── watchdog
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_cortex_m3.overlay
│  │  │  ├── can
│  │  │  │  ├── api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ numaker_m2l31ki.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── canfd.c
│  │  │  │  │  │  │ classic.c
│  │  │  │  ├── host
│  │  │  │  │  │ README.rst
│  │  │  │  ├── timing
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.conf
│  │  │  │  │  │  ├── nucleo_h563zi.conf
│  │  │  │  │  │  │ stm32h573i_dk.conf
│  │  │  ├── clock_control
│  │  │  │  ├── clock_control_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── device_subsys.h
│  │  │  │  │  │  ├── esp32_device_subsys.h
│  │  │  │  │  │  ├── nrf_device_subsys.h
│  │  │  │  │  │  │ test_clock_control.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf2_clock_control
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── nrf_clock_control
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── pwm_clock
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── sam_v71_xult_samv71q21.overlay
│  │  │  │  │  │  │ sam_v71_xult_samv71q21b.overlay
│  │  │  │  ├── stm32_clock_configuration
│  │  │  │  │  ├── stm32h7_core
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── clear_clocks.overlay
│  │  │  │  │  │  │  │ pll_hsi_fracn_550.overlay
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── stm32wba_core
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ clear_clocks.overlay
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── console
│  │  │  │  ├── line_splitting
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── console_switching
│  │  │  │  ├── boards
│  │  │  │  │  │ qemu_riscv64.overlay
│  │  │  │  │ prj.conf
│  │  │  ├── coredump
│  │  │  │  ├── coredump_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── counter
│  │  │  │  ├── counter_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── apollo3_evb.overlay
│  │  │  │  │  │  ├── esp32c3_devkitm.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.overlay
│  │  │  │  │  │  ├── google_dragonclaw.overlay
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.overlay
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.overlay
│  │  │  │  │  │  ├── max32662evkit.overlay
│  │  │  │  │  │  ├── max32666evkit_max32666_cpu0.overlay
│  │  │  │  │  │  ├── max32666fthr_max32666_cpu0.overlay
│  │  │  │  │  │  ├── max32670evkit.overlay
│  │  │  │  │  │  ├── max32672evkit.overlay
│  │  │  │  │  │  ├── max32672fthr.overlay
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.overlay
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.overlay
│  │  │  │  │  │  ├── mimxrt1064_evk.overlay
│  │  │  │  │  │  ├── mr_canhubk3.overlay
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  │  │  ├── s32z2xxdc2_s32z270_rtu0.overlay
│  │  │  │  │  │  │ s32z2xxdc2_s32z270_rtu1.overlay
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32c2.overlay
│  │  │  │  │  │  │ esp32c3.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_counter.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── counter_nrf_rtc
│  │  │  │  │  ├── fixed_top
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_common.dtsi
│  │  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  ├── maxim_ds3231_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ sltb004a.overlay
│  │  │  ├── dac
│  │  │  │  ├── dac_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_dac.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── dac_loopback
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ lpcxpresso55s36.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_dac.c
│  │  │  ├── disk
│  │  │  │  ├── disk_access
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim_no_explicit_erase.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── disk_performance
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── display
│  │  │  │  ├── display_read_write
│  │  │  │  │  ├── adafruit_2_8_tft_touch_rgb565.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── dma
│  │  │  │  ├── chan_blen_transfer
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── esp32c3_luatos_core.conf
│  │  │  │  │  │  ├── esp32c3_luatos_core.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.conf
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.overlay
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.conf
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.overlay
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.conf
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.overlay
│  │  │  │  │  │  ├── max32670evkit.conf
│  │  │  │  │  │  ├── max32670evkit.overlay
│  │  │  │  │  │  ├── max32672evkit.conf
│  │  │  │  │  │  ├── max32672evkit.overlay
│  │  │  │  │  │  ├── max32672fthr.conf
│  │  │  │  │  │  ├── max32672fthr.overlay
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.conf
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.overlay
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.conf
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.overlay
│  │  │  │  │  │  ├── mimxrt1024_evk.conf
│  │  │  │  │  │  ├── mimxrt1024_evk.overlay
│  │  │  │  │  │  ├── mimxrt1050_evk.conf
│  │  │  │  │  │  ├── mimxrt1050_evk.overlay
│  │  │  │  │  │  ├── mimxrt1060_evkb.conf
│  │  │  │  │  │  ├── mimxrt1060_evkb.overlay
│  │  │  │  │  │  ├── mimxrt1064_evk.conf
│  │  │  │  │  │  ├── mimxrt1064_evk.overlay
│  │  │  │  │  │  │ sim3u1xx_dk.overlay
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32c3.conf
│  │  │  │  │  │  │ esp32c3.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── test_buffers.c
│  │  │  │  │  │  ├── test_buffers.h
│  │  │  │  │  │  │ test_dma.c
│  │  │  │  ├── loop_transfer
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── esp32c3_devkitm.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core.conf
│  │  │  │  │  │  ├── esp32c3_luatos_core.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.conf
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.overlay
│  │  │  │  │  │  ├── esp32c6_devkitc.conf
│  │  │  │  │  │  ├── esp32c6_devkitc.overlay
│  │  │  │  │  │  ├── frdm_rw612.overlay
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.overlay
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.overlay
│  │  │  │  │  │  ├── max32670evkit.overlay
│  │  │  │  │  │  ├── max32672evkit.overlay
│  │  │  │  │  │  ├── max32672fthr.overlay
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.overlay
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.overlay
│  │  │  │  │  │  ├── sim3u1xx_dk.conf
│  │  │  │  │  │  │ sim3u1xx_dk.overlay
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32c3.conf
│  │  │  │  │  │  │ esp32c3.overlay
│  │  │  │  ├── scatter_gather
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── intel_socfpga_agilex5_socdk.conf
│  │  │  │  │  │  │ intel_socfpga_agilex5_socdk.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_dma_sg.c
│  │  │  ├── flash
│  │  │  │  ├── common
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── ek_ra8d1.overlay
│  │  │  │  │  │  ├── ek_ra8m1.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core.conf
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.conf
│  │  │  │  │  │  ├── mck_ra8t1.overlay
│  │  │  │  │  │  ├── mimxrt1060_evk.conf
│  │  │  │  │  │  ├── nrf52840_size_in_bytes.overlay
│  │  │  │  │  │  ├── nrf52840dk_mx25l51245g.overlay
│  │  │  │  │  │  ├── nrf52840dk_mx25r_high_perf.overlay
│  │  │  │  │  │  ├── nrf52840dk_spi_nor.overlay
│  │  │  │  │  │  │ nrf52840dk_spi_nor_wp_hold.overlay
│  │  │  │  │  ├── socs
│  │  │  │  │  │  │ esp32c3.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── erase_blocks
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── negative_tests
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── sysbuild.conf
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── stm32
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nucleo_f746zg.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── flash_simulator
│  │  │  │  ├── flash_sim_impl
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── gpio
│  │  │  │  ├── gpio_api_1pin
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── gpio_basic_api
│  │  │  │  │  ├── arduino.overlay
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── apollo3_evb.overlay
│  │  │  │  │  │  ├── cc1352r1_launchxl.overlay
│  │  │  │  │  │  ├── cc3220sf_launchxl.overlay
│  │  │  │  │  │  ├── cc3235sf_launchxl.overlay
│  │  │  │  │  │  ├── cyw920829m2evk_02.overlay
│  │  │  │  │  │  ├── disco_l475_iot1.overlay
│  │  │  │  │  │  ├── esp32c3_devkitm.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core.overlay
│  │  │  │  │  │  ├── esp32c3_luatos_core_esp32c3_usb.overlay
│  │  │  │  │  │  ├── frdm_k64f.overlay
│  │  │  │  │  │  ├── frdm_ke17z.overlay
│  │  │  │  │  │  ├── frdm_ke17z512.overlay
│  │  │  │  │  │  ├── frdm_ke17z_fgpio.overlay
│  │  │  │  │  │  ├── gd32f403z_eval.overlay
│  │  │  │  │  │  ├── hifive1_fe310_B.overlay
│  │  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu0.overlay
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.overlay
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.overlay
│  │  │  │  │  │  ├── max32662evkit.overlay
│  │  │  │  │  │  ├── max32666evkit_max32666_cpu0.overlay
│  │  │  │  │  │  ├── max32666fthr_max32666_cpu0.overlay
│  │  │  │  │  │  ├── max32670evkit.overlay
│  │  │  │  │  │  ├── max32672evkit.overlay
│  │  │  │  │  │  ├── max32672fthr.overlay
│  │  │  │  │  │  ├── max32675evkit.overlay
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.overlay
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.overlay
│  │  │  │  │  │  ├── mimxrt1050_evk.overlay
│  │  │  │  │  │  ├── mimxrt1060_evk.overlay
│  │  │  │  │  │  ├── mimxrt595_evk_mimxrt595s_cm33.overlay
│  │  │  │  │  │  ├── mimxrt685_evk_mimxrt685s_cm33.overlay
│  │  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nucleo_f030r8.overlay
│  │  │  │  │  │  ├── nucleo_f091rc.overlay
│  │  │  │  │  │  ├── nucleo_f103rb.overlay
│  │  │  │  │  │  ├── nucleo_f207zg.overlay
│  │  │  │  │  │  ├── nucleo_f334r8.overlay
│  │  │  │  │  │  ├── nucleo_f401re.overlay
│  │  │  │  │  │  ├── nucleo_f429zi.overlay
│  │  │  │  │  │  ├── nucleo_f746zg.overlay
│  │  │  │  │  │  ├── nucleo_g071rb.overlay
│  │  │  │  │  │  ├── nucleo_g474re.overlay
│  │  │  │  │  │  ├── nucleo_l053r8.overlay
│  │  │  │  │  │  ├── nucleo_l073rz.overlay
│  │  │  │  │  │  ├── nucleo_l152re.overlay
│  │  │  │  │  │  ├── nucleo_l476rg.overlay
│  │  │  │  │  │  ├── nucleo_l4r5zi.overlay
│  │  │  │  │  │  ├── nucleo_wb55rg.overlay
│  │  │  │  │  │  ├── nucleo_wl55jc.overlay
│  │  │  │  │  │  ├── rv32m1_vega_openisa_rv32m1_ri5cy.overlay
│  │  │  │  │  │  ├── sltb004a.overlay
│  │  │  │  │  │  ├── stm32h747i_disco_stm32h747xx_m7.overlay
│  │  │  │  │  │  ├── stm32l562e_dk.overlay
│  │  │  │  │  │  │ stm32mp157c_dk2.overlay
│  │  │  │  │  ├── socs
│  │  │  │  │  │  ├── esp32c2.overlay
│  │  │  │  │  │  │ esp32c3.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── gpio_hogs
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_k64f.overlay
│  │  │  │  │  │  ├── native_sim.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  ├── nrf52_bsim.overlay
│  │  │  │  │  │  │ nucleo_g474re.overlay
│  │  │  │  ├── gpio_ite_it8xxx2_v2
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  ├── i2c
│  │  │  │  ├── i2c_api
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── cyw920829m2evk_02.overlay
│  │  │  │  │  │  ├── ek_ra8m1.conf
│  │  │  │  │  │  │ ek_ra8m1.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c.c
│  │  │  │  ├── i2c_emul
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── native_sim.buf.overlay
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── include
│  │  │  │  │  │  │ emulated_target.hpp
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── emulated_target.cpp
│  │  │  │  │  │  ├── test_forwarding_buf.cpp
│  │  │  │  │  │  ├── test_forwarding_pio.cpp
│  │  │  │  │  │  │ test_fowarding_common.cpp
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2c_ram
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2c_target_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── b_u585i_iot02a.overlay
│  │  │  │  │  │  ├── efr32bg22_brd4184a.overlay
│  │  │  │  │  │  ├── frdm_ke17z512.conf
│  │  │  │  │  │  ├── frdm_ke17z512.overlay
│  │  │  │  │  │  ├── frdm_mcxn236.conf
│  │  │  │  │  │  ├── frdm_mcxn236.overlay
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.conf
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.overlay
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.conf
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.overlay
│  │  │  │  │  │  ├── max32662evkit.conf
│  │  │  │  │  │  ├── max32662evkit.overlay
│  │  │  │  │  │  ├── max32666evkit_max32666_cpu0.conf
│  │  │  │  │  │  ├── max32666evkit_max32666_cpu0.overlay
│  │  │  │  │  │  ├── max32670evkit.conf
│  │  │  │  │  │  ├── max32670evkit.overlay
│  │  │  │  │  │  ├── max32672evkit.conf
│  │  │  │  │  │  ├── max32672evkit.overlay
│  │  │  │  │  │  ├── max32675evkit.conf
│  │  │  │  │  │  ├── max32675evkit.overlay
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.conf
│  │  │  │  │  │  ├── max32680evkit_max32680_m4.overlay
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.conf
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.overlay
│  │  │  │  │  │  ├── mec1501modular_assy6885.overlay
│  │  │  │  │  │  ├── mimxrt1040_evk.overlay
│  │  │  │  │  │  ├── mimxrt1060_evk.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4_B.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.conf
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_B.overlay
│  │  │  │  │  │  ├── mimxrt1170_evkb_cm4.overlay
│  │  │  │  │  │  ├── mimxrt1170_evkb_mimxrt1176_cm4.conf
│  │  │  │  │  │  ├── mimxrt1170_evkb_mimxrt1176_cm4.overlay
│  │  │  │  │  │  ├── mimxrt1170_evkb_mimxrt1176_cm7.conf
│  │  │  │  │  │  ├── mimxrt1170_evkb_mimxrt1176_cm7.overlay
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.conf
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm7.conf
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  │  │  │  ├── mr_canhubk3.overlay
│  │  │  │  │  │  ├── npcx9m6f_evb.overlay
│  │  │  │  │  │  ├── nucleo_f091rc.overlay
│  │  │  │  │  │  ├── nucleo_f207zg.overlay
│  │  │  │  │  │  ├── nucleo_f401re.overlay
│  │  │  │  │  │  ├── nucleo_f429zi.overlay
│  │  │  │  │  │  ├── nucleo_f746zg.overlay
│  │  │  │  │  │  ├── nucleo_g071rb.overlay
│  │  │  │  │  │  ├── nucleo_g474re.overlay
│  │  │  │  │  │  ├── nucleo_h563zi.overlay
│  │  │  │  │  │  ├── nucleo_l073rz.overlay
│  │  │  │  │  │  ├── nucleo_l152re.overlay
│  │  │  │  │  │  ├── nucleo_l476rg.overlay
│  │  │  │  │  │  ├── nucleo_u083rc.conf
│  │  │  │  │  │  ├── nucleo_u083rc.overlay
│  │  │  │  │  │  ├── nucleo_wb55rg.overlay
│  │  │  │  │  │  ├── nucleo_wl55jc.overlay
│  │  │  │  │  │  ├── numaker_m2l31ki.overlay
│  │  │  │  │  │  ├── numaker_pfm_m467.overlay
│  │  │  │  │  │  ├── rpi_pico.overlay
│  │  │  │  │  │  ├── sltb010a.overlay
│  │  │  │  │  │  ├── sltb010a_0.conf
│  │  │  │  │  │  ├── stm32f072b_disco.overlay
│  │  │  │  │  │  ├── stm32f3_disco.overlay
│  │  │  │  │  │  ├── stm32h573i_dk.overlay
│  │  │  │  │  │  ├── stm32u083c_dk.conf
│  │  │  │  │  │  ├── stm32u083c_dk.overlay
│  │  │  │  │  │  │ xmc47_relax_kit.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── i2c_tca954x
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf52840dk_nrf52840.overlay
│  │  │  ├── i2s
│  │  │  │  ├── i2s_speed
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.conf
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_A.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_rt1176_cm7.conf
│  │  │  │  │  │  ├── mimxrt595_evk_mimxrt595s_cm33.overlay
│  │  │  │  │  │  ├── stm32h573i_dk.conf
│  │  │  │  │  │  │ stm32h573i_dk.overlay
│  │  │  ├── input
│  │  │  │  ├── gpio_kbd_matrix
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── gpio_keys
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── kbd_matrix
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── interrupt_controller
│  │  │  │  ├── intc_plic
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── alt_mapping.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── multi_level_backend
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── ipm
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mspi
│  │  │  │  ├── api
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── apollo3p_evb.overlay
│  │  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │ stub_mspi_emul_device.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── flash
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── apollo3p_evb.conf
│  │  │  │  │  │  ├── apollo3p_evb.overlay
│  │  │  │  │  │  ├── native_sim.conf
│  │  │  │  │  │  │ native_sim.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── unit
│  │  │  ├── base64
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── cbprintf
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ main.c
│  │  │  ├── intmath
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── list
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ slist.c
│  │  │  ├── math_extras
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── net_timeout
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── rbtree
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── timeutil
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── util
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ main.c
│  │  │  ├── winstream
│  │  │  │  │ CMakeLists.txt
│  │  ├── ztest
│  │  │  ├── base
│  │  │  │  ├── prj_verbose_0.conf
│  │  │  │  ├── prj_verbose_1.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── error_hook
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── fail
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── README.rst
│  │  │  │  ├── core
│  │  │  │  │  │ CMakeLists.txt
│  │  │  ├── zexpect
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ testcase.yaml
│  │  │  ├── ztest_param
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── prj.conf
│  │  │  │  ├── pytest
│  │  │  │  │  │ test_parameters.py
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  ├── version.h.in
│  │ west.yml
modules
│  ├── crypto
│  │  ├── mbedtls
│  │  │  ├── .github
│  │  │  │  │ pull_request_template.md
│  │  │  ├── .gitignore
│  │  │  ├── 3rdparty
│  │  │  │  ├── p256-m
│  │  │  │  │  │ .gitignore
│  │  │  ├── BRANCHES.md
│  │  │  ├── CMakeLists.txt
│  │  │  ├── ChangeLog
│  │  │  ├── configs
│  │  │  │  ├── config-symmetric-only.h
│  │  │  │  │ crypto-config-ccm-aes-sha256.h
│  │  │  ├── docs
│  │  │  │  ├── architecture
│  │  │  │  │  ├── psa-crypto-implementation-structure.md
│  │  │  │  │  ├── psa-keystore-design.md
│  │  │  │  │  │ psa-shared-memory.md
│  │  │  │  ├── driver-only-builds.md
│  │  │  │  ├── psa-transition.md
│  │  │  │  ├── requirements.txt
│  │  │  │  │ use-psa-crypto.md
│  │  │  ├── doxygen
│  │  │  │  ├── input
│  │  │  │  │  │ doc_mainpage.h
│  │  │  │  │ mbedtls.doxyfile
│  │  │  ├── framework
│  │  │  ├── include
│  │  │  │  ├── mbedtls
│  │  │  │  │  ├── bignum.h
│  │  │  │  │  ├── build_info.h
│  │  │  │  │  ├── check_config.h
│  │  │  │  │  ├── config_adjust_legacy_crypto.h
│  │  │  │  │  ├── config_adjust_legacy_from_psa.h
│  │  │  │  │  ├── config_adjust_psa_from_legacy.h
│  │  │  │  │  ├── config_adjust_psa_superset_legacy.h
│  │  │  │  │  ├── config_adjust_ssl.h
│  │  │  │  │  ├── config_adjust_x509.h
│  │  │  │  │  ├── config_psa.h
│  │  │  │  │  ├── ctr_drbg.h
│  │  │  │  │  ├── ecdh.h
│  │  │  │  │  ├── ecp.h
│  │  │  │  │  ├── mbedtls_config.h
│  │  │  │  │  ├── pk.h
│  │  │  │  │  ├── psa_util.h
│  │  │  │  │  │ ssl.h
│  │  │  │  ├── psa
│  │  │  │  │  ├── crypto.h
│  │  │  │  │  ├── crypto_adjust_auto_enabled.h
│  │  │  │  │  ├── crypto_adjust_config_dependencies.h
│  │  │  │  │  ├── crypto_adjust_config_key_pair_types.h
│  │  │  │  │  ├── crypto_adjust_config_synonyms.h
│  │  │  │  │  ├── crypto_extra.h
│  │  │  │  │  ├── crypto_struct.h
│  │  │  │  │  │ crypto_types.h
│  │  │  ├── library
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── bignum.c
│  │  │  │  ├── bignum_core.c
│  │  │  │  ├── bignum_core.h
│  │  │  │  ├── bignum_internal.h
│  │  │  │  ├── block_cipher.c
│  │  │  │  ├── cipher.c
│  │  │  │  ├── common.h
│  │  │  │  ├── ctr_drbg.c
│  │  │  │  ├── entropy.c
│  │  │  │  ├── entropy_poll.c
│  │  │  │  ├── error.c
│  │  │  │  ├── lmots.c
│  │  │  │  ├── lms.c
│  │  │  │  ├── md.c
│  │  │  │  ├── net_sockets.c
│  │  │  │  ├── nist_kw.c
│  │  │  │  ├── pem.c
│  │  │  │  ├── pk.c
│  │  │  │  ├── platform_util.c
│  │  │  │  ├── psa_crypto.c
│  │  │  │  ├── psa_crypto_cipher.c
│  │  │  │  ├── psa_crypto_core.h
│  │  │  │  ├── psa_crypto_driver_wrappers.h
│  │  │  │  ├── psa_crypto_ecp.c
│  │  │  │  ├── psa_crypto_hash.c
│  │  │  │  ├── psa_crypto_random_impl.h
│  │  │  │  ├── psa_crypto_rsa.c
│  │  │  │  ├── psa_crypto_rsa.h
│  │  │  │  ├── psa_crypto_slot_management.c
│  │  │  │  ├── psa_crypto_slot_management.h
│  │  │  │  ├── psa_util.c
│  │  │  │  ├── rsa.c
│  │  │  │  ├── sha256.c
│  │  │  │  ├── ssl_cookie.c
│  │  │  │  ├── ssl_debug_helpers_generated.c
│  │  │  │  ├── ssl_misc.h
│  │  │  │  ├── ssl_msg.c
│  │  │  │  ├── ssl_ticket.c
│  │  │  │  ├── ssl_tls.c
│  │  │  │  ├── ssl_tls12_client.c
│  │  │  │  ├── ssl_tls12_server.c
│  │  │  │  ├── ssl_tls13_client.c
│  │  │  │  ├── ssl_tls13_generic.c
│  │  │  │  ├── ssl_tls13_server.c
│  │  │  │  ├── version_features.c
│  │  │  │  ├── x509_crt.c
│  │  │  │  ├── x509write_crt.c
│  │  │  │  │ x509write_csr.c
│  │  │  ├── pkgconfig
│  │  │  │  │ .gitignore
│  │  │  ├── programs
│  │  │  │  ├── cipher
│  │  │  │  │  │ cipher_aead_demo.c
│  │  │  │  ├── fuzz
│  │  │  │  │  ├── Makefile
│  │  │  │  │  ├── common.h
│  │  │  │  │  ├── fuzz_pkcs7.c
│  │  │  │  │  ├── fuzz_pubkey.c
│  │  │  │  │  ├── fuzz_x509crl.c
│  │  │  │  │  ├── fuzz_x509crt.c
│  │  │  │  │  ├── fuzz_x509csr.c
│  │  │  │  │  │ onefile.c
│  │  │  │  ├── hash
│  │  │  │  │  │ md_hmac_demo.c
│  │  │  │  ├── pkey
│  │  │  │  │  │ gen_key.c
│  │  │  │  ├── psa
│  │  │  │  │  ├── aead_demo.c
│  │  │  │  │  ├── hmac_demo.c
│  │  │  │  │  │ psa_constant_names.c
│  │  │  │  ├── ssl
│  │  │  │  │  ├── mini_client.c
│  │  │  │  │  ├── ssl_client2.c
│  │  │  │  │  ├── ssl_context_info.c
│  │  │  │  │  ├── ssl_mail_client.c
│  │  │  │  │  ├── ssl_server2.c
│  │  │  │  │  │ ssl_test_common_source.c
│  │  │  │  ├── test
│  │  │  │  │  ├── cmake_package
│  │  │  │  │  │  │ .gitignore
│  │  │  │  │  ├── cmake_package_install
│  │  │  │  │  │  │ .gitignore
│  │  │  │  │  ├── metatest.c
│  │  │  │  │  ├── query_config.c
│  │  │  │  │  ├── selftest.c
│  │  │  │  │  ├── udp_proxy.c
│  │  │  │  │  │ zeroize.c
│  │  │  │  ├── util
│  │  │  │  │  │ pem2der.c
│  │  │  │  ├── x509
│  │  │  │  │  ├── cert_req.c
│  │  │  │  │  ├── cert_write.c
│  │  │  │  │  │ load_roots.c
│  │  │  ├── scripts
│  │  │  │  ├── abi_check.py
│  │  │  │  ├── ci.requirements.txt
│  │  │  │  ├── code_size_compare.py
│  │  │  │  ├── code_style.py
│  │  │  │  ├── common.make
│  │  │  │  ├── config.py
│  │  │  │  ├── data_files
│  │  │  │  │  ├── driver_templates
│  │  │  │  │  │  │ psa_crypto_driver_wrappers.h.jinja
│  │  │  │  ├── framework_scripts_path.py
│  │  │  │  ├── generate_driver_wrappers.py
│  │  │  │  ├── generate_psa_constants.py
│  │  │  │  ├── generate_ssl_debug_helpers.py
│  │  │  │  ├── lcov.sh
│  │  │  │  ├── make_generated_files.bat
│  │  │  │  ├── mbedtls_dev
│  │  │  │  │  ├── __init__.py
│  │  │  │  │  ├── asymmetric_key_data.py
│  │  │  │  │  ├── bignum_common.py
│  │  │  │  │  ├── bignum_core.py
│  │  │  │  │  ├── bignum_data.py
│  │  │  │  │  ├── bignum_mod.py
│  │  │  │  │  ├── bignum_mod_raw.py
│  │  │  │  │  ├── build_tree.py
│  │  │  │  │  ├── c_build_helper.py
│  │  │  │  │  ├── c_parsing_helper.py
│  │  │  │  │  ├── c_wrapper_generator.py
│  │  │  │  │  ├── crypto_data_tests.py
│  │  │  │  │  ├── crypto_knowledge.py
│  │  │  │  │  ├── ecp.py
│  │  │  │  │  ├── logging_util.py
│  │  │  │  │  ├── macro_collector.py
│  │  │  │  │  ├── psa_information.py
│  │  │  │  │  ├── psa_storage.py
│  │  │  │  │  ├── test_case.py
│  │  │  │  │  ├── test_data_generation.py
│  │  │  │  │  │ typing_util.py
│  │  │  │  ├── min_requirements.py
│  │  │  │  │ project_name.txt
│  │  │  ├── tests
│  │  │  │  ├── .gitignore
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Makefile
│  │  │  │  ├── compat.sh
│  │  │  │  ├── context-info.sh
│  │  │  │  ├── data_files
│  │  │  │  │  ├── .gitignore
│  │  │  │  │  ├── Makefile
│  │  │  │  │  ├── Readme-x509.txt
│  │  │  │  │  ├── authorityKeyId_no_authorityKeyId.crt.der
│  │  │  │  │  ├── authorityKeyId_no_issuer.crt.der
│  │  │  │  │  ├── authorityKeyId_no_keyid.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId.conf
│  │  │  │  │  ├── authorityKeyId_subjectKeyId.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_issuer_tag1_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_issuer_tag2_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_keyid_tag_len_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_keyid_tag_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_length_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_sequence_tag_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_sn_len_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_sn_tag_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_tag_len_malformed.crt.der
│  │  │  │  │  ├── authorityKeyId_subjectKeyId_tag_malformed.crt.der
│  │  │  │  │  ├── base64
│  │  │  │  │  │  ├── cli_cid.txt
│  │  │  │  │  │  ├── cli_ciphersuite.txt
│  │  │  │  │  │  ├── cli_def.txt
│  │  │  │  │  │  ├── cli_min_cfg.txt
│  │  │  │  │  │  ├── cli_no_alpn.txt
│  │  │  │  │  │  ├── cli_no_keep_cert.txt
│  │  │  │  │  │  ├── cli_no_mfl.txt
│  │  │  │  │  │  ├── cli_no_packing.txt
│  │  │  │  │  │  ├── def_b64_ff.bin
│  │  │  │  │  │  ├── def_b64_too_big_1.txt
│  │  │  │  │  │  ├── def_b64_too_big_2.txt
│  │  │  │  │  │  ├── def_b64_too_big_3.txt
│  │  │  │  │  │  ├── def_bad_b64.txt
│  │  │  │  │  │  ├── empty.txt
│  │  │  │  │  │  ├── mfl_1024.txt
│  │  │  │  │  │  ├── mtu_10000.txt
│  │  │  │  │  │  ├── srv_cid.txt
│  │  │  │  │  │  ├── srv_ciphersuite.txt
│  │  │  │  │  │  ├── srv_def.txt
│  │  │  │  │  │  ├── srv_min_cfg.txt
│  │  │  │  │  │  ├── srv_no_alpn.txt
│  │  │  │  │  │  ├── srv_no_keep_cert.txt
│  │  │  │  │  │  ├── srv_no_mfl.txt
│  │  │  │  │  │  ├── srv_no_packing.txt
│  │  │  │  │  │  │ v2.19.1.txt
│  │  │  │  │  ├── cert_example_multi.crt
│  │  │  │  │  ├── cert_example_multi_nocn.crt
│  │  │  │  │  ├── cert_example_wildcard.crt
│  │  │  │  │  ├── cert_md5.crt
│  │  │  │  │  ├── cert_md5.csr
│  │  │  │  │  ├── cert_sha1.crt
│  │  │  │  │  ├── cert_sha224.crt
│  │  │  │  │  ├── cert_sha256.crt
│  │  │  │  │  ├── cert_sha384.crt
│  │  │  │  │  ├── cert_sha512.crt
│  │  │  │  │  ├── cert_v1_with_ext.crt
│  │  │  │  │  ├── cli-rsa-sha1.crt
│  │  │  │  │  ├── cli-rsa-sha256.crt
│  │  │  │  │  ├── cli-rsa-sha256.crt.der
│  │  │  │  │  ├── cli-rsa-sha256.key.der
│  │  │  │  │  ├── cli-rsa.key
│  │  │  │  │  ├── cli-rsa.key.der
│  │  │  │  │  ├── cli.opensslconf
│  │  │  │  │  ├── cli2.crt
│  │  │  │  │  ├── cli2.crt.der
│  │  │  │  │  ├── cli2.key
│  │  │  │  │  ├── cli2.key.der
│  │  │  │  │  ├── clusterfuzz-testcase-minimized-fuzz_x509crt-6666050834661376.crt.der
│  │  │  │  │  ├── crl-ec-sha1.pem
│  │  │  │  │  ├── crl-ec-sha256.pem
│  │  │  │  │  ├── crl-future.pem
│  │  │  │  │  ├── crl-futureRevocationDate.pem
│  │  │  │  │  ├── crl-rsa-pss-sha1-badsign.pem
│  │  │  │  │  ├── crl-rsa-pss-sha1.pem
│  │  │  │  │  ├── crl-rsa-pss-sha224.pem
│  │  │  │  │  ├── crl-rsa-pss-sha256.pem
│  │  │  │  │  ├── crl-rsa-pss-sha384.pem
│  │  │  │  │  ├── crl-rsa-pss-sha512.pem
│  │  │  │  │  ├── crl.pem
│  │  │  │  │  ├── crl_cat_ec-rsa.pem
│  │  │  │  │  ├── crl_cat_ecfut-rsa.pem
│  │  │  │  │  ├── crl_cat_rsa-ec.pem
│  │  │  │  │  ├── crl_cat_rsabadpem-ec.pem
│  │  │  │  │  ├── crl_expired.pem
│  │  │  │  │  ├── crl_sha256.pem
│  │  │  │  │  ├── crt_cat_rsaexp-ec.pem
│  │  │  │  │  ├── dh.1000.pem
│  │  │  │  │  ├── dh.998.pem
│  │  │  │  │  ├── dh.999.pem
│  │  │  │  │  ├── dh.optlen.der
│  │  │  │  │  ├── dh.optlen.pem
│  │  │  │  │  ├── dhparams.pem
│  │  │  │  │  ├── dir-maxpath
│  │  │  │  │  │  ├── 00.crt
│  │  │  │  │  │  ├── 00.key
│  │  │  │  │  │  ├── 01.crt
│  │  │  │  │  │  ├── 01.key
│  │  │  │  │  │  ├── 02.crt
│  │  │  │  │  │  ├── 02.key
│  │  │  │  │  │  ├── 03.crt
│  │  │  │  │  │  ├── 03.key
│  │  │  │  │  │  ├── 04.crt
│  │  │  │  │  │  ├── 04.key
│  │  │  │  │  │  ├── 05.crt
│  │  │  │  │  │  ├── 05.key
│  │  │  │  │  │  ├── 06.crt
│  │  │  │  │  │  ├── 06.key
│  │  │  │  │  │  ├── 07.crt
│  │  │  │  │  │  ├── 07.key
│  │  │  │  │  │  ├── 08.crt
│  │  │  │  │  │  ├── 08.key
│  │  │  │  │  │  ├── 09.crt
│  │  │  │  │  │  ├── 09.key
│  │  │  │  │  │  ├── 10.crt
│  │  │  │  │  │  ├── 10.key
│  │  │  │  │  │  ├── 11.crt
│  │  │  │  │  │  ├── 11.key
│  │  │  │  │  │  ├── 12.crt
│  │  │  │  │  │  ├── 12.key
│  │  │  │  │  │  ├── 13.crt
│  │  │  │  │  │  ├── 13.key
│  │  │  │  │  │  ├── 14.crt
│  │  │  │  │  │  ├── 14.key
│  │  │  │  │  │  ├── 15.crt
│  │  │  │  │  │  ├── 15.key
│  │  │  │  │  │  ├── 16.crt
│  │  │  │  │  │  ├── 16.key
│  │  │  │  │  │  ├── 17.crt
│  │  │  │  │  │  ├── 17.key
│  │  │  │  │  │  ├── 18.crt
│  │  │  │  │  │  ├── 18.key
│  │  │  │  │  │  ├── 19.crt
│  │  │  │  │  │  ├── 19.key
│  │  │  │  │  │  ├── 20.crt
│  │  │  │  │  │  ├── 20.key
│  │  │  │  │  │  ├── Readme.txt
│  │  │  │  │  │  ├── c00.pem
│  │  │  │  │  │  ├── c01.pem
│  │  │  │  │  │  ├── c02.pem
│  │  │  │  │  │  ├── c03.pem
│  │  │  │  │  │  ├── c04.pem
│  │  │  │  │  │  ├── c05.pem
│  │  │  │  │  │  ├── c06.pem
│  │  │  │  │  │  ├── c07.pem
│  │  │  │  │  │  ├── c08.pem
│  │  │  │  │  │  ├── c09.pem
│  │  │  │  │  │  ├── c10.pem
│  │  │  │  │  │  ├── c11.pem
│  │  │  │  │  │  ├── c12.pem
│  │  │  │  │  │  ├── c13.pem
│  │  │  │  │  │  ├── c14.pem
│  │  │  │  │  │  ├── c15.pem
│  │  │  │  │  │  ├── c16.pem
│  │  │  │  │  │  ├── c17.pem
│  │  │  │  │  │  ├── c18.pem
│  │  │  │  │  │  ├── c19.pem
│  │  │  │  │  │  ├── c20.pem
│  │  │  │  │  │  ├── int.opensslconf
│  │  │  │  │  │  │ long.sh
│  │  │  │  │  ├── dir1
│  │  │  │  │  │  │ test-ca.crt
│  │  │  │  │  ├── dir2
│  │  │  │  │  │  ├── test-ca.crt
│  │  │  │  │  │  │ test-ca2.crt
│  │  │  │  │  ├── dir3
│  │  │  │  │  │  ├── Readme
│  │  │  │  │  │  ├── test-ca.crt
│  │  │  │  │  │  │ test-ca2.crt
│  │  │  │  │  ├── dir4
│  │  │  │  │  │  ├── Readme
│  │  │  │  │  │  ├── cert11.crt
│  │  │  │  │  │  ├── cert12.crt
│  │  │  │  │  │  ├── cert13.crt
│  │  │  │  │  │  ├── cert14.crt
│  │  │  │  │  │  ├── cert21.crt
│  │  │  │  │  │  ├── cert22.crt
│  │  │  │  │  │  ├── cert23.crt
│  │  │  │  │  │  ├── cert31.crt
│  │  │  │  │  │  ├── cert32.crt
│  │  │  │  │  │  ├── cert33.crt
│  │  │  │  │  │  ├── cert34.crt
│  │  │  │  │  │  ├── cert41.crt
│  │  │  │  │  │  ├── cert42.crt
│  │  │  │  │  │  ├── cert43.crt
│  │  │  │  │  │  ├── cert44.crt
│  │  │  │  │  │  ├── cert45.crt
│  │  │  │  │  │  ├── cert51.crt
│  │  │  │  │  │  ├── cert52.crt
│  │  │  │  │  │  ├── cert53.crt
│  │  │  │  │  │  ├── cert54.crt
│  │  │  │  │  │  ├── cert61.crt
│  │  │  │  │  │  ├── cert62.crt
│  │  │  │  │  │  ├── cert63.crt
│  │  │  │  │  │  ├── cert71.crt
│  │  │  │  │  │  ├── cert72.crt
│  │  │  │  │  │  ├── cert73.crt
│  │  │  │  │  │  ├── cert74.crt
│  │  │  │  │  │  ├── cert81.crt
│  │  │  │  │  │  ├── cert82.crt
│  │  │  │  │  │  ├── cert83.crt
│  │  │  │  │  │  ├── cert91.crt
│  │  │  │  │  │  │ cert92.crt
│  │  │  │  │  ├── ec_224_prv.comp.pem
│  │  │  │  │  ├── ec_224_prv.pem
│  │  │  │  │  ├── ec_224_pub.comp.pem
│  │  │  │  │  ├── ec_224_pub.pem
│  │  │  │  │  ├── ec_256_long_prv.der
│  │  │  │  │  ├── ec_256_long_prv.pem
│  │  │  │  │  ├── ec_256_prv.comp.pem
│  │  │  │  │  ├── ec_256_prv.pem
│  │  │  │  │  ├── ec_256_pub.comp.pem
│  │  │  │  │  ├── ec_256_pub.pem
│  │  │  │  │  ├── ec_384_prv.comp.pem
│  │  │  │  │  ├── ec_384_prv.pem
│  │  │  │  │  ├── ec_384_pub.comp.pem
│  │  │  │  │  ├── ec_384_pub.pem
│  │  │  │  │  ├── ec_521_prv.comp.pem
│  │  │  │  │  ├── ec_521_prv.der
│  │  │  │  │  ├── ec_521_prv.pem
│  │  │  │  │  ├── ec_521_pub.comp.pem
│  │  │  │  │  ├── ec_521_pub.der
│  │  │  │  │  ├── ec_521_pub.pem
│  │  │  │  │  ├── ec_521_short_prv.der
│  │  │  │  │  ├── ec_521_short_prv.pem
│  │  │  │  │  ├── ec_bp256_prv.comp.pem
│  │  │  │  │  ├── ec_bp256_prv.pem
│  │  │  │  │  ├── ec_bp256_pub.comp.pem
│  │  │  │  │  ├── ec_bp256_pub.pem
│  │  │  │  │  ├── ec_bp384_prv.comp.pem
│  │  │  │  │  ├── ec_bp384_prv.pem
│  │  │  │  │  ├── ec_bp384_pub.comp.pem
│  │  │  │  │  ├── ec_bp384_pub.pem
│  │  │  │  │  ├── ec_bp512_prv.comp.pem
│  │  │  │  │  ├── ec_bp512_prv.der
│  │  │  │  │  ├── ec_bp512_prv.pem
│  │  │  │  │  ├── ec_bp512_pub.comp.pem
│  │  │  │  │  ├── ec_bp512_pub.der
│  │  │  │  │  ├── ec_bp512_pub.pem
│  │  │  │  │  ├── ec_prv.pk8.der
│  │  │  │  │  ├── ec_prv.pk8.pem
│  │  │  │  │  ├── ec_prv.pk8.pw.der
│  │  │  │  │  ├── ec_prv.pk8.pw.pem
│  │  │  │  │  ├── ec_prv.pk8nopub.der
│  │  │  │  │  ├── ec_prv.pk8nopub.pem
│  │  │  │  │  ├── ec_prv.pk8nopubparam.der
│  │  │  │  │  ├── ec_prv.pk8nopubparam.pem
│  │  │  │  │  ├── ec_prv.pk8param.der
│  │  │  │  │  ├── ec_prv.pk8param.pem
│  │  │  │  │  ├── ec_prv.sec1.comp.pem
│  │  │  │  │  ├── ec_prv.sec1.der
│  │  │  │  │  ├── ec_prv.sec1.pem
│  │  │  │  │  ├── ec_prv.sec1.pw.pem
│  │  │  │  │  ├── ec_prv.specdom.der
│  │  │  │  │  ├── ec_pub.comp.pem
│  │  │  │  │  ├── ec_pub.der
│  │  │  │  │  ├── ec_pub.pem
│  │  │  │  │  ├── ec_x25519_prv.der
│  │  │  │  │  ├── ec_x25519_prv.pem
│  │  │  │  │  ├── ec_x25519_pub.der
│  │  │  │  │  ├── ec_x25519_pub.pem
│  │  │  │  │  ├── ec_x448_prv.der
│  │  │  │  │  ├── ec_x448_prv.pem
│  │  │  │  │  ├── ec_x448_pub.der
│  │  │  │  │  ├── ec_x448_pub.pem
│  │  │  │  │  ├── ecdsa_secp256r1.crt
│  │  │  │  │  ├── ecdsa_secp256r1.key
│  │  │  │  │  ├── ecdsa_secp384r1.crt
│  │  │  │  │  ├── ecdsa_secp384r1.key
│  │  │  │  │  ├── ecdsa_secp521r1.crt
│  │  │  │  │  ├── ecdsa_secp521r1.key
│  │  │  │  │  ├── enco-ca-prstr.pem
│  │  │  │  │  ├── enco-cert-utf8str.pem
│  │  │  │  │  ├── format_gen.key
│  │  │  │  │  ├── format_gen.pub
│  │  │  │  │  ├── format_pkcs12.fmt
│  │  │  │  │  ├── format_rsa.key
│  │  │  │  │  ├── hash_file_1
│  │  │  │  │  ├── hash_file_2
│  │  │  │  │  ├── hash_file_3
│  │  │  │  │  ├── hash_file_4
│  │  │  │  │  ├── hash_file_5
│  │  │  │  │  ├── keyUsage.decipherOnly.crt
│  │  │  │  │  ├── lms_hash-sigs_sha256_m32_h5_lmots_sha256_n32_w8_aux
│  │  │  │  │  ├── lms_hash-sigs_sha256_m32_h5_lmots_sha256_n32_w8_prv
│  │  │  │  │  ├── lms_hash-sigs_sha256_m32_h5_lmots_sha256_n32_w8_pub
│  │  │  │  │  ├── lms_hsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv
│  │  │  │  │  ├── lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_prv
│  │  │  │  │  ├── lms_pyhsslms_sha256_m32_h5_lmots_sha256_n32_w8_pub
│  │  │  │  │  ├── mpi_16
│  │  │  │  │  ├── mpi_too_big
│  │  │  │  │  ├── opensslcnf
│  │  │  │  │  │  │ server9.crt.v3_ext
│  │  │  │  │  ├── parse_input
│  │  │  │  │  │  ├── bitstring-in-dn.pem
│  │  │  │  │  │  ├── cert_example_multi.crt
│  │  │  │  │  │  ├── cert_example_multi_nocn.crt
│  │  │  │  │  │  ├── cert_md5.crt
│  │  │  │  │  │  ├── cert_sha1.crt
│  │  │  │  │  │  ├── cert_sha224.crt
│  │  │  │  │  │  ├── cert_sha256.crt
│  │  │  │  │  │  ├── cert_sha384.crt
│  │  │  │  │  │  ├── cert_sha512.crt
│  │  │  │  │  │  ├── cli-rsa-sha256-badalg.crt.der
│  │  │  │  │  │  ├── crl-ec-sha1.pem
│  │  │  │  │  │  ├── crl-ec-sha224.pem
│  │  │  │  │  │  ├── crl-ec-sha256.pem
│  │  │  │  │  │  ├── crl-ec-sha384.pem
│  │  │  │  │  │  ├── crl-ec-sha512.pem
│  │  │  │  │  │  ├── crl-idp.pem
│  │  │  │  │  │  ├── crl-idpnc.pem
│  │  │  │  │  │  ├── crl-malformed-trailing-spaces.pem
│  │  │  │  │  │  ├── crl-rsa-pss-sha1.pem
│  │  │  │  │  │  ├── crl-rsa-pss-sha224.pem
│  │  │  │  │  │  ├── crl-rsa-pss-sha256.pem
│  │  │  │  │  │  ├── crl-rsa-pss-sha384.pem
│  │  │  │  │  │  ├── crl-rsa-pss-sha512.pem
│  │  │  │  │  │  ├── crl_expired.pem
│  │  │  │  │  │  ├── crl_md5.pem
│  │  │  │  │  │  ├── crl_sha1.pem
│  │  │  │  │  │  ├── crl_sha224.pem
│  │  │  │  │  │  ├── crl_sha256.pem
│  │  │  │  │  │  ├── crl_sha384.pem
│  │  │  │  │  │  ├── crl_sha512.pem
│  │  │  │  │  │  ├── keyUsage.decipherOnly.crt
│  │  │  │  │  │  ├── multiple_san.crt
│  │  │  │  │  │  ├── non-ascii-string-in-issuer.crt
│  │  │  │  │  │  ├── rsa_multiple_san_uri.crt.der
│  │  │  │  │  │  ├── rsa_single_san_uri.crt.der
│  │  │  │  │  │  ├── server1-ms.req.sha256
│  │  │  │  │  │  ├── server1.cert_type.crt
│  │  │  │  │  │  ├── server1.crt
│  │  │  │  │  │  ├── server1.crt.der
│  │  │  │  │  │  ├── server1.ext_ku.crt
│  │  │  │  │  │  ├── server1.key_usage.crt
│  │  │  │  │  │  ├── server1.req.commas.sha256
│  │  │  │  │  │  ├── server1.req.md5
│  │  │  │  │  │  ├── server1.req.sha1
│  │  │  │  │  │  ├── server1.req.sha224
│  │  │  │  │  │  ├── server1.req.sha256
│  │  │  │  │  │  ├── server1.req.sha384
│  │  │  │  │  │  ├── server1.req.sha512
│  │  │  │  │  │  ├── server1_pathlen_int_max-1.crt
│  │  │  │  │  │  ├── server1_pathlen_int_max.crt
│  │  │  │  │  │  ├── server2.crt
│  │  │  │  │  │  ├── server2.crt.der
│  │  │  │  │  │  ├── server3.crt
│  │  │  │  │  │  ├── server4.crt
│  │  │  │  │  │  ├── server5-directoryname-seq-malformed.crt.der
│  │  │  │  │  │  ├── server5-directoryname.crt.der
│  │  │  │  │  │  ├── server5-fan.crt.der
│  │  │  │  │  │  ├── server5-non-compliant.crt
│  │  │  │  │  │  ├── server5-nonprintable_othername.crt.der
│  │  │  │  │  │  ├── server5-othername.crt.der
│  │  │  │  │  │  ├── server5-second-directoryname-oid-malformed.crt.der
│  │  │  │  │  │  ├── server5-sha1.crt
│  │  │  │  │  │  ├── server5-sha224.crt
│  │  │  │  │  │  ├── server5-sha384.crt
│  │  │  │  │  │  ├── server5-sha512.crt
│  │  │  │  │  │  ├── server5-two-directorynames.crt.der
│  │  │  │  │  │  ├── server5-unsupported_othername.crt.der
│  │  │  │  │  │  ├── server5.crt
│  │  │  │  │  │  ├── server5.req.sha1
│  │  │  │  │  │  ├── server5.req.sha224
│  │  │  │  │  │  ├── server5.req.sha256
│  │  │  │  │  │  ├── server5.req.sha384
│  │  │  │  │  │  ├── server5.req.sha512
│  │  │  │  │  │  ├── server7_all_space.crt
│  │  │  │  │  │  ├── server7_int-ca.crt
│  │  │  │  │  │  ├── server7_pem_space.crt
│  │  │  │  │  │  ├── server7_trailing_space.crt
│  │  │  │  │  │  ├── server9-sha224.crt
│  │  │  │  │  │  ├── server9-sha256.crt
│  │  │  │  │  │  ├── server9-sha384.crt
│  │  │  │  │  │  ├── server9-sha512.crt
│  │  │  │  │  │  ├── server9.crt
│  │  │  │  │  │  ├── server9.req.sha1
│  │  │  │  │  │  ├── server9.req.sha224
│  │  │  │  │  │  ├── server9.req.sha256
│  │  │  │  │  │  ├── server9.req.sha384
│  │  │  │  │  │  ├── server9.req.sha512
│  │  │  │  │  │  ├── test-ca-any_policy.crt
│  │  │  │  │  │  ├── test-ca-any_policy_ec.crt
│  │  │  │  │  │  ├── test-ca-any_policy_with_qualifier.crt
│  │  │  │  │  │  ├── test-ca-any_policy_with_qualifier_ec.crt
│  │  │  │  │  │  ├── test-ca-multi_policy.crt
│  │  │  │  │  │  ├── test-ca-multi_policy_ec.crt
│  │  │  │  │  │  ├── test-ca-unsupported_policy.crt
│  │  │  │  │  │  ├── test-ca-unsupported_policy_ec.crt
│  │  │  │  │  │  ├── test-ca.crt
│  │  │  │  │  │  ├── test-ca.crt.der
│  │  │  │  │  │  ├── test_cert_rfc822name.crt.der
│  │  │  │  │  │  ├── test_csr_v3_all.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_extension_request.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_extension_request_sequence_len1.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_extension_request_sequence_len2.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_extension_request_sequence_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_extension_request_set_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_id_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_len1.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_len2.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_attributes_sequence_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_duplicated_extension.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_data_len1.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_data_len2.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_data_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_id_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_key_usage_bitstream_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_ns_cert_bitstream_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_subject_alt_name_sequence_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extension_type_oid.csr.der
│  │  │  │  │  │  ├── test_csr_v3_all_malformed_extensions_sequence_tag.csr.der
│  │  │  │  │  │  ├── test_csr_v3_keyUsage.csr.der
│  │  │  │  │  │  ├── test_csr_v3_nsCertType.csr.der
│  │  │  │  │  │  │ test_csr_v3_subjectAltName.csr.der
│  │  │  │  │  ├── passwd.psk
│  │  │  │  │  ├── pkcs7-rsa-expired.crt
│  │  │  │  │  ├── pkcs7-rsa-expired.der
│  │  │  │  │  ├── pkcs7-rsa-expired.key
│  │  │  │  │  ├── pkcs7-rsa-sha256-1.crt
│  │  │  │  │  ├── pkcs7-rsa-sha256-1.der
│  │  │  │  │  ├── pkcs7-rsa-sha256-1.key
│  │  │  │  │  ├── pkcs7-rsa-sha256-1.pem
│  │  │  │  │  ├── pkcs7-rsa-sha256-2.crt
│  │  │  │  │  ├── pkcs7-rsa-sha256-2.der
│  │  │  │  │  ├── pkcs7-rsa-sha256-2.key
│  │  │  │  │  ├── pkcs7-rsa-sha256-2.pem
│  │  │  │  │  ├── pkcs7-rsa-sha256-3.crt
│  │  │  │  │  ├── pkcs7-rsa-sha256-3.key
│  │  │  │  │  ├── pkcs7-rsa-sha256-3.pem
│  │  │  │  │  ├── pkcs7_data.bin
│  │  │  │  │  ├── pkcs7_data_1.bin
│  │  │  │  │  ├── pkcs7_data_3_signed.der
│  │  │  │  │  ├── pkcs7_data_cert_encrypted.der
│  │  │  │  │  ├── pkcs7_data_cert_signed_sha1.der
│  │  │  │  │  ├── pkcs7_data_cert_signed_sha256.der
│  │  │  │  │  ├── pkcs7_data_cert_signed_sha512.der
│  │  │  │  │  ├── pkcs7_data_cert_signed_v2.der
│  │  │  │  │  ├── pkcs7_data_cert_signeddata_sha256.der
│  │  │  │  │  ├── pkcs7_data_multiple_certs_signed.der
│  │  │  │  │  ├── pkcs7_data_multiple_signed.der
│  │  │  │  │  ├── pkcs7_data_no_signers.der
│  │  │  │  │  ├── pkcs7_data_rsa_expired.der
│  │  │  │  │  ├── pkcs7_data_signed_badcert.der
│  │  │  │  │  ├── pkcs7_data_signed_badsigner.der
│  │  │  │  │  ├── pkcs7_data_signed_badsigner1_badsize.der
│  │  │  │  │  ├── pkcs7_data_signed_badsigner1_badtag.der
│  │  │  │  │  ├── pkcs7_data_signed_badsigner1_fuzzbad.der
│  │  │  │  │  ├── pkcs7_data_signed_badsigner2_badsize.der

Outputs:

Toolchain

Version: 9583beca34
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:9583beca34_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
  • 🟡 Integration tests
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ✅ test-fw-nrfconnect-boot
    • ✅ test-fw-nrfconnect-apps
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_mesh
    • ✅ test-fw-nrfconnect-ble_samples
    • 🟡 test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • 🟡 test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • 🟡 test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • 🟡 test-fw-nrfconnect-nrf-iot_samples
    • ❌ test-fw-nrfconnect-nrf-iot_lwm2m
    • ✅ doc-internal
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ✅ test-fw-nrfconnect-nrf_crypto
    • ❌ test-fw-nrfconnect-proprietary_esb
    • ✅ test-fw-nrfconnect-rpc
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-tfm
    • ✅ test-fw-nrfconnect-thread
    • ❌ test-fw-nrfconnect-zigbee
    • ❌ test-sdk-find-my
    • ❌ test-fw-nrfconnect-nrf-iot_mosh
    • ❌ test-fw-nrfconnect-nrf-iot_positioning
    • 🟡 test-sdk-sidewalk
    • 🟡 test-sdk-wifi
    • ❌ test-low-level
    • 🟡 test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • ❌ test-sdk-pmic-samples
    • 🟡 test-sdk-mcuboot
    • 🟡 test-sdk-dfu
    • ❌ test-fw-nrfconnect-ps
    • ❌ test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2047 branch 3 times, most recently from 31e45a7 to 9c3556c Compare September 25, 2024 10:55
@nordic-segl nordic-segl force-pushed the auto-manifest-sdk-zephyr-2047 branch from 9c3556c to 3a7b1df Compare September 25, 2024 11:40
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2047 branch from 3a7b1df to bf640a6 Compare September 25, 2024 12:16
@nordic-segl nordic-segl force-pushed the auto-manifest-sdk-zephyr-2047 branch from bf640a6 to 3c6d127 Compare September 25, 2024 12:19
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2047 branch 2 times, most recently from bfa7998 to 7b3a834 Compare September 30, 2024 10:41
@nordic-segl nordic-segl force-pushed the auto-manifest-sdk-zephyr-2047 branch 2 times, most recently from e04151f to 35e0c67 Compare September 30, 2024 10:59
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2047 branch 3 times, most recently from f72baa1 to f9b1fc6 Compare October 7, 2024 07:31
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2047 branch from f9b1fc6 to e386c8a Compare October 7, 2024 07:54
@NordicBuilder
Copy link
Contributor Author

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zdebug[nrf52810dmouse/nrf52810]: RAM size increased by 632[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug[nrf52810dmouse/nrf52810]: ROM size increased by 876[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_keyboard.uart[nrf54l15pdk/nrf54l15/cpuapp]: RAM size increased by 440[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_keyboard.uart[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 2036[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf52820dongle/nrf52820]: RAM size increased by 620[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf52820dongle/nrf52820]: ROM size increased by 868[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug[nrf52820dongle/nrf52820]: RAM size increased by 620[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug[nrf52820dongle/nrf52820]: ROM size increased by 960[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf54h20dk/nrf54h20/cpuapp]: RAM size increased by 876[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 4780[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug.uart[nrf54l15pdk/nrf54l15/cpuapp]: RAM size increased by 440[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug.uart[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 2036[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug[nrf52833dk/nrf52820]: RAM size increased by 620[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug[nrf52833dk/nrf52820]: ROM size increased by 960[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug[nrf52dmouse/nrf52832]: ROM size increased by 1148[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_fast_pair.gmouse.uart[nrf54l15pdk/nrf54l15/cpuapp]: RAM size increased by 448[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_fast_pair.gmouse.uart[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 1872[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
sample.matter.template.release[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1696[B] in comparison to the main[2bae343] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf52840dk/nrf52840]: ROM size increased by 1436[B] in comparison to the main[2bae343] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: RAM size increased by 114336[B] in comparison to the main[2bae343] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: ROM size increased by 8544[B] in comparison to the main[2bae343] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: High RAM usage: 394774[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: RAM size increased by 114272[B] in comparison to the main[2bae343] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: ROM size increased by 9336[B] in comparison to the main[2bae343] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
applications.nrf_desktop.zrelease[nrf52833dk/nrf52820]: RAM size increased by 620[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf52833dk/nrf52820]: ROM size increased by 868[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf5340dk/nrf5340/cpuapp]: RAM size increased by 300[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1172[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf54l15pdk/nrf54l15/cpuapp]: RAM size increased by 440[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 1304[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1804[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_nrf21540ek_multicore[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1804[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug.uart[nrf54h20dk/nrf54h20/cpuapp]: RAM size increased by 888[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug.uart[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 6880[B] in comparison to the main[2bae343] branch. - link (cc: @MarekPieta)

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

@nordic-segl
Copy link
Contributor

Closing in favour of #17675

@nordic-segl nordic-segl closed this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants