Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

manifest: sdk-zephyr: Nrfx 6118 investigate icbmsg #17181

Conversation

NordicBuilder
Copy link
Contributor

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

@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 4, 2024
@NordicBuilder
Copy link
Contributor Author

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@fb6ca20 nrfconnect/sdk-zephyr#2003 nrfconnect/sdk-zephyr#2003/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 4, 2024

CI Information

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

Inputs:

Sources:

nrf_hw_models: PR head: d2a119a9c7600ce06033a794de042e0ad9a38702
sdk-nrf: PR head: 51c9c99f9c67325e9cbb36185d1da7f066ae30f6
openthread: PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
zephyr: PR head: ed9919efda39eb692a8f78f601bdc4d60332b0b7

more details

nrf_hw_models:

PR head: d2a119a9c7600ce06033a794de042e0ad9a38702
merge base: 6e70c2dc5d4c67c4da5913b2969c0774b27f0cd0
Diff

sdk-nrf:

PR head: 51c9c99f9c67325e9cbb36185d1da7f066ae30f6
merge base: 2d1690d77ed7354d6d7b4670ada62a472b5078cf
target head (main): f7258d0ad63ff6f736b08f60b9d4c2e28398de68
Diff

openthread:

PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
merge base: e10a92570f94ff1e0bc5e0da9ecf0ee135d955a6
Diff

zephyr:

