-
Notifications
You must be signed in to change notification settings - Fork 239
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 c13fcc6
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `7f81453` to `c13fcc6`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@7f81453...c13fcc6) --- updated-dependencies: - dependency-name: third_party/openthread/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6111b06
commit f2bc303
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
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 |