-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `4a7c447` to `faeea3d`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@4a7c447...faeea3d) --- updated-dependencies: - dependency-name: third_party/openthread/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a0ecb47
commit e681cd3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
21 files
+2 −1 | etc/docker/environment/Dockerfile | |
+2 −2 | script/bootstrap | |
+67 −0 | src/cli/README.md | |
+2 −5 | src/core/backbone_router/bbr_manager.cpp | |
+58 −11 | src/core/common/tlvs.cpp | |
+91 −0 | src/core/common/tlvs.hpp | |
+12 −7 | src/core/meshcop/commissioner.cpp | |
+3 −1 | src/core/meshcop/dataset.cpp | |
+1 −1 | src/core/meshcop/dataset.hpp | |
+6 −6 | src/core/meshcop/dataset_manager.cpp | |
+2 −2 | src/core/meshcop/dataset_manager.hpp | |
+6 −24 | src/core/meshcop/joiner.cpp | |
+24 −341 | src/core/meshcop/meshcop_tlvs.hpp | |
+3 −6 | src/core/thread/discover_scanner.cpp | |
+31 −29 | src/core/thread/mle.cpp | |
+23 −32 | src/core/thread/mle_router.cpp | |
+1 −1 | src/core/thread/mle_router.hpp | |
+6 −9 | src/core/thread/network_data_leader.cpp | |
+7 −5 | src/core/thread/network_data_leader.hpp | |
+2 −1 | src/core/thread/thread_tlvs.hpp | |
+2 −1 | tests/unit/test_lowpan.cpp |