-
Notifications
You must be signed in to change notification settings - Fork 2
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 `cb27207` to `a5e1c91`. - [Commits](openthread/openthread@cb27207...a5e1c91) --- 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
c0b9d25
commit 9543b01
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
22 files
+1 −0 | .code-spell-ignore | |
+1 −1 | .github/workflows/unit.yml | |
+1 −0 | etc/cmake/options.cmake | |
+7 −0 | examples/platforms/simulation/CMakeLists.txt | |
+2 −2 | examples/platforms/simulation/dnssd.c | |
+9 −0 | examples/platforms/simulation/platform-config.h | |
+3 −0 | include/openthread/border_agent.h | |
+1 −1 | include/openthread/instance.h | |
+1 −0 | src/core/meshcop/border_agent.cpp | |
+100 −91 | src/core/net/mdns.cpp | |
+25 −32 | src/core/net/mdns.hpp | |
+2 −1 | src/core/net/nat64_translator.cpp | |
+2 −0 | src/lib/spinel/spinel.c | |
+20 −0 | src/lib/spinel/spinel.h | |
+8 −0 | src/ncp/CMakeLists.txt | |
+12 −0 | src/ncp/ncp_base_dispatcher.cpp | |
+56 −0 | src/ncp/ncp_base_ftd.cpp | |
+9 −0 | src/ncp/ncp_config.h | |
+168 −0 | src/ncp/platform/dnssd.cpp | |
+1 −0 | tests/unit/CMakeLists.txt | |
+186 −1 | tests/unit/test_nat64.cpp | |
+132 −0 | tests/unit/test_ncp_srp_server.cpp |