-
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 `74645c0` to `b42be4c`. - [Commits](openthread/openthread@74645c0...b42be4c) --- 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
74be4ec
commit 7639ee9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
23 files
+1 −1 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/posix.yml | |
+5 −4 | include/openthread/border_agent.h | |
+1 −0 | include/openthread/dataset.h | |
+1 −1 | include/openthread/instance.h | |
+1 −1 | src/cli/README.md | |
+11 −16 | src/core/meshcop/border_agent.cpp | |
+5 −4 | src/core/meshcop/border_agent.hpp | |
+12 −5 | src/core/meshcop/meshcop_tlvs.hpp | |
+5 −0 | src/core/meshcop/network_name.cpp | |
+9 −1 | src/core/meshcop/network_name.hpp | |
+133 −113 | src/core/thread/mle.cpp | |
+41 −19 | src/core/thread/mle.hpp | |
+9 −1 | src/core/thread/mle_router.cpp | |
+30 −0 | src/core/utils/slaac_address.cpp | |
+6 −0 | src/core/utils/slaac_address.hpp | |
+8 −3 | src/lib/spinel/spinel.h | |
+1 −1 | src/ncp/ncp_base_dispatcher.cpp | |
+16 −7 | src/ncp/ncp_base_ftd.cpp | |
+9 −0 | tests/toranj/cli/cli.py | |
+209 −0 | tests/toranj/cli/test-035-context-id-change-addr-reg.py | |
+1 −0 | tests/toranj/start.sh | |
+41 −4 | tests/unit/test_ncp_infra_if.cpp |