-
Notifications
You must be signed in to change notification settings - Fork 59
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 `d26f4e5` to `9106817`. - [Commits](openthread/openthread@d26f4e5...9106817) --- 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
13fb317
commit fa598bf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
18 files
+33 −0 | include/openthread/link.h | |
+2 −1 | include/openthread/platform/radio.h | |
+4 −4 | src/cli/cli.cpp | |
+21 −0 | src/core/api/link_api.cpp | |
+0 −1 | src/core/border_router/infra_if.cpp | |
+17 −2 | src/core/mac/mac.cpp | |
+30 −0 | src/core/mac/mac.hpp | |
+30 −0 | src/core/radio/radio.hpp | |
+34 −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 | |
+12 −11 | src/posix/platform/settings.cpp | |
+18 −3 | src/posix/platform/system.cpp | |
+34 −0 | tests/scripts/expect/posix-channel-mask.exp |