-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump openthread from
93f3113
to 2408c89
Bumps [openthread](https://github.com/openthread/openthread) from `93f3113` to `2408c89`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@93f3113...2408c89) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
9b31d52
commit 2562951
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
14 files
+1 −1 | include/openthread/instance.h | |
+30 −0 | include/openthread/thread_ftd.h | |
+34 −1 | src/cli/README.md | |
+39 −0 | src/cli/cli.cpp | |
+10 −0 | src/core/api/thread_ftd_api.cpp | |
+38 −0 | src/core/common/callback.hpp | |
+22 −38 | src/core/meshcop/dataset_manager.cpp | |
+23 −20 | src/core/meshcop/dataset_manager_ftd.cpp | |
+8 −1 | src/core/net/ip6.cpp | |
+24 −0 | src/core/net/ip6.hpp | |
+1 −7 | src/core/thread/anycast_locator.cpp | |
+1 −8 | src/core/thread/mle.cpp | |
+4 −6 | src/core/thread/mlr_manager.cpp | |
+112 −1,255 | tests/unit/CMakeLists.txt |