-
Notifications
You must be signed in to change notification settings - Fork 14
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
b92bd46
to 971f05f
Bumps [openthread](https://github.com/openthread/openthread) from `b92bd46` to `971f05f`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@b92bd46...971f05f) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c3ed990
commit 4fc70ef
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
14 files
+0 −8 | .github/workflows/build.yml | |
+18 −2 | examples/platforms/utils/mac_frame.cpp | |
+10 −0 | examples/platforms/utils/mac_frame.h | |
+11 −1 | src/cli/cli.cpp | |
+40 −1 | src/core/diags/README.md | |
+151 −7 | src/core/diags/factory_diags.cpp | |
+30 −3 | src/core/diags/factory_diags.hpp | |
+68 −48 | src/core/meshcop/secure_transport.cpp | |
+25 −23 | src/core/meshcop/secure_transport.hpp | |
+1 −1 | src/core/radio/radio.hpp | |
+8 −0 | src/core/thread/mle.cpp | |
+1 −0 | src/core/thread/mle.hpp | |
+2 −1 | src/core/thread/mle_router.cpp | |
+4 −4 | src/lib/spinel/radio_spinel.cpp |