-
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.
submodule: bump openthread from
31e512a
to 215c23f
Bumps [openthread](https://github.com/openthread/openthread) from `31e512a` to `215c23f`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@31e512a...215c23f) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
fd8c8fc
commit 771406e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
21 files
+7 −0 | examples/platforms/simulation/diag.c | |
+16 −16 | include/openthread/diag.h | |
+1 −1 | include/openthread/instance.h | |
+21 −10 | include/openthread/platform/diag.h | |
+3 −1 | script/check-size | |
+9 −4 | script/git-tool | |
+12 −7 | src/cli/cli.cpp | |
+5 −0 | src/cli/cli.hpp | |
+8 −4 | src/core/api/diags_api.cpp | |
+130 −129 | src/core/diags/factory_diags.cpp | |
+33 −23 | src/core/diags/factory_diags.hpp | |
+36 −13 | src/lib/spinel/radio_spinel.cpp | |
+18 −6 | src/lib/spinel/radio_spinel.hpp | |
+51 −5 | src/ncp/ncp_base.cpp | |
+10 −0 | src/ncp/ncp_base.hpp | |
+80 −20 | src/posix/platform/radio.cpp | |
+9 −9 | src/posix/platform/rcp_caps_diag.cpp | |
+17 −8 | src/posix/platform/rcp_caps_diag.hpp | |
+8 −7 | tests/fuzz/fuzzer_platform.cpp | |
+26 −2 | tests/unit/test_platform.cpp | |
+1 −0 | tests/unit/test_platform.h |