-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump third_party/openthread/repo from
7f81453
to `79572e…
…c` (#2597) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `7f81453` to `79572ec`. - [Commits](openthread/openthread@7f81453...79572ec) --- updated-dependencies: - dependency-name: third_party/openthread/repo 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
496fc86
commit e71af95
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
18 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 | |
+0 −9 | src/core/config/mle.h | |
+4 −0 | src/core/config/openthread-core-config-check.h | |
+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 −12 | 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 |