-
Notifications
You must be signed in to change notification settings - Fork 12
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 `7f81453` to `c13fcc6`. - [Commits](openthread/openthread@7f81453...c13fcc6) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
66dc582
commit 28b5add
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
16 files
+1 −1 | .github/workflows/docker.yml | |
+1 −1 | include/openthread/instance.h | |
+1 −0 | include/openthread/thread.h | |
+1 −0 | src/cli/README.md | |
+2 −0 | src/cli/cli.cpp | |
+62 −11 | src/core/config/parent_search.h | |
+2 −2 | src/core/thread/child_supervision.cpp | |
+219 −82 | src/core/thread/mle.cpp | |
+54 −37 | src/core/thread/mle.hpp | |
+23 −10 | src/core/thread/mle_router.cpp | |
+5 −13 | src/core/thread/mle_router.hpp | |
+40 −0 | src/core/thread/router.hpp | |
+15 −0 | tests/toranj/cli/cli.py | |
+172 −0 | tests/toranj/cli/test-034-fed-parent-search.py | |
+4 −0 | tests/toranj/openthread-core-toranj-config.h | |
+1 −0 | tests/toranj/start.sh |