-
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 `ee74513` to `d81c6fa`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@ee74513...d81c6fa) --- updated-dependencies: - dependency-name: third_party/openthread/repo 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
b305030
commit 1108008
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
22 files
+19 −4 | examples/platforms/simulation/trel.c | |
+2 −2 | include/openthread/history_tracker.h | |
+1 −1 | include/openthread/instance.h | |
+29 −0 | include/openthread/platform/trel.h | |
+35 −0 | include/openthread/trel.h | |
+1 −1 | src/cli/README_HISTORY.md | |
+49 −1 | src/cli/cli.cpp | |
+3 −0 | src/cli/cli.hpp | |
+701 −0 | src/cli/cli_history.cpp | |
+1 −0 | src/core/BUILD.gn | |
+12 −0 | src/core/api/trel_api.cpp | |
+66 −0 | src/core/config/trel.h | |
+1 −0 | src/core/openthread-core-config.h | |
+4 −0 | src/core/radio/trel_interface.cpp | |
+32 −1 | src/core/radio/trel_interface.hpp | |
+10 −0 | src/posix/platform/openthread-posix-config.h | |
+39 −10 | src/posix/platform/trel.cpp | |
+17 −0 | tests/scripts/thread-cert/border_router/test_trel_connectivity.py | |
+24 −0 | tests/scripts/thread-cert/node.py | |
+1 −1 | tests/scripts/thread-cert/requirements.txt | |
+4 −0 | tests/unit/test_platform.cpp | |
+1 −0 | tests/unit/test_platform.h |