-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump openthread from
b0984af
to 7169561
Bumps [openthread](https://github.com/openthread/openthread) from `b0984af` to `7169561`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@b0984af...7169561) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
cb66a7c
commit bfce257
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
21 files
+1 −1 | .github/workflows/fuzz.yml | |
+6 −6 | .github/workflows/otbr.yml | |
+6 −6 | .github/workflows/otns.yml | |
+9 −9 | .github/workflows/posix.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+14 −14 | .github/workflows/simulation-1.1.yml | |
+15 −15 | .github/workflows/simulation-1.4.yml | |
+1 −1 | .github/workflows/toranj.yml | |
+1 −1 | .github/workflows/unit.yml | |
+6 −14 | src/core/api/link_raw_api.cpp | |
+1 −6 | src/core/mac/sub_mac.cpp | |
+8 −8 | src/core/meshcop/secure_transport.cpp | |
+19 −20 | src/core/meshcop/secure_transport.hpp | |
+12 −2 | src/core/radio/radio.cpp | |
+3 −8 | src/core/radio/radio.hpp | |
+172 −79 | src/core/thread/mle.cpp | |
+58 −14 | src/core/thread/mle.hpp | |
+136 −117 | src/core/thread/mle_router.cpp | |
+4 −7 | src/core/thread/mle_router.hpp | |
+2 −8 | src/core/thread/src_match_controller.cpp | |
+2 −0 | tests/unit/test_dns_client.cpp |