-
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.
Bumps [openthread](https://github.com/openthread/openthread) from `d16d160` to `84e80c6`. - [Commits](openthread/openthread@d16d160...84e80c6) --- 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
145e46a
commit 416f7d2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
15 files
+2 −2 | src/core/mac/mac.cpp | |
+293 −293 | src/core/meshcop/border_agent.cpp | |
+5 −4 | src/core/thread/link_quality.cpp | |
+22 −6 | src/core/thread/link_quality.hpp | |
+1 −1 | src/core/thread/neighbor.hpp | |
+2 −3 | src/core/thread/router.hpp | |
+62 −4 | src/lib/spinel/radio_spinel.cpp | |
+65 −5 | src/lib/spinel/radio_spinel.hpp | |
+1 −0 | src/posix/platform/CMakeLists.txt | |
+10 −0 | src/posix/platform/openthread-posix-config.h | |
+20 −2 | src/posix/platform/radio.cpp | |
+29 −0 | src/posix/platform/radio.hpp | |
+146 −0 | src/posix/platform/tmp_storage.cpp | |
+93 −0 | src/posix/platform/tmp_storage.hpp | |
+1 −1 | tests/unit/test_link_quality.cpp |