-
Notifications
You must be signed in to change notification settings - Fork 3
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
7b72e97
to d540fc7
Bumps [openthread](https://github.com/openthread/openthread) from `7b72e97` to `d540fc7`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@7b72e97...d540fc7) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a197b4c
commit 311bf7e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
22 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 | |
+1 −1 | src/core/mac/sub_mac.cpp | |
+8 −12 | src/core/meshcop/secure_transport.cpp | |
+8 −6 | 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 |