Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent d7340a1 commit ee3d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 44 files
+1 −0 etc/cmake/options.cmake
+1 −1 include/openthread/instance.h
+1 −0 include/openthread/ping_sender.h
+2 −2 script/check-posix-build-cmake
+13 −6 src/cli/README.md
+1 −1 src/cli/README_UDP.md
+21 −6 src/cli/cli.cpp
+151 −0 src/cli/cli_udp.cpp
+63 −58 src/core/net/ip6.cpp
+2 −2 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
+1 −0 src/core/utils/ping_sender.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
+92 −2 tests/toranj/cli/test-008-multicast-traffic.py
+1 −1 tests/toranj/openthread-core-toranj-config-posix.h
+4 −2 tests/unit/test_hdlc.cpp

0 comments on commit ee3d732

Please sign in to comment.