-
Notifications
You must be signed in to change notification settings - Fork 6
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 `6009dec` to `7b0fe82`. - [Commits](openthread/openthread@6009dec...7b0fe82) --- 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
001f539
commit 2a8f3f5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
22 files
+2 −2 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+100 −0 | examples/config/ot-core-config-check-size-br.h | |
+95 −0 | examples/config/ot-core-config-check-size-ftd.h | |
+95 −0 | examples/config/ot-core-config-check-size-mtd.h | |
+1 −1 | include/openthread/instance.h | |
+3 −3 | include/openthread/thread_ftd.h | |
+1 −1 | script/check-arm-build | |
+138 −108 | script/check-size | |
+1 −1 | script/test | |
+89 −2 | src/cli/cli.cpp | |
+4 −4 | src/cli/cli_history.cpp | |
+13 −0 | src/core/border_router/infra_if.cpp | |
+12 −0 | src/core/config/border_routing.h | |
+12 −0 | src/core/config/dns_dso.h | |
+12 −0 | src/core/config/dnssd_server.h | |
+31 −2 | src/core/net/dns_dso.cpp | |
+14 −0 | src/core/net/dnssd_server.cpp | |
+2 −2 | src/core/net/nat64_translator.cpp | |
+1 −1 | src/core/thread/mesh_forwarder.hpp | |
+10 −10 | src/core/thread/mesh_forwarder_ftd.cpp | |
+1 −1 | src/core/thread/mle_router.hpp |