-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [openthread](https://github.com/openthread/openthread) from `33574ad` to `6cfe14c`. - [Commits](openthread/openthread@33574ad...6cfe14c) --- 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
1 parent
36502e4
commit 2e381ae
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
15 files
+1 −1 | include/openthread/instance.h | |
+30 −1 | include/openthread/netdiag.h | |
+37 −3 | src/cli/cli.cpp | |
+5 −4 | src/cli/cli_coap.cpp | |
+11 −16 | src/cli/cli_srp_client.cpp | |
+6 −7 | src/cli/cli_srp_server.cpp | |
+4 −8 | src/cli/cli_tcp.cpp | |
+3 −5 | src/cli/cli_udp.cpp | |
+10 −0 | src/core/api/netdiag_api.cpp | |
+10 −0 | src/core/config/network_diagnostic.h | |
+16 −0 | src/core/thread/network_diagnostic.cpp | |
+22 −0 | src/core/thread/network_diagnostic.hpp | |
+13 −0 | src/core/thread/network_diagnostic_tlvs.hpp | |
+6 −0 | tests/toranj/cli/cli.py | |
+16 −2 | tests/toranj/cli/test-020-net-diag-vendor-info.py |