Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

manifest: sdk-zephyr: [nrf_noup] soc: nordic: nrf54h20: Add LRC around idle #17383

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

Conversation

NordicBuilder
Copy link
Contributor

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

@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 18, 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@96aa87c nrfconnect/sdk-zephyr#2032 nrfconnect/sdk-zephyr#2032/files

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 18, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 49f65257a9847d185a2dc19949aea13a116064fa
openthread: PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
zephyr: PR head: 0af8a76d6886a1dbb79597f48e7d9343edad1fca

more details

sdk-nrf:

PR head: 49f65257a9847d185a2dc19949aea13a116064fa
merge base: 204da36c54de9c24b52c06ad35e7afb78f842cfc
target head (main): ada3cea9ff7ea911ec269069fb95d97d38386c6a
Diff

openthread:

PR head: 2aeb8b833ba760ec29d5f340dd1ce7bcb61c5d56
merge base: e10a92570f94ff1e0bc5e0da9ecf0ee135d955a6
Diff

zephyr:

PR head: 0af8a76d6886a1dbb79597f48e7d9343edad1fca
merge base: 96aa87c2aae419a2d04f4ee86ef12b359789a817
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 (438)
modules
│  ├── 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
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54l15dk
│  │  │  │  │ Kconfig.defconfig
│  ├── drivers
│  │  ├── clock_control
│  │  │  ├── clock_control_nrf2_common.c
│  │  │  ├── clock_control_nrf2_common.h
│  │  │  ├── clock_control_nrf2_fll16m.c
│  │  │  │ clock_control_nrf2_hfxo.c
│  │  ├── timer
│  │  │  │ nrf_grtc_timer.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  │ nordic,nrf-tddconf.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── dt-bindings
│  │  │  │  ├── misc
│  │  │  │  │  │ nordic-tddconf.h
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── grp
│  │  │  │  │  │  ├── img_mgmt
│  │  │  │  │  │  │  │ img_mgmt_callbacks.h
│  │  │  │  │  ├── mgmt
│  │  │  │  │  │  │ callbacks.h
│  │  │  ├── net
│  │  │  │  │ socket_ncs.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── nrfs
│  │  │  │  ├── dvfs
│  │  │  │  │  │ ld_dvfs.c
│  │  ├── openthread
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig.features
│  │  │  ├── Kconfig.thread
│  │  │  ├── platform
│  │  │  │  │ openthread-core-zephyr-config.h
│  ├── samples
│  │  ├── basic
│  │  │  ├── blinky
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_egpio.overlay
│  ├── share
│  │  ├── sysbuild
│  │  │  ├── cmake
│  │  │  │  ├── modules
│  │  │  │  │  │ sysbuild_extensions.cmake
│  ├── snippets
│  │  ├── nordic-log-stm-dict
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.overlay
│  │  │  │  │ nrf54h20_cpurad.overlay
│  │  │  │ snippet.yml
│  │  ├── nordic-log-stm
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20_cpuapp.overlay
│  │  │  │  │ nrf54h20_cpurad.overlay
│  │  │  │ snippet.yml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── soc_lrcconf.c
│  │  │  │  │ soc_lrcconf.h
│  │  │  ├── nrf54h
│  │  │  │  ├── power.c
│  │  │  │  ├── soc.c
│  │  │  │  │ soc.h
│  ├── subsys
│  │  ├── logging
│  │  │  ├── frontends
│  │  │  │  ├── Kconfig
│  │  │  │  ├── log_frontend_stmesp.c
│  │  │  │  │ log_frontend_stmesp_demux.c
│  │  ├── mgmt
│  │  │  ├── mcumgr
│  │  │  │  ├── grp
│  │  │  │  │  ├── img_mgmt
│  │  │  │  │  │  ├── Kconfig
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ img_mgmt_state.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── timer
│  │  │  │  ├── nrf_grtc_timer
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuppr.overlay
│  │ west.yml

Outputs:

Toolchain

Version: 2aae60c2f9
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:2aae60c2f9_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 1643
    • sdk-zephyr test count: 6757
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ test-fw-nrfconnect-boot
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread
    • ❌ test-fw-nrfconnect-zigbee
    • ❌ test-sdk-find-my
    • ❌ test-sdk-sidewalk
    • ❌ test-low-level
    • ❌ test-sdk-mcuboot
    • ❌ test-sdk-dfu
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • 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 requested a review from a team as a code owner September 19, 2024 16:01
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2032 branch 15 times, most recently from 5beae23 to a599197 Compare October 1, 2024 13:21
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2032 branch 3 times, most recently from f1b7057 to 08869cc Compare October 2, 2024 09:38
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2032 branch 2 times, most recently from 5798f79 to 8796dce Compare October 2, 2024 10:12
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
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