-
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.
submodule: bump openthread from
165fdfd
to 6bc9309
Bumps [openthread](https://github.com/openthread/openthread) from `165fdfd` to `6bc9309`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@165fdfd...6bc9309) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
62567f3
commit 7c1c215
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
17 files
+1 −1 | .github/workflows/scorecards.yml | |
+1 −0 | etc/cmake/options.cmake | |
+1 −0 | src/core/BUILD.gn | |
+1 −0 | src/core/CMakeLists.txt | |
+11 −6 | src/core/common/time.hpp | |
+14 −0 | src/core/config/channel_monitor.h | |
+1 −13 | src/core/meshcop/border_agent.cpp | |
+12 −5 | src/core/thread/mle.cpp | |
+8 −1 | src/core/thread/mle.hpp | |
+8 −5 | src/core/thread/network_data.cpp | |
+29 −2 | src/core/thread/network_data_tlvs.cpp | |
+10 −0 | src/core/thread/network_data_tlvs.hpp | |
+2 −2 | src/core/thread/thread_netif.cpp | |
+53 −0 | src/core/thread/version.cpp | |
+2 −0 | src/core/thread/version.hpp | |
+2 −16 | tests/nexus/test_border_agent.cpp | |
+23 −3 | tests/unit/test_network_data.cpp |