-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump third_party/openthread/repo from
f239c49
to `22fcb0…
…e` (#2093) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `f239c49` to `22fcb0e`. - [Commits](openthread/openthread@f239c49...22fcb0e) --- 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
74ff64f
commit aff74ec
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
23 files
+1 −1 | .github/workflows/docker.yml | |
+1 −1 | include/openthread/instance.h | |
+34 −1 | include/openthread/platform/radio.h | |
+10 −0 | src/core/config/mac.h | |
+2 −2 | src/core/mac/mac.cpp | |
+5 −5 | src/core/mac/mac_links.hpp | |
+33 −8 | src/core/mac/sub_mac.cpp | |
+6 −4 | src/core/mac/sub_mac.hpp | |
+1 −0 | src/core/radio/radio.cpp | |
+12 −0 | src/core/radio/radio.hpp | |
+6 −0 | src/core/radio/radio_platform.cpp | |
+1 −1 | src/core/thread/mesh_forwarder_ftd.cpp | |
+0 −13 | src/core/thread/mle_router.hpp | |
+11 −0 | src/core/thread/mle_types.hpp | |
+18 −0 | src/lib/spinel/radio_spinel.cpp | |
+13 −0 | src/lib/spinel/radio_spinel.hpp | |
+1 −0 | src/lib/spinel/spinel.c | |
+12 −1 | src/lib/spinel/spinel.h | |
+12 −0 | src/ncp/ncp_base.cpp | |
+1 −0 | src/ncp/ncp_base_dispatcher.cpp | |
+6 −0 | tests/fuzz/fuzzer_platform.cpp | |
+2 −0 | tests/unit/test_platform.cpp | |
+3 −1 | tests/unit/test_routing_manager.cpp |