-
Notifications
You must be signed in to change notification settings - Fork 8
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 `7b72e97` to `fe7d34f`. - [Commits](openthread/openthread@7b72e97...fe7d34f) --- 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
98e864e
commit cb8b526
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
26 files
+2 −2 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/otci.yml | |
+3 −3 | .github/workflows/otns.yml | |
+2 −2 | .github/workflows/posix.yml | |
+7 −7 | .github/workflows/simulation-1.1.yml | |
+6 −6 | .github/workflows/simulation-1.4.yml | |
+3 −3 | .github/workflows/toranj.yml | |
+1 −1 | include/openthread/instance.h | |
+17 −0 | include/openthread/thread.h | |
+15 −0 | src/cli/README.md | |
+61 −17 | src/cli/cli.cpp | |
+7 −0 | src/core/api/thread_api.cpp | |
+4 −10 | src/core/coap/coap_secure.cpp | |
+42 −68 | src/core/diags/factory_diags.cpp | |
+0 −3 | src/core/diags/factory_diags.hpp | |
+1 −1 | src/core/mac/sub_mac.cpp | |
+18 −17 | src/core/meshcop/secure_transport.cpp | |
+10 −7 | src/core/meshcop/secure_transport.hpp | |
+4 −10 | src/core/radio/ble_secure.cpp | |
+22 −1 | src/core/thread/mle.cpp | |
+12 −8 | src/core/thread/mle.hpp | |
+2 −1 | src/core/thread/mle_router.cpp | |
+60 −2 | tests/gtest/radio_spinel_rcp_test.cpp | |
+2 −2 | tests/nexus/test_dtls.cpp | |
+1 −1 | tests/scripts/thread-cert/node.py | |
+14 −14 | tests/scripts/thread-cert/test_diag.py |