Skip to content

Commit

Permalink
submodule: bump openthread from 08a7600 to d63da4f (#810)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `08a7600` to `d63da4f`.
- [Commits](openthread/openthread@08a7600...d63da4f)

---
updated-dependencies:
- dependency-name: openthread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 86e741f commit e553414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 35 files
+22 −0 .github/workflows/toranj.yml
+1 −0 examples/config/ot-core-config-check-size-br.h
+1 −0 examples/config/ot-core-config-check-size-ftd.h
+1 −0 examples/config/ot-core-config-check-size-mtd.h
+134 −0 include/openthread/border_agent.h
+1 −1 include/openthread/instance.h
+87 −0 src/cli/README.md
+114 −0 src/cli/cli.cpp
+5 −0 src/cli/cli.hpp
+31 −0 src/core/api/border_agent_api.cpp
+11 −0 src/core/config/border_agent.h
+157 −9 src/core/meshcop/border_agent.cpp
+125 −1 src/core/meshcop/border_agent.hpp
+3 −3 src/posix/platform/config_file.hpp
+3 −3 src/posix/platform/configuration.hpp
+4 −3 src/posix/platform/hdlc_interface.hpp
+30 −1 src/posix/platform/infra_if.cpp
+15 −3 src/posix/platform/infra_if.hpp
+5 −0 src/posix/platform/ip6_utils.hpp
+1 −1 src/posix/platform/mainloop.hpp
+3 −3 src/posix/platform/openthread-posix-config.h
+3 −3 src/posix/platform/platform-posix.h
+3 −3 src/posix/platform/power.hpp
+3 −3 src/posix/platform/radio.hpp
+3 −3 src/posix/platform/radio_url.hpp
+5 −9 src/posix/platform/resolver.hpp
+3 −3 src/posix/platform/settings.hpp
+3 −3 src/posix/platform/spi_interface.hpp
+3 −3 src/posix/platform/vendor_interface.hpp
+18 −0 tests/toranj/cli/cli.py
+96 −0 tests/toranj/cli/test-028-border-agent-ephemeral-key.py
+4 −0 tests/toranj/openthread-core-toranj-config-posix.h
+2 −0 tests/toranj/openthread-core-toranj-config-simulation.h
+4 −2 tests/toranj/openthread-core-toranj-config.h
+1 −0 tests/toranj/start.sh

0 comments on commit e553414

Please sign in to comment.