-
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 `dd1e5f4` to `5dbbab1`. - [Commits](openthread/openthread@dd1e5f4...5dbbab1) --- 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
848d395
commit 2f9ea2f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
18 files
+1 −1 | .github/workflows/docker.yml | |
+1 −0 | etc/cmake/options.cmake | |
+60 −0 | examples/platforms/simulation/dnssd.c | |
+1 −1 | include/openthread/instance.h | |
+33 −97 | include/openthread/mdns.h | |
+343 −1 | include/openthread/platform/dnssd.h | |
+2 −0 | script/check-scan-build | |
+1 −0 | script/make-pretty | |
+4 −0 | src/core/border_router/infra_if.cpp | |
+10 −0 | src/core/config/dnssd_server.h | |
+228 −2 | src/core/net/dnssd.cpp | |
+135 −0 | src/core/net/dnssd.hpp | |
+846 −15 | src/core/net/dnssd_server.cpp | |
+149 −5 | src/core/net/dnssd_server.hpp | |
+2 −0 | tests/toranj/openthread-core-toranj-config-simulation.h | |
+1 −0 | tests/unit/CMakeLists.txt | |
+2,723 −0 | tests/unit/test_dnssd_discovery_proxy.cpp | |
+60 −0 | tests/unit/test_platform.cpp |