-
Notifications
You must be signed in to change notification settings - Fork 10
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 `173cb61` to `b6a7f07`. - [Commits](openthread/openthread@173cb61...b6a7f07) --- 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
c429f86
commit 318c8eb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
21 files
+11 −9 | script/check-size | |
+2 −0 | src/cli/BUILD.gn | |
+1 −0 | src/cli/CMakeLists.txt | |
+4 −442 | src/cli/cli.cpp | |
+5 −22 | src/cli/cli.hpp | |
+539 −0 | src/cli/cli_mesh_diag.cpp | |
+116 −0 | src/cli/cli_mesh_diag.hpp | |
+1 −1 | src/core/mac/sub_mac.cpp | |
+6 −4 | src/core/mac/wakeup_tx_scheduler.cpp | |
+8 −2 | src/core/meshcop/border_agent.cpp | |
+2 −1 | src/core/meshcop/border_agent.hpp | |
+3 −0 | src/core/thread/mle.cpp | |
+0 −3 | src/core/thread/thread_netif.cpp | |
+14 −14 | src/core/utils/mesh_diag.cpp | |
+1 −0 | tests/nexus/CMakeLists.txt | |
+2 −0 | tests/nexus/platform/nexus_core.cpp | |
+1 −0 | tests/nexus/platform/nexus_core.hpp | |
+363 −0 | tests/nexus/test_border_agent.cpp | |
+6 −0 | tools/ot-fct/CMakeLists.txt | |
+1 −5 | tools/ot-fct/cli.cpp | |
+84 −2 | tools/otci/otci/otci.py |