Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

west.yml: Update zephyr version #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

west.yml: Update zephyr version #31

wants to merge 2 commits into from

Conversation

DatGizmo
Copy link
Owner

@DatGizmo DatGizmo commented Aug 29, 2024

  • This is a test change

test-sdk-nrf: west-recursion-test https://projecttools.nordicsemi.no/bitbucket/scm/~sewe/test-fw-nrfconnect-nrf.git

* This is a test change

Signed-off-by: Sebastian Wezel <[email protected]>
@DatGizmo
Copy link
Owner Author

DatGizmo commented Aug 29, 2024

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@a415e2d nrfconnect/sdk-zephyr#1966 nrfconnect/sdk-zephyr#1966/files

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

@NordicBuilder
Copy link
Collaborator

NordicBuilder commented Aug 29, 2024

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: d4030afcc0befef645eda11e82c0d7c0e1d604f1
sdk-nrf: PR head: f26cd8ad497443920d73c5c4672a88739fffeed7
zcbor: PR head: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
zephyr: PR head: c9c621ecc75d8a94d9c28122527489c531a532c0

more details

hal_nordic:

PR head: d4030afcc0befef645eda11e82c0d7c0e1d604f1
merge base: ab5cb2e2faeb1edfad7a25286dcb513929ae55da
Diff

sdk-nrf:

PR head: f26cd8ad497443920d73c5c4672a88739fffeed7
merge base: 32b91a8fe62d6c2c86d076344c03cbb79f5e91b2
target head (main): 5d99b833925f35ce22a1234b8d7c6e66125fc79b
Diff

zcbor:

PR head: 47f34dd7f5284e8750b5a715dee7f77c6c5bdc3f
merge base: b85a5508d473ef6d301d92eae2d721369a5a7665
Diff

zephyr:

