-
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 `4c96151` to `4737231`. - [Commits](openthread/openthread@4c96151...4737231) --- 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
ddb1950
commit 065604c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
24 files
+1 −0 | include/openthread/icmp6.h | |
+1 −1 | include/openthread/instance.h | |
+1 −0 | script/check-scan-build | |
+1 −0 | script/make-pretty | |
+4 −0 | src/core/border_router/infra_if.cpp | |
+5 −0 | src/core/border_router/routing_manager.cpp | |
+11 −0 | src/core/config/mdns.h | |
+15 −1 | src/core/config/platform.h | |
+1 −1 | src/core/instance/instance.cpp | |
+2 −2 | src/core/instance/instance.hpp | |
+142 −16 | src/core/net/dnssd.cpp | |
+51 −5 | src/core/net/dnssd.hpp | |
+4 −2 | src/core/net/icmp6.cpp | |
+11 −0 | src/core/net/mdns.cpp | |
+15 −3 | src/core/net/mdns.hpp | |
+2 −2 | src/core/net/srp_advertising_proxy.hpp | |
+2 −0 | src/lib/spinel/spinel.h | |
+1 −1 | src/ncp/ncp_base.cpp | |
+6 −0 | src/ncp/ncp_base_mtd.cpp | |
+6 −0 | tests/toranj/openthread-core-toranj-config-posix.h | |
+10 −2 | tests/toranj/openthread-core-toranj-config-simulation.h | |
+0 −4 | tests/toranj/openthread-core-toranj-config.h | |
+10 −10 | tests/unit/test_mdns.cpp | |
+5 −1 | tests/unit/test_srp_adv_proxy.cpp |