-
Notifications
You must be signed in to change notification settings - Fork 30
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 `1336da4` to `edad0f9`. - [Commits](openthread/openthread@1336da4...edad0f9) --- 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
8b66cfe
commit b9484bd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
16 files
+11 −1 | examples/platforms/utils/link_metrics.cpp | |
+6 −0 | examples/platforms/utils/link_metrics.h | |
+2 −1 | include/openthread/dataset_updater.h | |
+1 −1 | include/openthread/instance.h | |
+4 −0 | include/openthread/platform/radio.h | |
+5 −14 | src/core/border_router/routing_manager.cpp | |
+1 −1 | src/core/border_router/routing_manager.hpp | |
+0 −11 | src/core/meshcop/dataset.cpp | |
+1 −15 | src/core/meshcop/dataset.hpp | |
+101 −100 | src/core/meshcop/dataset_updater.cpp | |
+14 −16 | src/core/meshcop/dataset_updater.hpp | |
+29 −55 | src/core/net/dns_dso.cpp | |
+12 −12 | src/core/net/dns_dso.hpp | |
+15 −44 | src/core/net/mdns.cpp | |
+15 −24 | src/core/net/mdns.hpp | |
+26 −1 | tests/unit/test_routing_manager.cpp |