-
Notifications
You must be signed in to change notification settings - Fork 3
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 `0a4d6d3` to `c8e2eb8`. - [Commits](openthread/openthread@0a4d6d3...c8e2eb8) --- 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
4ddd91a
commit 550e674
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
18 files
+0 −1 | .gitignore | |
+16 −12 | include/openthread/dataset.h | |
+1 −1 | include/openthread/instance.h | |
+6 −2 | src/core/api/dataset_api.cpp | |
+6 −5 | src/core/common/settings.cpp | |
+2 −9 | src/core/common/settings.hpp | |
+34 −20 | src/core/meshcop/dataset.cpp | |
+12 −0 | src/core/meshcop/dataset.hpp | |
+6 −12 | src/core/meshcop/dataset_local.cpp | |
+1 −4 | src/core/meshcop/dataset_local.hpp | |
+17 −20 | src/core/meshcop/dataset_manager.cpp | |
+4 −10 | src/core/meshcop/dataset_manager.hpp | |
+1 −1 | src/core/meshcop/dataset_manager_ftd.cpp | |
+1 −1 | src/core/meshcop/dataset_updater.cpp | |
+1 −1 | src/core/meshcop/joiner.cpp | |
+8 −3 | src/core/thread/mle.cpp | |
+1 −0 | src/core/thread/mle.hpp | |
+1 −1 | src/core/thread/mle_router.cpp |