-
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.
submodule: bump openthread from
b42be4c
to a9805ed
Bumps [openthread](https://github.com/openthread/openthread) from `b42be4c` to `a9805ed`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@b42be4c...a9805ed) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0d3a8a6
commit 20df12b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
23 files
+3 −0 | include/openthread/dataset.h | |
+1 −1 | include/openthread/instance.h | |
+26 −0 | include/openthread/link.h | |
+44 −0 | src/cli/README.md | |
+26 −1 | src/cli/README_DATASET.md | |
+23 −0 | src/cli/cli.cpp | |
+30 −0 | src/cli/cli_dataset.cpp | |
+2 −0 | src/cli/cli_dataset.hpp | |
+23 −0 | src/core/api/link_api.cpp | |
+9 −0 | src/core/config/misc.h | |
+20 −0 | src/core/mac/mac.cpp | |
+20 −0 | src/core/mac/mac.hpp | |
+18 −0 | src/core/meshcop/dataset.cpp | |
+5 −0 | src/core/meshcop/dataset.hpp | |
+20 −1 | src/core/meshcop/dataset_manager.cpp | |
+8 −0 | src/core/meshcop/dataset_manager_ftd.cpp | |
+6 −0 | src/core/meshcop/meshcop_tlvs.hpp | |
+1 −0 | src/core/thread/mle_tlvs.hpp | |
+1 −0 | src/lib/spinel/spinel.c | |
+9 −0 | src/lib/spinel/spinel.h | |
+6 −0 | src/ncp/ncp_base_dispatcher.cpp | |
+20 −0 | src/ncp/ncp_base_mtd.cpp | |
+7 −0 | tools/otci/otci/otci.py |