-
Notifications
You must be signed in to change notification settings - Fork 10
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 `fbeb4d1` to `91b7c3f`. - [Commits](openthread/openthread@fbeb4d1...91b7c3f) --- 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
9cf591a
commit 232d3d2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
19 files
+1 −1 | include/openthread/instance.h | |
+39 −0 | include/openthread/logging.h | |
+7 −58 | src/cli/cli.cpp | |
+7 −0 | src/core/api/logging_api.cpp | |
+0 −1 | src/core/border_router/infra_if.cpp | |
+88 −66 | src/core/common/log.cpp | |
+28 −2 | src/core/common/log.hpp | |
+10 −0 | src/core/common/string.cpp | |
+9 −0 | src/core/common/string.hpp | |
+22 −0 | src/core/thread/mle.cpp | |
+1 −0 | src/core/thread/mle.hpp | |
+1 −20 | src/core/thread/mle_router.cpp | |
+6 −0 | src/lib/platform/exit_code.h | |
+12 −0 | src/posix/platform/include/openthread/openthread-system.h | |
+31 −23 | src/posix/platform/infra_if.cpp | |
+21 −2 | src/posix/platform/infra_if.hpp | |
+18 −3 | src/posix/platform/system.cpp | |
+2 −3 | tests/scripts/expect/cli-promiscuous.exp | |
+1 −1 | tests/toranj/openthread-core-toranj-config.h |