-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump third_party/openthread/repo from
d26f4e5
to `910681…
…7` (#2075) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `d26f4e5` to `9106817`. - [Commits](openthread/openthread@d26f4e5...9106817) --- updated-dependencies: - dependency-name: third_party/openthread/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2eb4897
commit c6a1c47
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
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 |