Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submodule: bump openthread from 4e8f3c0 to 215c23f #748

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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