-
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 `ea7676c` to `3560870`. - [Commits](openthread/openthread@ea7676c...3560870) --- 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
846937a
commit c95e716
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
15 files
+2 −2 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+11 −1 | src/cli/cli.cpp | |
+20 −0 | src/core/diags/README.md | |
+126 −6 | src/core/diags/factory_diags.cpp | |
+26 −0 | src/core/diags/factory_diags.hpp | |
+10 −8 | src/core/meshcop/secure_transport.cpp | |
+8 −0 | src/core/thread/mle.cpp | |
+1 −0 | src/core/thread/mle.hpp | |
+2 −1 | src/core/thread/mle_router.cpp | |
+2 −0 | src/posix/platform/CMakeLists.txt | |
+22 −294 | src/posix/platform/settings.cpp | |
+0 −51 | src/posix/platform/settings.hpp | |
+370 −0 | src/posix/platform/settings_file.cpp | |
+131 −0 | src/posix/platform/settings_file.hpp |