-
Notifications
You must be signed in to change notification settings - Fork 2
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 `287dbfa` to `ee851d2`. - [Commits](openthread/openthread@287dbfa...ee851d2) --- 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
551aed3
commit 374f48e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
20 files
+37 −32 | src/core/common/message.hpp | |
+40 −78 | src/core/mac/mac_frame.cpp | |
+15 −24 | src/core/mac/mac_frame.hpp | |
+32 −21 | src/core/thread/indirect_sender.cpp | |
+59 −1 | src/core/thread/indirect_sender.hpp | |
+54 −87 | src/core/thread/mesh_forwarder.cpp | |
+2 −18 | src/core/thread/mesh_forwarder.hpp | |
+17 −11 | src/core/thread/mle.cpp | |
+8 −9 | src/core/thread/mle.hpp | |
+7 −20 | src/core/thread/mle_router.cpp | |
+17 −13 | src/lib/spinel/radio_spinel.cpp | |
+10 −0 | src/lib/spinel/spinel.h | |
+20 −0 | src/ncp/ncp_base.hpp | |
+18 −0 | src/ncp/ncp_base_ftd.cpp | |
+2 −0 | src/ncp/ncp_base_radio.cpp | |
+2 −5 | src/ncp/platform/infra_if.cpp | |
+21 −0 | tests/gtest/CMakeLists.txt | |
+103 −0 | tests/gtest/fake_coprocessor_platform.cpp | |
+104 −0 | tests/gtest/fake_coprocessor_platform.hpp | |
+94 −0 | tests/gtest/radio_spinel_rcp_test.cpp |