Skip to content

Commit

Permalink
Bump third_party/openthread/repo from 6bfcc0d to 34ecac8 (#26311)
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `6bfcc0d` to `34ecac8`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@6bfcc0d...34ecac8)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Aug 31, 2023
1 parent 7ff7c2d commit 4799806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 73 files
+12 −12 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+1 −1 .github/workflows/docker.yml
+1 −1 .github/workflows/fuzz.yml
+1 −1 .github/workflows/makefile-check.yml
+5 −1 .github/workflows/otci.yml
+3 −3 .github/workflows/otns.yml
+8 −8 .github/workflows/posix.yml
+10 −10 .github/workflows/simulation-1.1.yml
+7 −7 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/size.yml
+5 −5 .github/workflows/toranj.yml
+4 −4 .github/workflows/unit.yml
+1 −1 .github/workflows/version.yml
+2 −0 etc/cmake/options.cmake
+8 −0 examples/apps/cli/ftd.cmake
+1 −1 examples/apps/cli/main.c
+8 −0 examples/apps/cli/mtd.cmake
+8 −0 examples/apps/cli/radio.cmake
+8 −0 examples/apps/ncp/ftd.cmake
+8 −0 examples/apps/ncp/mtd.cmake
+8 −0 examples/apps/ncp/rcp.cmake
+8 −0 examples/platforms/simulation/diag.c
+3 −1 include/openthread/cli.h
+21 −3 include/openthread/dns_client.h
+1 −1 include/openthread/instance.h
+90 −8 include/openthread/platform/crypto.h
+13 −0 include/openthread/platform/diag.h
+4 −0 include/openthread/thread.h
+34 −16 src/cli/cli.cpp
+19 −10 src/cli/cli.hpp
+10 −0 src/cli/cli_config.h
+2 −0 src/core/api/thread_api.cpp
+12 −0 src/core/common/instance.cpp
+12 −0 src/core/config/mle.h
+47 −0 src/core/crypto/crypto_platform.cpp
+110 −0 src/core/crypto/ecdsa.hpp
+12 −1 src/core/crypto/storage.cpp
+18 −8 src/core/crypto/storage.hpp
+19 −0 src/core/diags/README.md
+31 −0 src/core/diags/factory_diags.cpp
+1 −0 src/core/diags/factory_diags.hpp
+6 −0 src/core/mac/mac.hpp
+1 −1 src/core/mac/mac_types.cpp
+1 −1 src/core/mac/mac_types.hpp
+11 −0 src/core/mac/sub_mac.hpp
+42 −0 src/core/net/srp_client.cpp
+33 −21 src/core/net/srp_client.hpp
+19 −3 src/core/thread/address_resolver.cpp
+12 −3 src/core/thread/address_resolver.hpp
+11 −2 src/core/thread/key_manager.cpp
+19 −5 src/core/thread/key_manager.hpp
+2 −1 src/core/thread/mle.cpp
+4 −0 src/core/thread/mle.hpp
+21 −2 src/core/thread/mle_router.cpp
+2 −2 src/core/thread/router_table.cpp
+2 −0 src/ncp/ncp_base.cpp
+2 −0 src/ncp/ncp_base.hpp
+2 −0 src/ncp/ncp_base_ftd.cpp
+8 −1 src/posix/cli.cmake
+16 −0 src/posix/daemon.cmake
+1 −1 src/posix/main.c
+0 −1 src/posix/platform/daemon.cpp
+10 −0 src/posix/platform/radio.cpp
+6 −0 tests/scripts/expect/cli-diags.exp
+9 −0 tests/toranj/openthread-core-toranj-config.h
+37 −0 tests/unit/test_platform.cpp
+11 −2 tools/otci/otci/__init__.py
+6 −7 tools/otci/otci/command_handlers.py
+10 −10 tools/otci/otci/connectors.py
+55 −36 tools/otci/otci/otci.py
+2 −1 tools/otci/otci/types.py
+1 −1 tools/otci/otci/utils.py

0 comments on commit 4799806

Please sign in to comment.