-
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 `4c0d8f2` to `695e7a5`. - [Commits](openthread/openthread@4c0d8f2...695e7a5) --- 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
968986c
commit 5229ff4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
26 files
+3 −3 | .github/workflows/otns.yml | |
+2 −0 | include/openthread/border_routing.h | |
+1 −1 | include/openthread/instance.h | |
+1 −0 | script/check-scan-build | |
+2 −1 | src/cli/README_BR.md | |
+16 −44 | src/cli/cli.cpp | |
+2 −8 | src/cli/cli.hpp | |
+10 −3 | src/cli/cli_br.cpp | |
+37 −52 | src/cli/cli_dataset.cpp | |
+2 −0 | src/cli/cli_dataset.hpp | |
+9 −6 | src/core/border_router/routing_manager.cpp | |
+19 −2 | src/core/border_router/routing_manager.hpp | |
+44 −8 | src/core/meshcop/tcat_agent.cpp | |
+5 −3 | src/core/meshcop/tcat_agent.hpp | |
+25 −13 | src/core/thread/mesh_forwarder.cpp | |
+15 −15 | src/core/thread/mesh_forwarder.hpp | |
+14 −147 | src/core/thread/mesh_forwarder_ftd.cpp | |
+23 −0 | src/core/thread/network_data_leader.hpp | |
+142 −0 | src/core/thread/network_data_leader_ftd.cpp | |
+12 −0 | tests/scripts/expect/cli-tcat.exp | |
+3 −3 | tests/unit/test_srp_server.cpp | |
+54 −0 | tools/otci/otci/otci.py | |
+33 −0 | tools/tcat_ble_client/cli/base_commands.py | |
+3 −2 | tools/tcat_ble_client/cli/cli.py | |
+1 −0 | tools/tcat_ble_client/tlv/tcat_tlv.py | |
+9 −4 | tools/tcat_ble_client/tlv/tlv.py |