PR head: ed9919efda39eb692a8f78f601bdc4d60332b0b7
merge base: fb6ca20a06ba31a3dc1b86d6986d48ad4a5760b0
target head (main): 3f835fec4f01a10a055c23760f6a0f40aa77eaab
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 (717)
modules
│  ├── bsim_hw_models
│  │  ├── nrf_hw_models
│  │  │  ├── src
│  │  │  │  ├── HW_models
│  │  │  │  │  ├── NHW_54L_CLOCK.c
│  │  │  │  │  ├── NHW_54_AAR_CCM_ECB.c
│  │  │  │  │  ├── NHW_NVM_backend.h
│  │  │  │  │  ├── NHW_RADIO.c
│  │  │  │  │  │ NHW_RRAMC.c
│  │  │  │  ├── nrfx
│  │  │  │  │  ├── hal
│  │  │  │  │  │  ├── nrf_54_aar.c
│  │  │  │  │  │  │ nrf_radio.c
│  │  │  ├── tests
│  │  │  │  ├── zephyr_apps
│  │  │  │  │  ├── 54_aar_ccm_ecb
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  ├── test_ccm.c
│  │  │  │  │  │  │  │ test_ecb.c
│  ├── lib
│  │  ├── openthread
│  │  │  ├── .code-spell-ignore
│  │  │  ├── .github
│  │  │  │  ├── workflows
│  │  │  │  │  ├── build.yml
│  │  │  │  │  ├── codeql.yml
│  │  │  │  │  ├── docker.yml
│  │  │  │  │  ├── fuzz.yml
│  │  │  │  │  ├── makefile-check.yml
│  │  │  │  │  ├── otbr.yml
│  │  │  │  │  ├── otci.yml
│  │  │  │  │  ├── otns.yml
│  │  │  │  │  ├── posix.yml
│  │  │  │  │  ├── scorecards.yml
│  │  │  │  │  ├── simulation-1.1.yml
│  │  │  │  │  ├── simulation-1.4.yml
│  │  │  │  │  ├── size.yml
│  │  │  │  │  ├── toranj.yml
│  │  │  │  │  ├── unit.yml
│  │  │  │  │  │ version.yml
│  │  │  ├── .gitignore
│  │  │  ├── CMakeLists.txt
│  │  │  ├── etc
│  │  │  │  ├── cmake
│  │  │  │  │  │ options.cmake
│  │  │  ├── examples
│  │  │  │  ├── config
│  │  │  │  │  ├── ot-core-config-check-size-br.h
│  │  │  │  │  ├── ot-core-config-check-size-ftd.h
│  │  │  │  │  │ ot-core-config-check-size-mtd.h
│  │  │  │  ├── platforms
│  │  │  │  │  ├── simulation
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── alarm.c
│  │  │  │  │  │  ├── infra_if.c
│  │  │  │  │  │  ├── openthread-core-simulation-config.h
│  │  │  │  │  │  ├── platform-config.h
│  │  │  │  │  │  ├── platform-simulation.h
│  │  │  │  │  │  ├── radio.c
│  │  │  │  │  │  ├── system.c
│  │  │  │  │  │  ├── virtual_time
│  │  │  │  │  │  │  │ alarm-sim.c
│  │  │  │  │  ├── utils
│  │  │  │  │  │  ├── mac_frame.cpp
│  │  │  │  │  │  │ mac_frame.h
│  │  │  ├── include
│  │  │  │  ├── openthread
│  │  │  │  │  ├── ble_secure.h
│  │  │  │  │  ├── border_agent.h
│  │  │  │  │  ├── border_routing.h
│  │  │  │  │  ├── coap.h
│  │  │  │  │  ├── coap_secure.h
│  │  │  │  │  ├── icmp6.h
│  │  │  │  │  ├── instance.h
│  │  │  │  │  ├── link.h
│  │  │  │  │  ├── platform
│  │  │  │  │  │  ├── dnssd.h
│  │  │  │  │  │  ├── multipan.h
│  │  │  │  │  │  ├── radio.h
│  │  │  │  │  │  │ time.h
│  │  │  │  │  ├── tcat.h
│  │  │  │  │  ├── thread.h
│  │  │  │  │  │ thread_ftd.h
│  │  │  ├── script
│  │  │  │  ├── check-arm-build
│  │  │  │  ├── check-gn-build
│  │  │  │  ├── check-scan-build
│  │  │  │  ├── check-simulation-build-cmake
│  │  │  │  ├── check-simulation-local-host
│  │  │  │  ├── cmake-build
│  │  │  │  ├── git-tool
│  │  │  │  ├── make-pretty
│  │  │  │  │ test
│  │  │  ├── src
│  │  │  │  ├── cli
│  │  │  │  │  ├── README.md
│  │  │  │  │  ├── README_BR.md
│  │  │  │  │  ├── README_TCAT.md
│  │  │  │  │  ├── cli.cpp
│  │  │  │  │  ├── cli.hpp
│  │  │  │  │  ├── cli_br.cpp
│  │  │  │  │  ├── cli_coap.cpp
│  │  │  │  │  ├── cli_coap_secure.cpp
│  │  │  │  │  ├── cli_coap_secure.hpp
│  │  │  │  │  ├── cli_dataset.cpp
│  │  │  │  │  ├── cli_dataset.hpp
│  │  │  │  │  ├── cli_dns.cpp
│  │  │  │  │  ├── cli_link_metrics.cpp
│  │  │  │  │  ├── cli_link_metrics.hpp
│  │  │  │  │  │ cli_tcat.cpp
│  │  │  │  ├── core
│  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── api
│  │  │  │  │  │  ├── border_agent_api.cpp
│  │  │  │  │  │  ├── border_routing_api.cpp
│  │  │  │  │  │  ├── channel_manager_api.cpp
│  │  │  │  │  │  ├── coap_api.cpp
│  │  │  │  │  │  ├── coap_secure_api.cpp
│  │  │  │  │  │  ├── link_api.cpp
│  │  │  │  │  │  ├── thread_api.cpp
│  │  │  │  │  │  │ thread_ftd_api.cpp
│  │  │  │  │  ├── backbone_router
│  │  │  │  │  │  ├── bbr_leader.cpp
│  │  │  │  │  │  ├── bbr_local.cpp
│  │  │  │  │  │  │ bbr_manager.cpp
│  │  │  │  │  ├── border_router
│  │  │  │  │  │  ├── infra_if.cpp
│  │  │  │  │  │  ├── routing_manager.cpp
│  │  │  │  │  │  │ routing_manager.hpp
│  │  │  │  │  ├── coap
│  │  │  │  │  │  ├── coap.cpp
│  │  │  │  │  │  ├── coap.hpp
│  │  │  │  │  │  ├── coap_message.cpp
│  │  │  │  │  │  ├── coap_message.hpp
│  │  │  │  │  │  ├── coap_secure.cpp
│  │  │  │  │  │  │ coap_secure.hpp
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── heap_string.cpp
│  │  │  │  │  │  ├── heap_string.hpp
│  │  │  │  │  │  ├── message.cpp
│  │  │  │  │  │  ├── message.hpp
│  │  │  │  │  │  ├── offset_range.cpp
│  │  │  │  │  │  ├── offset_range.hpp
│  │  │  │  │  │  ├── string.cpp
│  │  │  │  │  │  ├── string.hpp
│  │  │  │  │  │  ├── tlvs.cpp
│  │  │  │  │  │  │ tlvs.hpp
│  │  │  │  │  ├── config
│  │  │  │  │  │  ├── border_routing.h
│  │  │  │  │  │  ├── mle.h
│  │  │  │  │  │  ├── network_diagnostic.h
│  │  │  │  │  │  ├── openthread-core-config-check.h
│  │  │  │  │  │  │ srp_client.h
│  │  │  │  │  ├── diags
│  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  ├── factory_diags.cpp
│  │  │  │  │  │  │ factory_diags.hpp
│  │  │  │  │  ├── instance
│  │  │  │  │  │  ├── instance.cpp
│  │  │  │  │  │  │ instance.hpp
│  │  │  │  │  ├── mac
│  │  │  │  │  │  ├── data_poll_sender.cpp
│  │  │  │  │  │  ├── mac.cpp
│  │  │  │  │  │  ├── mac_frame.cpp
│  │  │  │  │  │  ├── mac_frame.hpp
│  │  │  │  │  │  ├── mac_header_ie.cpp
│  │  │  │  │  │  ├── mac_header_ie.hpp
│  │  │  │  │  │  ├── mac_links.hpp
│  │  │  │  │  │  ├── sub_mac.cpp
│  │  │  │  │  │  ├── sub_mac.hpp
│  │  │  │  │  │  │ sub_mac_csl_receiver.cpp
│  │  │  │  │  ├── meshcop
│  │  │  │  │  │  ├── border_agent.cpp
│  │  │  │  │  │  ├── border_agent.hpp
│  │  │  │  │  │  ├── commissioner.cpp
│  │  │  │  │  │  ├── commissioner.hpp
│  │  │  │  │  │  ├── dataset.cpp
│  │  │  │  │  │  ├── dataset.hpp
│  │  │  │  │  │  ├── dataset_manager.cpp
│  │  │  │  │  │  ├── dataset_manager.hpp
│  │  │  │  │  │  ├── dataset_manager_ftd.cpp
│  │  │  │  │  │  ├── dataset_updater.cpp
│  │  │  │  │  │  ├── joiner.cpp
│  │  │  │  │  │  ├── joiner.hpp
│  │  │  │  │  │  ├── joiner_router.cpp
│  │  │  │  │  │  ├── meshcop_tlvs.cpp
│  │  │  │  │  │  ├── meshcop_tlvs.hpp
│  │  │  │  │  │  ├── secure_transport.cpp
│  │  │  │  │  │  ├── secure_transport.hpp
│  │  │  │  │  │  ├── tcat_agent.cpp
│  │  │  │  │  │  │ tcat_agent.hpp
│  │  │  │  │  ├── net
│  │  │  │  │  │  ├── dns_client.cpp
│  │  │  │  │  │  ├── dns_client.hpp
│  │  │  │  │  │  ├── dnssd_server.cpp
│  │  │  │  │  │  ├── dnssd_server.hpp
│  │  │  │  │  │  ├── icmp6.cpp
│  │  │  │  │  │  ├── icmp6.hpp
│  │  │  │  │  │  ├── ip6.cpp
│  │  │  │  │  │  ├── ip6.hpp
│  │  │  │  │  │  ├── ip6_headers.cpp
│  │  │  │  │  │  ├── ip6_headers.hpp
│  │  │  │  │  │  ├── ip6_mpl.cpp
│  │  │  │  │  │  ├── ip6_mpl.hpp
│  │  │  │  │  │  ├── nat64_translator.cpp
│  │  │  │  │  │  ├── nat64_translator.hpp
│  │  │  │  │  │  ├── netif.cpp
│  │  │  │  │  │  ├── srp_client.cpp
│  │  │  │  │  │  │ srp_client.hpp
│  │  │  │  │  ├── openthread-core-config.h
│  │  │  │  │  ├── radio
│  │  │  │  │  │  ├── ble_secure.cpp
│  │  │  │  │  │  ├── ble_secure.hpp
│  │  │  │  │  │  ├── radio.hpp
│  │  │  │  │  │  ├── radio_callbacks.cpp
│  │  │  │  │  │  ├── radio_platform.cpp
│  │  │  │  │  │  │ trel_interface.cpp
│  │  │  │  │  ├── thread
│  │  │  │  │  │  ├── address_resolver.cpp
│  │  │  │  │  │  ├── address_resolver.hpp
│  │  │  │  │  │  ├── child_table.cpp
│  │  │  │  │  │  ├── csl_tx_scheduler.cpp
│  │  │  │  │  │  ├── csl_tx_scheduler.hpp
│  │  │  │  │  │  ├── discover_scanner.cpp
│  │  │  │  │  │  ├── dua_manager.cpp
│  │  │  │  │  │  ├── key_manager.cpp
│  │  │  │  │  │  ├── key_manager.hpp
│  │  │  │  │  │  ├── link_metrics.cpp
│  │  │  │  │  │  ├── link_metrics.hpp
│  │  │  │  │  │  ├── lowpan.cpp
│  │  │  │  │  │  ├── mesh_forwarder.cpp
│  │  │  │  │  │  ├── mesh_forwarder.hpp
│  │  │  │  │  │  ├── mesh_forwarder_ftd.cpp
│  │  │  │  │  │  ├── mle.cpp
│  │  │  │  │  │  ├── mle.hpp
│  │  │  │  │  │  ├── mle_router.cpp
│  │  │  │  │  │  ├── mle_router.hpp
│  │  │  │  │  │  ├── mle_types.cpp
│  │  │  │  │  │  ├── mle_types.hpp
│  │  │  │  │  │  ├── mlr_manager.cpp
│  │  │  │  │  │  ├── network_data_leader.cpp
│  │  │  │  │  │  ├── network_data_leader.hpp
│  │  │  │  │  │  ├── network_data_leader_ftd.cpp
│  │  │  │  │  │  ├── network_data_notifier.cpp
│  │  │  │  │  │  ├── network_data_publisher.cpp
│  │  │  │  │  │  ├── network_data_publisher.hpp
│  │  │  │  │  │  ├── network_data_service.cpp
│  │  │  │  │  │  ├── network_data_service.hpp
│  │  │  │  │  │  ├── network_data_types.hpp
│  │  │  │  │  │  ├── network_diagnostic.cpp
│  │  │  │  │  │  ├── network_diagnostic_tlvs.cpp
│  │  │  │  │  │  ├── router_table.cpp
│  │  │  │  │  │  │ tmf.cpp
│  │  │  │  │  ├── utils
│  │  │  │  │  │  ├── channel_manager.cpp
│  │  │  │  │  │  ├── channel_manager.hpp
│  │  │  │  │  │  ├── mesh_diag.cpp
│  │  │  │  │  │  ├── mesh_diag.hpp
│  │  │  │  │  │  ├── parse_cmdline.cpp
│  │  │  │  │  │  │ power_calibration.cpp
│  │  │  │  ├── lib
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── spinel
│  │  │  │  │  │  ├── BUILD.gn
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README_RADIO_SPINEL_DIAG.md
│  │  │  │  │  │  ├── logger.cpp
│  │  │  │  │  │  ├── multi_frame_buffer.hpp
│  │  │  │  │  │  ├── openthread-spinel-config.h
│  │  │  │  │  │  ├── radio_spinel.cpp
│  │  │  │  │  │  ├── radio_spinel.hpp
│  │  │  │  │  │  ├── spi_frame.hpp
│  │  │  │  │  │  ├── spinel.c
│  │  │  │  │  │  ├── spinel.h
│  │  │  │  │  │  ├── spinel_driver.hpp
│  │  │  │  │  │  ├── spinel_helper.cpp
│  │  │  │  │  │  ├── spinel_helper.hpp
│  │  │  │  │  │  │ spinel_interface.hpp
│  │  │  │  │  ├── utils
│  │  │  │  │  │  │ endian.hpp
│  │  │  │  ├── ncp
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── changed_props_set.cpp
│  │  │  │  │  ├── ncp_base.cpp
│  │  │  │  │  ├── ncp_base.hpp
│  │  │  │  │  ├── ncp_base_dispatcher.cpp
│  │  │  │  │  ├── ncp_base_mtd.cpp
│  │  │  │  │  ├── ncp_config.h
│  │  │  │  │  ├── platform
│  │  │  │  │  │  │ infra_if.cpp
│  │  │  │  ├── posix
│  │  │  │  │  ├── platform
│  │  │  │  │  │  ├── README_RCP_CAPS_DIAG.md
│  │  │  │  │  │  ├── alarm.cpp
│  │  │  │  │  │  ├── backtrace.cpp
│  │  │  │  │  │  ├── config_file.cpp
│  │  │  │  │  │  ├── config_file.hpp
│  │  │  │  │  │  ├── hdlc_interface.cpp
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── openthread
│  │  │  │  │  │  │  │  │ openthread-system.h
│  │  │  │  │  │  ├── infra_if.cpp
│  │  │  │  │  │  ├── infra_if.hpp
│  │  │  │  │  │  ├── multicast_routing.cpp
│  │  │  │  │  │  ├── netif.cpp
│  │  │  │  │  │  ├── openthread-core-posix-config.h
│  │  │  │  │  │  ├── platform-posix.h
│  │  │  │  │  │  ├── radio.cpp
│  │  │  │  │  │  ├── radio.hpp
│  │  │  │  │  │  ├── radio_url.cpp
│  │  │  │  │  │  ├── rcp_caps_diag.cpp
│  │  │  │  │  │  ├── rcp_caps_diag.hpp
│  │  │  │  │  │  ├── resolver.cpp
│  │  │  │  │  │  ├── resolver.hpp
│  │  │  │  │  │  ├── settings.cpp
│  │  │  │  │  │  ├── spi_interface.cpp
│  │  │  │  │  │  │ system.cpp
│  │  │  ├── tests
│  │  │  │  ├── fuzz
│  │  │  │  │  │ fuzzer_platform.cpp
│  │  │  │  ├── scripts
│  │  │  │  │  ├── expect
│  │  │  │  │  │  ├── _common.exp
│  │  │  │  │  │  ├── cli-coaps.exp
│  │  │  │  │  │  ├── cli-diags.exp
│  │  │  │  │  │  ├── cli-tcat-advertisement.exp
│  │  │  │  │  │  ├── cli-tcat-decommission.exp
│  │  │  │  │  │  │ cli-tcat.exp
│  │  │  │  │  ├── thread-cert
│  │  │  │  │  │  ├── Cert_5_1_01_RouterAttach.py
│  │  │  │  │  │  ├── Cert_5_1_04_RouterAddressReallocation.py
│  │  │  │  │  │  ├── Cert_5_1_05_RouterAddressTimeout.py
│  │  │  │  │  │  ├── Cert_5_1_06_RemoveRouterId.py
│  │  │  │  │  │  ├── Cert_5_1_12_NewRouterNeighborSync.py
│  │  │  │  │  │  ├── Cert_5_1_13_RouterReset.py
│  │  │  │  │  │  ├── Cert_5_2_01_REEDAttach.py
│  │  │  │  │  │  ├── Cert_5_2_03_LeaderReject2Hops.py
│  │  │  │  │  │  ├── Cert_5_2_04_REEDUpgrade.py
│  │  │  │  │  │  ├── Cert_5_2_05_AddressQuery.py
│  │  │  │  │  │  ├── Cert_5_2_06_RouterDowngrade.py
│  │  │  │  │  │  ├── Cert_5_2_07_REEDSynchronization.py
│  │  │  │  │  │  ├── Cert_5_3_03_AddressQuery.py
│  │  │  │  │  │  ├── Cert_5_3_07_DuplicateAddress.py
│  │  │  │  │  │  ├── Cert_5_5_02_LeaderReboot.py
│  │  │  │  │  │  ├── Cert_5_5_03_SplitMergeChildren.py
│  │  │  │  │  │  ├── Cert_5_5_04_SplitMergeRouters.py
│  │  │  │  │  │  ├── Cert_5_5_07_SplitMergeThreeWay.py
│  │  │  │  │  │  ├── Cert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py
│  │  │  │  │  │  ├── Cert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py
│  │  │  │  │  │  ├── Cert_5_6_03_NetworkDataRegisterAfterAttachLeader.py
│  │  │  │  │  │  ├── Cert_5_6_04_NetworkDataRegisterAfterAttachRouter.py
│  │  │  │  │  │  ├── Cert_5_6_05_NetworkDataRegisterAfterAttachRouter.py
│  │  │  │  │  │  ├── Cert_5_6_06_NetworkDataExpiration.py
│  │  │  │  │  │  ├── Cert_5_6_09_NetworkDataForwarding.py
│  │  │  │  │  │  ├── Cert_5_7_01_CoapDiagCommands.py
│  │  │  │  │  │  ├── Cert_5_8_04_SecurityPolicyTLV.py
│  │  │  │  │  │  ├── Cert_6_1_02_REEDAttach.py
│  │  │  │  │  │  ├── Cert_6_1_03_RouterAttachConnectivity.py
│  │  │  │  │  │  ├── Cert_6_1_04_REEDAttachConnectivity.py
│  │  │  │  │  │  ├── Cert_6_1_05_REEDAttachConnectivity.py
│  │  │  │  │  │  ├── Cert_6_1_07_RouterAttachLinkQuality.py
│  │  │  │  │  │  ├── Cert_6_2_02_NewPartition.py
│  │  │  │  │  │  ├── Cert_6_3_02_NetworkDataUpdate.py
│  │  │  │  │  │  ├── Cert_6_5_01_ChildResetReattach.py
│  │  │  │  │  │  ├── Cert_6_5_02_ChildResetReattach.py
│  │  │  │  │  │  ├── Cert_6_5_03_ChildResetSynchronize.py
│  │  │  │  │  │  ├── Cert_7_1_01_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_7_1_02_BorderRouterAsRouter.py
│  │  │  │  │  │  ├── Cert_7_1_03_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_7_1_04_BorderRouterAsRouter.py
│  │  │  │  │  │  ├── Cert_7_1_05_BorderRouterAsRouter.py
│  │  │  │  │  │  ├── Cert_7_1_06_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_7_1_07_BorderRouterAsLeader.py
│  │  │  │  │  │  ├── Cert_8_1_02_Commissioning.py
│  │  │  │  │  │  ├── Cert_8_1_06_Commissioning.py
│  │  │  │  │  │  ├── Cert_8_2_01_JoinerRouter.py
│  │  │  │  │  │  ├── Cert_8_2_02_JoinerRouter.py
│  │  │  │  │  │  ├── Cert_8_2_05_JoinerRouter.py
│  │  │  │  │  │  ├── Cert_8_3_01_CommissionerPetition.py
│  │  │  │  │  │  ├── Cert_9_2_01_MGMTCommissionerGet.py
│  │  │  │  │  │  ├── Cert_9_2_02_MGMTCommissionerSet.py
│  │  │  │  │  │  ├── Cert_9_2_03_ActiveDatasetGet.py
│  │  │  │  │  │  ├── Cert_9_2_07_DelayTimer.py
│  │  │  │  │  │  ├── Cert_9_2_08_PersistentDatasets.py
│  │  │  │  │  │  ├── Cert_9_2_12_Announce.py
│  │  │  │  │  │  ├── Cert_9_2_13_EnergyScan.py
│  │  │  │  │  │  ├── Cert_9_2_15_PendingPartition.py
│  │  │  │  │  │  ├── Cert_9_2_16_ActivePendingPartition.py
│  │  │  │  │  │  ├── Cert_9_2_17_Orphan.py
│  │  │  │  │  │  ├── Cert_9_2_18_RollBackActiveTimestamp.py
│  │  │  │  │  │  ├── Cert_9_2_19_PendingDatasetGet.py
│  │  │  │  │  │  ├── border_router
│  │  │  │  │  │  │  ├── nat64
│  │  │  │  │  │  │  │  │ test_upstream_dns.py
│  │  │  │  │  │  │  ├── test_advertising_proxy.py
│  │  │  │  │  │  │  ├── test_dnssd_server.py
│  │  │  │  │  │  │  ├── test_dnssd_server_multi_border_routers.py
│  │  │  │  │  │  │  ├── test_ephemeral_key_counters.py
│  │  │  │  │  │  │  ├── test_firewall.py
│  │  │  │  │  │  │  ├── test_multi_ail.py
│  │  │  │  │  │  │  │ test_publish_meshcop_service.py
│  │  │  │  │  │  ├── command.py
│  │  │  │  │  │  ├── config.py
│  │  │  │  │  │  ├── node.py
│  │  │  │  │  │  ├── pktverify
│  │  │  │  │  │  │  ├── packet_filter.py
│  │  │  │  │  │  │  │ packet_verifier.py
│  │  │  │  │  │  ├── run_cert_suite.py
│  │  │  │  │  │  ├── test_crypto.py
│  │  │  │  │  │  ├── test_dnssd_name_with_special_chars.py
│  │  │  │  │  │  ├── test_srp_auto_host_address.py
│  │  │  │  │  │  ├── test_srp_client_remove_host.py
│  │  │  │  │  │  ├── test_srp_client_save_server_info.py
│  │  │  │  │  │  ├── test_srp_lease.py
│  │  │  │  │  │  ├── test_srp_many_services_mtu_check.py
│  │  │  │  │  │  ├── test_srp_register_services_diff_lease.py
│  │  │  │  │  │  ├── test_srp_server_anycast_mode.py
│  │  │  │  │  │  ├── test_srp_server_reboot_port.py
│  │  │  │  │  │  ├── test_srp_sub_type.py
│  │  │  │  │  │  ├── test_srp_ttl.py
│  │  │  │  │  │  ├── thread_cert.py
│  │  │  │  │  │  ├── v1_2_LowPower_7_1_01_SingleProbeLinkMetricsWithEnhancedAcks.py
│  │  │  │  │  │  ├── v1_2_LowPower_7_1_02_SingleProbeLinkMetricsWithoutEnhancedAck.py
│  │  │  │  │  │  ├── v1_2_LowPower_7_2_01_ForwardTrackingSeries.py
│  │  │  │  │  │  ├── v1_2_LowPower_test_forward_tracking_series.py
│  │  │  │  │  │  │ v1_2_test_single_probe.py
│  │  │  │  ├── toranj
│  │  │  │  │  ├── cli
│  │  │  │  │  │  ├── cli.py
│  │  │  │  │  │  ├── test-023-mesh-diag.py
│  │  │  │  │  │  ├── test-031-service-aloc-route-lookup.py
│  │  │  │  │  │  ├── test-032-leader-take-over.py
│  │  │  │  │  │  ├── test-400-srp-client-server.py
│  │  │  │  │  │  ├── test-500-two-brs-two-networks.py
│  │  │  │  │  │  ├── test-501-multi-br-failure-recovery.py
│  │  │  │  │  │  ├── test-502-multi-br-leader-failure-recovery.py
│  │  │  │  │  │  ├── test-503-peer-tbr-discovery.py
│  │  │  │  │  │  │ test-504-br-icmp-unreach-err.py
│  │  │  │  │  ├── openthread-core-toranj-config-posix.h
│  │  │  │  │  ├── openthread-core-toranj-config.h
│  │  │  │  │  │ start.sh
│  │  │  │  ├── unit
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── test_dns_client.cpp
│  │  │  │  │  ├── test_dnssd_discovery_proxy.cpp
│  │  │  │  │  ├── test_lowpan.cpp
│  │  │  │  │  ├── test_mac_frame.cpp
│  │  │  │  │  ├── test_network_data.cpp
│  │  │  │  │  ├── test_offset_range.cpp
│  │  │  │  │  ├── test_power_calibration.cpp
│  │  │  │  │  ├── test_routing_manager.cpp
│  │  │  │  │  ├── test_srp_adv_proxy.cpp
│  │  │  │  │  ├── test_srp_server.cpp
│  │  │  │  │  │ test_tlv.cpp
│  │  │  ├── tools
│  │  │  │  ├── cp-caps
│  │  │  │  │  ├── README.md
│  │  │  │  │  ├── rcp_caps_test.py
│  │  │  │  │  │ requirements.txt
│  │  │  │  ├── otci
│  │  │  │  │  ├── otci
│  │  │  │  │  │  ├── command_handlers.py
│  │  │  │  │  │  │ otci.py
│  │  │  │  ├── tcat_ble_client
│  │  │  │  │  ├── bbtc.py
│  │  │  │  │  ├── ble
│  │  │  │  │  │  ├── ble_stream.py
│  │  │  │  │  │  ├── ble_stream_secure.py
│  │  │  │  │  │  │ udp_stream.py
│  │  │  │  │  ├── cli
│  │  │  │  │  │  ├── base_commands.py
│  │  │  │  │  │  ├── cli.py
│  │  │  │  │  │  │ command.py
│  │  │  │  │  ├── tlv
│  │  │  │  │  │  ├── tcat_tlv.py
│  │  │  │  │  │  │ tlv.py
west.yml
zephyr
│  ├── .github
│  │  │ test-spec.yml
│  ├── 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-memory_map.dtsi
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── nrf54l15_cpuapp_common.dtsi
│  │  │  │  │ nrf54l15dk_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
│  ├── 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
│  │  ├── entropy
│  │  │  ├── Kconfig.native_posix
│  │  │  ├── Kconfig.nrf_prng
│  │  │  │ fake_entropy_native_posix.c
│  │  ├── mbox
│  │  │  │ mbox_nrf_bellboard_rx.c
│  │  ├── misc
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── coresight
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ nrf_etr.c
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  │  ├── serial
│  │  │  │ Kconfig.nrfx
│  │  ├── timer
│  │  │  │ nrf_grtc_timer.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20_cpuapp.dtsi
│  │  │  │  ├── nrf54h20_cpurad.dtsi
│  │  │  │  ├── nrf9280_cpuapp.dtsi
│  │  │  │  │ nrf9280_cpurad.dtsi
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  │ nordic,nrf-tddconf.yaml
│  │  │  ├── debug
│  │  │  │  │ arm,stmesp.yaml
│  │  │  ├── i2c
│  │  │  │  │ nordic,nrf-twi-common.yaml
│  │  │  ├── misc
│  │  │  │  │ nordic,nrf-bicr.yaml
│  │  │  ├── pinctrl
│  │  │  │  │ nordic-clockpin.yaml
│  │  │  ├── serial
│  │  │  │  │ nordic,nrf-uart-common.yaml
│  │  │  ├── spi
│  │  │  │  │ nordic,nrf-spi-common.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  │ nrf9280.dtsi
│  │  ├── riscv
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20_cpuppr.dtsi
│  │  │  │  │ nrf9280_cpuppr.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── debug
│  │  │  │  ├── coresight
│  │  │  │  │  │ cs_trace_defmt.h
│  │  │  │  │ mipi_stp_decoder.h
│  │  │  ├── drivers
│  │  │  │  ├── 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
│  │  │  │  │  │ nordic-tddconf.h
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  │  │  ├── logging
│  │  │  │  ├── log_frontend_stmesp.h
│  │  │  │  │ log_frontend_stmesp_demux.h
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── grp
│  │  │  │  │  │  ├── img_mgmt
│  │  │  │  │  │  │  │ img_mgmt_callbacks.h
│  │  │  │  │  ├── mgmt
│  │  │  │  │  │  │ callbacks.h
│  │  │  ├── net
│  │  │  │  │ socket_ncs.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.nrf_regtool
│  │  │  ├── nrfs
│  │  │  │  ├── Kconfig
│  │  │  │  ├── dvfs
│  │  │  │  │  │ ld_dvfs.c
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── nrfe_config.h
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  │ nrfx_glue.h
│  │  ├── openthread
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.features
│  │  │  ├── Kconfig.thread
│  │  │  ├── platform
│  │  │  │  │ openthread-core-zephyr-config.h
│  ├── samples
│  │  ├── basic
│  │  │  ├── blinky
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_egpio.overlay
│  │  ├── 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_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
│  │  ├── drivers
│  │  │  ├── clock_control_litex
│  │  │  │  │ README.rst
│  │  │  ├── jesd216
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── spi_flash
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp.overlay
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  ├── subsys
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── icmsg
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp_icbmsg.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuflpr_icbmsg.overlay
│  │  │  │  │  │  │ sample.yaml
│  ├── scripts
│  │  ├── pylib
│  │  │  ├── twister
│  │  │  │  ├── twisterlib
│  │  │  │  │  │ handlers.py
│  │  ├── west_commands
│  │  │  ├── build.py
│  │  │  ├── runners
│  │  │  │  │ nrf_common.py
│  ├── share
│  │  ├── sysbuild
│  │  │  ├── cmake
│  │  │  │  ├── modules
│  │  │  │  │  │ sysbuild_extensions.cmake
│  ├── snippets
│  │  ├── nordic-log-stm-dict
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  ├── nrf54h20_cpuapp.overlay
│  │  │  │  │ nrf54h20_cpurad.overlay
│  │  │  ├── log_stm_dict.conf
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  ├── nrf54h20_cpuapp.overlay
│  │  │  │  │ nrf54h20_cpurad.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
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── nrf54l
│  │  │  │  │ Kconfig
│  │  │  ├── 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
│  │  ├── ipc
│  │  │  ├── ipc_service
│  │  │  │  ├── backends
│  │  │  │  │  │ ipc_icbmsg.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
│  │  │  │  │  │  │  │ img_mgmt_state.c
│  ├── 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
│  │  ├── 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
│  │  │  │  │  │  │ nrf9280pdk_nrf9280_cpuapp.overlay
│  │  │  ├── 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
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── 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
│  │  ├── 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_ble_nrf_config
    • ✅ test-fw-nrfconnect-ble_mesh
    • ✅ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip - Error: Error starting job: null
    • ✅ 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-2003 branch 12 times, most recently from ce8c5fe to ff2b435 Compare September 12, 2024 12:48
@NordicBuilder NordicBuilder requested a review from a team as a code owner October 3, 2024 16:42
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2003 branch 3 times, most recently from 1861b98 to ca5ae24 Compare October 3, 2024 18:12
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder
Copy link
Contributor Author

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zdebug_keyboard.uart[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 800[B] in comparison to the main[2d1690d] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug.uart[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 1944[B] in comparison to the main[2d1690d] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 728[B] in comparison to the main[2d1690d] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug_fast_pair.gmouse.uart[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 768[B] in comparison to the main[2d1690d] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zdebug.uart[nrf54l15pdk/nrf54l15/cpuapp]: ROM size increased by 800[B] in comparison to the main[2d1690d] branch. - link (cc: @MarekPieta)
applications.nrf_desktop.zrelease[nrf54h20dk/nrf54h20/cpuapp]: ROM size increased by 548[B] in comparison to the main[2d1690d] branch. - link (cc: @MarekPieta)

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

@NordicBuilder
Copy link
Contributor Author

Automatically closed by action-manifest-pr GH action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant