-
Notifications
You must be signed in to change notification settings - Fork 10
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 `d3d9163` to `854e92a`. - [Commits](openthread/openthread@d3d9163...854e92a) --- 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
fdc737f
commit a528936
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
24 files
+17 −17 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/docker.yml | |
+1 −1 | .github/workflows/fuzz.yml | |
+1 −1 | .github/workflows/makefile-check.yml | |
+3 −3 | .github/workflows/otbr.yml | |
+2 −2 | .github/workflows/otci.yml | |
+7 −7 | .github/workflows/otns.yml | |
+13 −9 | .github/workflows/posix.yml | |
+17 −14 | .github/workflows/simulation-1.1.yml | |
+13 −13 | .github/workflows/simulation-1.4.yml | |
+1 −1 | .github/workflows/size.yml | |
+6 −6 | .github/workflows/toranj.yml | |
+10 −5 | .github/workflows/unit.yml | |
+1 −1 | .github/workflows/version.yml | |
+1 −1 | src/cli/cli.cpp | |
+1 −0 | src/lib/spinel/spinel.c | |
+11 −0 | src/lib/spinel/spinel.h | |
+6 −1 | src/ncp/ncp_base.cpp | |
+16 −1 | src/ncp/ncp_base.hpp | |
+7 −2 | src/ncp/ncp_base_dispatcher.cpp | |
+23 −0 | src/ncp/ncp_base_ftd.cpp | |
+3 −3 | src/ncp/platform/dnssd.cpp | |
+1 −0 | tests/unit/CMakeLists.txt | |
+95 −0 | tests/unit/test_ncp_dnssd.cpp |