-
Notifications
You must be signed in to change notification settings - Fork 3
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 `1528c88` to `7074a43`. - [Commits](openthread/openthread@1528c88...7074a43) --- 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
2d6b03b
commit 211aa00
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
20 files
+2 −2 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+1 −0 | etc/cmake/options.cmake | |
+9 −0 | examples/platforms/simulation/misc.c | |
+15 −1 | include/openthread/instance.h | |
+14 −0 | include/openthread/platform/misc.h | |
+17 −1 | script/test | |
+11 −0 | src/cli/README.md | |
+26 −3 | src/cli/cli.cpp | |
+4 −0 | src/core/api/instance_api.cpp | |
+4 −0 | src/core/instance/instance.cpp | |
+12 −0 | src/core/instance/instance.hpp | |
+11 −0 | src/lib/spinel/radio_spinel.cpp | |
+7 −5 | src/lib/spinel/radio_spinel.hpp | |
+2 −0 | src/lib/spinel/spinel.c | |
+8 −4 | src/lib/spinel/spinel.h | |
+12 −0 | src/ncp/ncp_base.cpp | |
+9 −0 | src/posix/platform/radio.cpp | |
+3 −0 | tests/scripts/expect/cli-reset.exp | |
+2 −0 | tests/unit/test_platform.cpp |