Skip to content

Commit

Permalink
submodule: bump openthread from 4e8f3c0 to 215c23f (#741)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `4e8f3c0` to `215c23f`.
- [Commits](openthread/openthread@4e8f3c0...215c23f)

---
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 Jun 21, 2024
1 parent bf60abd commit 00fda8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 43 files
+7 −0 examples/platforms/simulation/diag.c
+16 −16 include/openthread/diag.h
+1 −1 include/openthread/instance.h
+21 −10 include/openthread/platform/diag.h
+3 −1 script/check-size
+9 −4 script/git-tool
+12 −7 src/cli/cli.cpp
+5 −0 src/cli/cli.hpp
+8 −4 src/core/api/diags_api.cpp
+2 −2 src/core/backbone_router/backbone_tmf.cpp
+130 −129 src/core/diags/factory_diags.cpp
+33 −23 src/core/diags/factory_diags.hpp
+2 −1 src/core/net/dnssd_server.cpp
+6 −5 src/core/net/ip6.cpp
+4 −2 src/core/net/ip6_address.cpp
+13 −4 src/core/net/ip6_address.hpp
+1 −3 src/core/net/ip6_filter.cpp
+1 −1 src/core/net/netif.cpp
+1 −1 src/core/net/srp_advertising_proxy.cpp
+1 −1 src/core/net/srp_client.cpp
+1 −1 src/core/thread/indirect_sender.cpp
+1 −1 src/core/thread/link_metrics.cpp
+2 −2 src/core/thread/lowpan.cpp
+4 −4 src/core/thread/mesh_forwarder.cpp
+3 −7 src/core/thread/mle.cpp
+8 −10 src/core/thread/mle.hpp
+1 −1 src/core/thread/neighbor_table.cpp
+1 −1 src/core/thread/network_diagnostic.cpp
+2 −2 src/core/thread/tmf.cpp
+36 −13 src/lib/spinel/radio_spinel.cpp
+18 −6 src/lib/spinel/radio_spinel.hpp
+51 −5 src/ncp/ncp_base.cpp
+10 −0 src/ncp/ncp_base.hpp
+1 −1 src/posix/platform/multicast_routing.cpp
+80 −20 src/posix/platform/radio.cpp
+9 −9 src/posix/platform/rcp_caps_diag.cpp
+17 −8 src/posix/platform/rcp_caps_diag.hpp
+8 −7 tests/fuzz/fuzzer_platform.cpp
+26 −2 tests/unit/test_platform.cpp
+1 −0 tests/unit/test_platform.h
+4 −2 tools/otci/otci/__init__.py
+33 −11 tools/otci/otci/command_handlers.py
+8 −3 tools/otci/otci/otci.py

0 comments on commit 00fda8d

Please sign in to comment.