-
Notifications
You must be signed in to change notification settings - Fork 236
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
4c378f7
to `151444…
…f` (#2651) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `4c378f7` to `151444f`. - [Commits](openthread/openthread@4c378f7...151444f) --- updated-dependencies: - dependency-name: third_party/openthread/repo 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
9eb311d
commit 04bbe75
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
17 files
+23 −7 | src/core/api/coap_secure_api.cpp | |
+44 −113 | src/core/coap/coap_secure.cpp | |
+34 −229 | src/core/coap/coap_secure.hpp | |
+19 −26 | src/core/meshcop/border_agent.cpp | |
+4 −12 | src/core/meshcop/border_agent.hpp | |
+12 −15 | src/core/meshcop/commissioner.cpp | |
+2 −2 | src/core/meshcop/commissioner.hpp | |
+9 −0 | src/core/meshcop/dataset.cpp | |
+6 −5 | src/core/meshcop/joiner.cpp | |
+2 −2 | src/core/meshcop/joiner.hpp | |
+7 −0 | src/core/meshcop/meshcop.hpp | |
+10 −4 | src/core/meshcop/secure_transport.cpp | |
+62 −33 | src/core/meshcop/secure_transport.hpp | |
+1 −1 | src/core/thread/thread_netif.cpp | |
+2 −2 | src/core/thread/tmf.cpp | |
+1 −3 | src/core/thread/tmf.hpp | |
+40 −29 | tests/nexus/test_dtls.cpp |