Skip to content

Commit

Permalink
submodule: bump third_party/openthread/repo from 786bd7f to 57ef721
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `786bd7f` to `57ef721`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@786bd7f...57ef721)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 11, 2023
1 parent 1fd52b0 commit cc9ead8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 38 files
+1 −0 etc/cmake/options.cmake
+2 −2 script/check-posix-build-cmake
+10 −4 src/cli/README.md
+11 −5 src/cli/cli.cpp
+15 −15 src/core/net/ip6.cpp
+1 −1 src/core/net/ip6.hpp
+64 −54 src/core/net/ip6_mpl.cpp
+5 −6 src/core/net/ip6_mpl.hpp
+17 −27 src/core/thread/mesh_forwarder_ftd.cpp
+16 −9 src/lib/hdlc/hdlc.cpp
+8 −2 src/lib/hdlc/hdlc.hpp
+2 −1 src/lib/spinel/BUILD.gn
+1 −0 src/lib/spinel/CMakeLists.txt
+12 −0 src/lib/spinel/openthread-spinel-config.h
+239 −300 src/lib/spinel/radio_spinel.cpp
+52 −76 src/lib/spinel/radio_spinel.hpp
+16 −0 src/lib/spinel/radio_spinel_metrics.h
+23 −6 src/lib/spinel/spinel_interface.hpp
+8 −0 src/lib/url/url.cpp
+2 −0 src/lib/url/url.hpp
+1 −1 src/ncp/ncp_hdlc.cpp
+17 −3 src/posix/platform/CMakeLists.txt
+38 −23 src/posix/platform/hdlc_interface.cpp
+28 −14 src/posix/platform/hdlc_interface.hpp
+0 −16 src/posix/platform/include/openthread/openthread-system.h
+34 −13 src/posix/platform/openthread-posix-config.h
+139 −118 src/posix/platform/radio.cpp
+44 −7 src/posix/platform/radio.hpp
+34 −14 src/posix/platform/radio_url.cpp
+36 −26 src/posix/platform/spi_interface.cpp
+28 −13 src/posix/platform/spi_interface.hpp
+1 −0 src/posix/platform/trel.cpp
+1 −1 src/posix/platform/vendor.cmake
+23 −11 src/posix/platform/vendor_interface.hpp
+11 −20 src/posix/platform/vendor_interface_example.cpp
+1 −0 tests/scripts/expect/cli-region.exp
+1 −1 tests/toranj/openthread-core-toranj-config-posix.h
+4 −2 tests/unit/test_hdlc.cpp

0 comments on commit cc9ead8

Please sign in to comment.