PR head: c9c621ecc75d8a94d9c28122527489c531a532c0
merge base: a415e2d702d5192ffdf7ddf67fa73f8fab70a277
target head (main): 5bb7bb0af17cbdbd13c06ed5ea1268ec9b9358fc
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 (663)
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── nrfs
│  │  │  │  ├── helpers
│  │  │  │  │  │ dvfs_oppoint.c
│  │  │  │  ├── src
│  │  │  │  │  ├── services
│  │  │  │  │  │  │ nrfs_mram.c
│  │  │  ├── nrfx
│  │  │  │  ├── CHANGELOG.md
│  │  │  │  ├── README
│  │  │  │  ├── doc
│  │  │  │  │  ├── drv_supp_matrix.dox
│  │  │  │  │  ├── nrf54l15_enga.dox
│  │  │  │  │  ├── nrf54l20_enga.dox
│  │  │  │  │  ├── nrf9230_engb.dox
│  │  │  │  │  ├── nrfx.doxyfile
│  │  │  │  │  ├── sphinx
│  │  │  │  │  │  ├── drv_supp_matrix.rst
│  │  │  │  │  │  ├── nrf54l15_enga.rst
│  │  │  │  │  │  ├── nrf54l20_enga.rst
│  │  │  │  │  │  │ nrf9230_engb.rst
│  │  │  │  ├── drivers
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrfx_spim.h
│  │  │  │  │  │  │ nrfx_uarte.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_grtc.c
│  │  │  │  │  │  ├── nrfx_timer.c
│  │  │  │  │  │  ├── nrfx_uarte.c
│  │  │  │  │  │  ├── prs
│  │  │  │  │  │  │  │ nrfx_prs.h
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_aar.h
│  │  │  │  │  ├── nrf_auxpll.h
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  ├── nrf_ficr.h
│  │  │  │  │  ├── nrf_gpio.h
│  │  │  │  │  ├── nrf_memconf.h
│  │  │  │  │  ├── nrf_oscillators.h
│  │  │  │  │  ├── nrf_radio.h
│  │  │  │  │  ├── nrf_spim.h
│  │  │  │  │  ├── nrf_spis.h
│  │  │  │  │  │ nrf_uarte.h
│  │  │  │  ├── haly
│  │  │  │  │  ├── nrfy_i2s.h
│  │  │  │  │  ├── nrfy_twim.h
│  │  │  │  │  │ nrfy_uarte.h
│  │  │  │  ├── helpers
│  │  │  │  │  ├── nrfx_gppi.h
│  │  │  │  │  ├── nrfx_gppi_dppi_ppib_lumos.c
│  │  │  │  │  │ nrfx_ram_ctrl.c
│  │  │  │  ├── mdk
│  │  │  │  │  ├── nrf.h
│  │  │  │  │  ├── nrf51.h
│  │  │  │  │  ├── nrf52.h
│  │  │  │  │  ├── nrf52805.h
│  │  │  │  │  ├── nrf52810.h
│  │  │  │  │  ├── nrf52811.h
│  │  │  │  │  ├── nrf52820.h
│  │  │  │  │  ├── nrf52833.h
│  │  │  │  │  ├── nrf52840.h
│  │  │  │  │  ├── nrf5340_application.h
│  │  │  │  │  ├── nrf5340_network.h
│  │  │  │  │  ├── nrf54h20_application.svd
│  │  │  │  │  ├── nrf54h20_application_peripherals.h
│  │  │  │  │  ├── nrf54h20_enga_version.h
│  │  │  │  │  ├── nrf54h20_flpr.svd
│  │  │  │  │  ├── nrf54h20_flpr_peripherals.h
│  │  │  │  │  ├── nrf54h20_interim.h
│  │  │  │  │  ├── nrf54h20_name_change.h
│  │  │  │  │  ├── nrf54h20_ppr.svd
│  │  │  │  │  ├── nrf54h20_ppr_peripherals.h
│  │  │  │  │  ├── nrf54h20_radiocore.h
│  │  │  │  │  ├── nrf54h20_radiocore.svd
│  │  │  │  │  ├── nrf54h20_radiocore_peripherals.h
│  │  │  │  │  ├── nrf54h20_types.h
│  │  │  │  │  ├── nrf54h20_version.h
│  │  │  │  │  ├── nrf54l15_application.svd
│  │  │  │  │  ├── nrf54l15_application_peripherals.h
│  │  │  │  │  ├── nrf54l15_enga_application.svd
│  │  │  │  │  ├── nrf54l15_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54l15_enga_flpr.h
│  │  │  │  │  ├── nrf54l15_enga_flpr.svd
│  │  │  │  │  ├── nrf54l15_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l15_enga_interim.h
│  │  │  │  │  ├── nrf54l15_enga_types.h
│  │  │  │  │  ├── nrf54l15_enga_version.h
│  │  │  │  │  ├── nrf54l15_enga_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54l15_flpr.h
│  │  │  │  │  ├── nrf54l15_flpr.svd
│  │  │  │  │  ├── nrf54l15_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l15_interim.h
│  │  │  │  │  ├── nrf54l15_types.h
│  │  │  │  │  ├── nrf54l15_version.h
│  │  │  │  │  ├── nrf54l15_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf54l20_enga.h
│  │  │  │  │  ├── nrf54l20_enga_application.h
│  │  │  │  │  ├── nrf54l20_enga_application.svd
│  │  │  │  │  ├── nrf54l20_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54l20_enga_flpr.h
│  │  │  │  │  ├── nrf54l20_enga_flpr.svd
│  │  │  │  │  ├── nrf54l20_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l20_enga_global.h
│  │  │  │  │  ├── nrf54l20_enga_interim.h
│  │  │  │  │  ├── nrf54l20_enga_name_change.h
│  │  │  │  │  ├── nrf54l20_enga_peripherals.h
│  │  │  │  │  ├── nrf54l20_enga_types.h
│  │  │  │  │  ├── nrf54l20_enga_version.h
│  │  │  │  │  ├── nrf54l20_enga_xxaa_application_memory.h
│  │  │  │  │  ├── nrf54l20_enga_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf9120.h
│  │  │  │  │  ├── nrf9160.h
│  │  │  │  │  ├── nrf9230_engb.h
│  │  │  │  │  ├── nrf9230_engb_application.h
│  │  │  │  │  ├── nrf9230_engb_application.svd
│  │  │  │  │  ├── nrf9230_engb_application_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_flpr.h
│  │  │  │  │  ├── nrf9230_engb_flpr.svd
│  │  │  │  │  ├── nrf9230_engb_flpr_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_global.h
│  │  │  │  │  ├── nrf9230_engb_interim.h
│  │  │  │  │  ├── nrf9230_engb_name_change.h
│  │  │  │  │  ├── nrf9230_engb_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_ppr.h
│  │  │  │  │  ├── nrf9230_engb_ppr.svd
│  │  │  │  │  ├── nrf9230_engb_ppr_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_radiocore.h
│  │  │  │  │  ├── nrf9230_engb_radiocore.svd
│  │  │  │  │  ├── nrf9230_engb_radiocore_peripherals.h
│  │  │  │  │  ├── nrf9230_engb_types.h
│  │  │  │  │  ├── nrf9230_engb_version.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_application_memory.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_flpr_memory.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_ppr_memory.h
│  │  │  │  │  ├── nrf9230_engb_xxaa_radiocore_memory.h
│  │  │  │  │  ├── nrf_erratas.h
│  │  │  │  │  ├── nrf_mem.h
│  │  │  │  │  ├── nrf_peripherals.h
│  │  │  │  │  ├── system_nrf52.c
│  │  │  │  │  ├── system_nrf5340_application.c
│  │  │  │  │  ├── system_nrf5340_network.c
│  │  │  │  │  ├── system_nrf54h.c
│  │  │  │  │  ├── system_nrf54l.c
│  │  │  │  │  ├── system_nrf91.c
│  │  │  │  │  │ system_nrf92.c
│  │  │  │  ├── soc
│  │  │  │  │  ├── interconnect
│  │  │  │  │  │  ├── dppic_ppib
│  │  │  │  │  │  │  │ nrfx_interconnect_dppic_ppib_lumos.h
│  │  │  │  │  │ nrfx_coredep.h
│  │  │  │  ├── templates
│  │  │  │  │  ├── nrfx_config.h
│  │  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_enga_application.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_enga_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_enga_ppr.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_enga_radiocore.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l15_enga_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l15_enga_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54l15_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf54l20_enga_application.h
│  │  │  │  │  ├── nrfx_config_nrf54l20_enga_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  │  ├── nrfx_config_nrf9230_engb_flpr.h
│  │  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  │  │ nrfx_config_nrf9230_engb_radiocore.h
│  ├── lib
│  │  ├── zcbor
│  │  │  ├── .github
│  │  │  │  ├── actions
│  │  │  │  │  ├── prepare_and_run_tests
│  │  │  │  │  │  │ action.yaml
│  │  │  │  ├── workflows
│  │  │  │  │  │ run-tests.yaml
│  │  │  ├── .gitignore
│  │  │  ├── ARCHITECTURE.md
│  │  │  ├── MIGRATION_GUIDE.md
│  │  │  ├── README.md
│  │  │  ├── RELEASE_NOTES.md
│  │  │  ├── include
│  │  │  │  ├── zcbor_common.h
│  │  │  │  ├── zcbor_decode.h
│  │  │  │  ├── zcbor_encode.h
│  │  │  │  ├── zcbor_print.h
│  │  │  │  │ zcbor_tags.h
│  │  │  ├── samples
│  │  │  │  ├── pet
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── pet_decode.h
│  │  │  │  │  │  ├── pet_encode.h
│  │  │  │  │  │  │ pet_types.h
│  │  │  │  │  ├── pet.cmake
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── pet_decode.c
│  │  │  │  │  │  │ pet_encode.c
│  │  │  ├── scripts
│  │  │  │  ├── requirements-test.txt
│  │  │  │  │ update_version.py
│  │  │  ├── src
│  │  │  │  ├── zcbor_common.c
│  │  │  │  ├── zcbor_decode.c
│  │  │  │  ├── zcbor_encode.c
│  │  │  │  │ zcbor_print.c
│  │  │  ├── tests
│  │  │  │  ├── be_test.sh
│  │  │  │  ├── cases
│  │  │  │  │  │ corner_cases.cddl
│  │  │  │  ├── cmake
│  │  │  │  │  │ test_template.cmake
│  │  │  │  ├── decode
│  │  │  │  │  ├── test1_suit_old_formats
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test2_suit
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test3_simple
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test5_corner_cases
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test7_suit9_simple
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test8_suit12
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test9_manifest14
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── encode
│  │  │  │  │  ├── test1_suit
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test2_simple
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── file_header_copyright.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test3_corner_cases
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test4_senml
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── include
│  │  │  │  │  │ common_test.h
│  │  │  │  ├── scripts
│  │  │  │  │  ├── test_versions.py
│  │  │  │  │  │ test_zcbor.py
│  │  │  │  ├── test.sh
│  │  │  │  ├── unit
│  │  │  │  │  ├── test1_unit_tests
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test2_cpp
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── test3_float16
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── zcbor
│  │  │  │  ├── VERSION
│  │  │  │  │ zcbor.py
west.yml
zephyr
│  ├── CMakeLists.txt
│  ├── Kconfig.zephyr
│  ├── boards
│  │  ├── native
│  │  │  ├── nrf_bsim
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── common
│  │  │  │  │  ├── cmsis
│  │  │  │  │  │  │ cmsis.c
│  │  │  │  ├── doc
│  │  │  │  │  │ nrf54l15bsim.rst
│  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.dts
│  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp_defconfig
│  │  │  │  │ nsi_if.c
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── nrf54h20dk_nrf54h20-common.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.dts
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuppr.dts
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.dts
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf54l15dk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── img
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15.webp
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf54l15_cpuapp_common.dtsi
│  │  │  │  ├── nrf54l15dk_nrf54l15-common.dtsi
│  │  │  │  ├── nrf54l15dk_nrf54l15-pinctrl.dtsi
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.dts
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.yaml
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp_defconfig
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.dts
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.yaml
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr_defconfig
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr_xip.dts
│  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr_xip.yaml
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr_xip_defconfig
│  │  │  ├── nrf54l15pdk
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrf54l15_cpuapp_common.dtsi
│  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr.dts
│  │  │  ├── nrf9280pdk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.nrf9280pdk
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── nrf9280pdk_nrf9280-ipc_conf.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280-memory_map.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280-pinctrl.dtsi
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpuppr_xip_defconfig
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad.dts
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad.yaml
│  │  │  │  ├── nrf9280pdk_nrf9280_cpurad_defconfig
│  │  │  │  ├── support
│  │  │  │  │  ├── nrf9280_cpuapp.JLinkScript
│  │  │  │  │  │ nrf9280_cpurad.JLinkScript
│  │  │  ├── thingy53
│  │  │  │  │ Kconfig.defconfig
│  ├── cmake
│  │  ├── bintools
│  │  │  ├── gnu
│  │  │  │  │ target_bintools.cmake
│  ├── doc
│  │  ├── _extensions
│  │  │  ├── zephyr
│  │  │  │  ├── api_overview.py
│  │  │  │  ├── domain.py
│  │  │  │  ├── doxybridge.py
│  │  │  │  │ doxyrunner.py
│  │  ├── _static
│  │  │  ├── css
│  │  │  │  │ custom.css
│  │  ├── build
│  │  │  ├── dts
│  │  │  │  ├── api
│  │  │  │  │  │ api.rst
│  │  ├── conf.py
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  ├── mesh
│  │  │  │  │  │  ├── blob.rst
│  │  │  │  │  │  ├── blob_cli.rst
│  │  │  │  │  │  ├── blob_flash.rst
│  │  │  │  │  │  ├── blob_srv.rst
│  │  │  │  │  │  ├── dfd_srv.rst
│  │  │  │  │  │  ├── dfu.rst
│  │  │  │  │  │  ├── dfu_cli.rst
│  │  │  │  │  │  ├── dfu_srv.rst
│  │  │  │  │  │  ├── lcd_cli.rst
│  │  │  │  │  │  ├── lcd_srv.rst
│  │  │  │  │  │  ├── od_cli.rst
│  │  │  │  │  │  ├── od_srv.rst
│  │  │  │  │  │  ├── op_agg_cli.rst
│  │  │  │  │  │  ├── op_agg_srv.rst
│  │  │  │  │  │  ├── priv_beacon_cli.rst
│  │  │  │  │  │  ├── priv_beacon_srv.rst
│  │  │  │  │  │  ├── rpr_cli.rst
│  │  │  │  │  │  ├── rpr_srv.rst
│  │  │  │  │  │  ├── sar_cfg_cli.rst
│  │  │  │  │  │  ├── sar_cfg_srv.rst
│  │  │  │  │  │  ├── srpl_cli.rst
│  │  │  │  │  │  │ srpl_srv.rst
│  │  ├── hardware
│  │  │  ├── peripherals
│  │  │  │  │ mdio.rst
│  │  ├── kernel
│  │  │  ├── memory_management
│  │  │  │  ├── demand_paging.rst
│  │  │  │  │ shared_multi_heap.rst
│  │  │  ├── services
│  │  │  │  ├── other
│  │  │  │  │  │ version.rst
│  │  ├── known-warnings.txt
│  │  ├── requirements.txt
│  │  ├── services
│  │  │  ├── debugging
│  │  │  │  ├── cs_trace_defmt.rst
│  │  │  │  │ index.rst
│  │  │  ├── device_mgmt
│  │  │  │  ├── mcumgr_callbacks.rst
│  │  │  │  ├── mcumgr_handlers.rst
│  │  │  │  ├── smp_groups
│  │  │  │  │  ├── smp_group_0.rst
│  │  │  │  │  ├── smp_group_1.rst
│  │  │  │  │  ├── smp_group_3.rst
│  │  │  │  │  │ smp_group_8.rst
│  │  │  ├── logging
│  │  │  │  ├── cs_stm.rst
│  │  │  │  ├── images
│  │  │  │  │  │ coresight_architecture.png
│  │  │  │  │ index.rst
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf
│  │  │  ├── clock_control_nrf2_common.c
│  │  │  ├── clock_control_nrf2_common.h
│  │  │  ├── clock_control_nrf2_fll16m.c
│  │  │  ├── clock_control_nrf2_hfxo.c
│  │  │  ├── clock_control_nrf2_hsfll.c
│  │  │  │ clock_control_nrf2_lfclk.c
│  │  ├── entropy
│  │  │  ├── Kconfig.native_posix
│  │  │  ├── Kconfig.nrf_prng
│  │  │  │ fake_entropy_native_posix.c
│  │  ├── hwinfo
│  │  │  ├── Kconfig
│  │  │  │ hwinfo_nrf.c
│  │  ├── mbox
│  │  │  │ mbox_nrf_bellboard_rx.c
│  │  ├── misc
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── coresight
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrf_etr.c
│  │  │  ├── nordic_vpr_launcher
│  │  │  │  │ nordic_vpr_launcher.c
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  │  ├── serial
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── uart_nrfx_uarte.c
│  │  │  │ uart_nrfx_uarte2.c
│  │  ├── usb
│  │  │  ├── common
│  │  │  │  ├── nrf_usbd_common
│  │  │  │  │  │ nrf_usbd_common.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf52805.dtsi
│  │  │  │  ├── nrf52810.dtsi
│  │  │  │  ├── nrf52811.dtsi
│  │  │  │  ├── nrf52820.dtsi
│  │  │  │  ├── nrf52832.dtsi
│  │  │  │  ├── nrf52833.dtsi
│  │  │  │  ├── nrf52840.dtsi
│  │  │  │  ├── nrf5340_cpunet.dtsi
│  │  │  │  ├── nrf54h20_cpuapp.dtsi
│  │  │  │  ├── nrf54h20_cpurad.dtsi
│  │  │  │  ├── nrf54l15_cpuapp.dtsi
│  │  │  │  ├── nrf54l15_enga_cpuapp.dtsi
│  │  │  │  ├── nrf9280_cpuapp.dtsi
│  │  │  │  │ nrf9280_cpurad.dtsi
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  │ nordic,nrf-tddconf.yaml
│  │  │  ├── clock
│  │  │  │  ├── fixed-clock.yaml
│  │  │  │  ├── nordic,nrf-fll16m.yaml
│  │  │  │  ├── nordic,nrf-lfclk.yaml
│  │  │  │  ├── nordic,nrf54h-hfxo.yaml
│  │  │  │  │ nordic,nrf54h-lfxo.yaml
│  │  │  ├── debug
│  │  │  │  │ arm,stmesp.yaml
│  │  │  ├── i2c
│  │  │  │  │ nordic,nrf-twi-common.yaml
│  │  │  ├── misc
│  │  │  │  │ nordic,nrf-bicr.yaml
│  │  │  ├── pinctrl
│  │  │  │  │ nordic-clockpin.yaml
│  │  │  ├── regulator
│  │  │  │  ├── nordic,nrf52x-regulator-hv.yaml
│  │  │  │  ├── nordic,nrf54l-regulators.yaml
│  │  │  │  │ nordic,nrf5x-regulator.yaml
│  │  │  ├── serial
│  │  │  │  │ nordic,nrf-uart-common.yaml
│  │  │  ├── spi
│  │  │  │  │ nordic,nrf-spi-common.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  ├── nrf54l15.dtsi
│  │  │  │  │ nrf9280.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20_cpuppr.dtsi
│  │  │  │  ├── nrf54l15_cpuflpr.dtsi
│  │  │  │  ├── nrf54l15_enga_cpuflpr.dtsi
│  │  │  │  │ nrf9280_cpuppr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── debug
│  │  │  │  ├── coresight
│  │  │  │  │  │ cs_trace_defmt.h
│  │  │  │  │ mipi_stp_decoder.h
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ nrf_clock_control.h
│  │  │  │  ├── misc
│  │  │  │  │  ├── coresight
│  │  │  │  │  │  ├── nrf_etr.h
│  │  │  │  │  │  │ stmesp.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── misc
│  │  │  │  │  ├── nordic-domain-id-nrf9230.h
│  │  │  │  │  ├── nordic-nrf-ficr-nrf9230-engb.h
│  │  │  │  │  │ nordic-owner-id-nrf9230.h
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  │  │  │  ├── regulator
│  │  │  │  │  │ nrf5x.h
│  │  │  ├── logging
│  │  │  │  ├── log_frontend_stmesp.h
│  │  │  │  │ log_frontend_stmesp_demux.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf_regtool
│  │  │  ├── nrfs
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dvfs
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── ld_dvfs.c
│  │  │  │  │  ├── ld_dvfs_handler.c
│  │  │  │  │  │ ld_dvfs_handler.h
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── nrfe_config.h
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_common.h
│  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_application.h
│  │  │  │  ├── nrfx_config_nrf54l15_enga_flpr.h
│  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  │ nrfx_glue.h
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── beacon
│  │  │  │  │ sample.yaml
│  │  │  ├── broadcast_audio_sink
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── broadcast_audio_source
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── central_iso
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_central
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_rx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_connectionless_tx
│  │  │  │  │ sample.yaml
│  │  │  ├── direction_finding_peripheral
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_ipc
│  │  │  │  │ sample.yaml
│  │  │  ├── hci_pwr_ctrl
│  │  │  │  ├── child_image
│  │  │  │  │  │ hci_rpmsg.conf
│  │  │  ├── hci_vs_scan_req
│  │  │  │  │ sample.yaml
│  │  │  ├── public_broadcast_sink
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── public_broadcast_source
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── unicast_audio_client
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── unicast_audio_server
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── remote
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ sysbuild.cmake
│  │  │  │  ├── nrf2_clock_control
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── configs
│  │  │  │  │  │  ├── cpuapp_hsfll.conf
│  │  │  │  │  │  ├── cpuapp_hsfll.overlay
│  │  │  │  │  │  ├── fll16m.conf
│  │  │  │  │  │  ├── fll16m.overlay
│  │  │  │  │  │  ├── lfclk.conf
│  │  │  │  │  │  ├── lfclk.overlay
│  │  │  │  │  │  ├── uart135.conf
│  │  │  │  │  │  │ uart135.overlay
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── clock_control_litex
│  │  │  │  │ README.rst
│  │  │  ├── jesd216
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── mbox
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── remote
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  ├── spi_flash
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr_xip.overlay
│  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  ├── child_image
│  │  │  │  │  │  │  │ hci_rpmsg.conf
│  ├── scripts
│  │  ├── pylib
│  │  │  ├── pytest-twister-harness
│  │  │  │  ├── src
│  │  │  │  │  ├── twister_harness
│  │  │  │  │  │  ├── device
│  │  │  │  │  │  │  │ hardware_adapter.py
│  │  │  │  │  │  ├── plugin.py
│  │  │  │  │  │  │ twister_harness_config.py
│  │  │  ├── twister
│  │  │  │  ├── twisterlib
│  │  │  │  │  ├── environment.py
│  │  │  │  │  ├── handlers.py
│  │  │  │  │  ├── harness.py
│  │  │  │  │  │ testplan.py
│  │  ├── west_commands
│  │  │  ├── build.py
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── snippets
│  │  ├── bt-ll-sw-split
│  │  │  ├── README.rst
│  │  │  ├── bt-ll-sw-split.conf
│  │  │  ├── bt-ll-sw-split.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-flpr-xip
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-flpr
│  │  │  ├── boards
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm-dict
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  │ nrf54h20_cpuapp.overlay
│  │  │  ├── log_stm_dict.conf
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  │ nrf54h20_cpuapp.overlay
│  │  │  ├── log_stm.conf
│  │  │  │ snippet.yml
│  │  ├── nordic-ppr-xip
│  │  │  ├── boards
│  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-ppr
│  │  │  ├── boards
│  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │ snippet.yml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.defconfig
│  │  │  ├── Kconfig.soc
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dmm.c
│  │  │  │  ├── dmm.h
│  │  │  │  ├── nrf54hx_nrf92x_mpu_regions.c
│  │  │  │  ├── pinctrl_soc.h
│  │  │  │  ├── vpr
│  │  │  │  │  │ Kconfig.sysbuild
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── nrf54l
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54l15_cpuflpr
│  │  │  │  ├── Kconfig.soc
│  │  │  │  │ soc.c
│  │  │  ├── nrf92
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpuppr
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpurad
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── align.ld
│  │  │  │  ├── soc.c
│  │  │  │  │ soc.h
│  │  │  ├── soc.yml
│  │  │  │ validate_base_addresses.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.ll_sw_split
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  │ radio.c
│  │  ├── debug
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── coresight
│  │  │  │  │ cs_trace_defmt.c
│  │  │  │ mipi_stp_decoder.c
│  │  ├── logging
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.frontends
│  │  │  ├── frontends
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── log_frontend_dict_uart.c
│  │  │  │  ├── log_frontend_stmesp.c
│  │  │  │  │ log_frontend_stmesp_demux.c
│  │  ├── mgmt
│  │  │  ├── mcumgr
│  │  │  │  ├── grp
│  │  │  │  │  ├── img_mgmt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ img_mgmt.c
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── lwm2m
│  │  │  │  │  ├── lwm2m_senml_cbor.patch
│  │  │  │  │  ├── lwm2m_senml_cbor_decode.c
│  │  │  │  │  ├── lwm2m_senml_cbor_decode.h
│  │  │  │  │  ├── lwm2m_senml_cbor_encode.c
│  │  │  │  │  ├── lwm2m_senml_cbor_encode.h
│  │  │  │  │  ├── lwm2m_senml_cbor_regenerate.sh
│  │  │  │  │  │ lwm2m_senml_cbor_types.h
│  ├── tests
│  │  ├── arch
│  │  │  ├── arm
│  │  │  │  ├── arm_irq_vector_table
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ arm_irq_vector_table.c
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ctrl_api
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_chmu
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_cis_create
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_cis_terminate
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_collision
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_conn_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_cte_req
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_data_length_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_encrypt
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_feature_exchange
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_hci
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_invalid
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_le_ping
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_min_used_chans
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_phy_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_sca_update
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_terminate
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_tx_buffer_alloc
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_tx_queue
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_unsupported
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── ctrl_version
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── ctrl_sw_privacy
│  │  │  │  │ testcase.yaml
│  │  │  ├── ctrl_user_ext
│  │  │  │  │ testcase.yaml
│  │  │  ├── df
│  │  │  │  ├── connection_cte_req
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connection_cte_tx_params
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_chains
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_rx
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── connectionless_cte_tx
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── init
│  │  │  │  │ testcase.yaml
│  │  │  ├── tester
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  ├── src
│  │  │  │  │  ├── btp
│  │  │  │  │  │  │ btp_csip.h
│  │  │  │  │  │ btp_csip.c
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── dmm
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── bsim
│  │  │  │ run_parallel.sh
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  ├── clock_control
│  │  │  │  ├── nrf2_clock_control
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── gpio
│  │  │  │  ├── gpio_nrf
│  │  │  │  │  ├── README.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── i2c
│  │  │  │  ├── i2c_bme688
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── mbox
│  │  │  │  ├── mbox_error_cases
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  ├── timer
│  │  │  │  ├── nrf_grtc_timer
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuflpr_xip.overlay
│  │  │  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpurad.overlay
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpurad.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  ├── kernel
│  │  │  ├── interrupt
│  │  │  │  ├── src
│  │  │  │  │  │ nested_irq.c
│  │  ├── lib
│  │  │  ├── cpp
│  │  │  │  ├── cxx
│  │  │  │  │  │ testcase.yaml
│  │  ├── subsys
│  │  │  ├── debug
│  │  │  │  ├── cs_trace_defmt
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── mipi_stp_decoder
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── logging
│  │  │  │  ├── log_frontend_stmesp_demux
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │ west.yml

Outputs:

Toolchain

Version: 9338b70c26
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:9338b70c26_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-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_ble_nrf_config
    • ⚠️ test-fw-nrfconnect-zigbee_ut

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

Signed-off-by: Sebastian Wezel <[email protected]>
@NordicBuilder
Copy link
Collaborator

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zdebug.uart[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 828[B] in comparison to the main[32b91a8] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 668[B] in comparison to the main[32b91a8] branch. - link (cc: @MarekPieta)

Note: This message is automatically posted and updated by the CI (buran/users/sewe/sdk-nrf/PR-31/12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants