-
Notifications
You must be signed in to change notification settings - Fork 59
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 `4a0d069` to `697c5e5`. - [Commits](openthread/openthread@4a0d069...697c5e5) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bedac1c
commit caf8336
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
16 files
+3 −3 | src/core/common/instance.cpp | |
+3 −3 | src/core/common/instance.hpp | |
+101 −129 | src/core/meshcop/border_agent.cpp | |
+12 −22 | src/core/meshcop/border_agent.hpp | |
+19 −31 | src/core/meshcop/commissioner.cpp | |
+4 −10 | src/core/meshcop/commissioner.hpp | |
+8 −8 | src/core/meshcop/joiner.cpp | |
+4 −1 | src/core/net/dns_types.cpp | |
+39 −36 | src/core/thread/link_metrics.cpp | |
+8 −8 | src/core/thread/link_metrics.hpp | |
+27 −31 | src/core/thread/link_metrics_tlvs.hpp | |
+14 −11 | src/core/thread/link_metrics_types.cpp | |
+58 −181 | src/core/thread/link_metrics_types.hpp | |
+1 −1 | src/core/thread/thread_netif.cpp | |
+60 −0 | src/core/thread/tmf.cpp | |
+28 −0 | src/core/thread/tmf.hpp |