-
Notifications
You must be signed in to change notification settings - Fork 59
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
7f4c7fc
to 5fc0e77
Bumps [openthread](https://github.com/openthread/openthread) from `7f4c7fc` to `5fc0e77`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@7f4c7fc...5fc0e77) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
cc8d1bb
commit 7f53450
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
22 files
+1 −1 | include/openthread/instance.h | |
+22 −11 | include/openthread/link.h | |
+1 −1 | include/openthread/platform/radio.h | |
+7 −3 | src/cli/README.md | |
+15 −16 | src/cli/cli.cpp | |
+23 −9 | src/core/api/link_api.cpp | |
+1 −0 | src/core/common/time.hpp | |
+2 −2 | src/core/mac/data_poll_sender.cpp | |
+10 −0 | src/core/mac/mac.cpp | |
+15 −3 | src/core/mac/mac.hpp | |
+1 −1 | src/core/mac/sub_mac.hpp | |
+29 −29 | src/core/net/srp_server.cpp | |
+21 −23 | src/core/net/srp_server.hpp | |
+1 −1 | src/core/thread/mle.cpp | |
+5 −2 | src/lib/spinel/spinel.h | |
+8 −8 | src/ncp/ncp_base_mtd.cpp | |
+1 −1 | tests/scripts/expect/cli-discover.exp | |
+1 −1 | tests/scripts/thread-cert/pktverify/consts.py | |
+1 −1 | tests/scripts/thread-cert/v1_2_test_single_probe.py | |
+1 −4 | tools/harness-thci/OpenThread.py | |
+2 −2 | tools/otci/otci/otci.py | |
+1 −1 | tools/otci/tests/test_otci.py |