-
Notifications
You must be signed in to change notification settings - Fork 10
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 `4c84e4d` to `f32c18b`. - [Commits](openthread/openthread@4c84e4d...f32c18b) --- 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
970c017
commit 8183b2b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
24 files
+0 −6 | .github/workflows/simulation-1.2.yml | |
+13 −0 | include/openthread/coap.h | |
+1 −1 | include/openthread/instance.h | |
+6 −8 | src/cli/cli.cpp | |
+16 −2 | src/cli/cli_coap.cpp | |
+2 −3 | src/core/api/channel_manager_api.cpp | |
+5 −0 | src/core/api/coap_api.cpp | |
+18 −0 | src/core/coap/coap_message.cpp | |
+12 −0 | src/core/coap/coap_message.hpp | |
+1 −2 | src/core/instance/instance.cpp | |
+2 −4 | src/core/instance/instance.hpp | |
+14 −16 | src/core/utils/channel_manager.cpp | |
+14 −9 | src/core/utils/channel_manager.hpp | |
+2 −0 | src/lib/spinel/BUILD.gn | |
+1 −0 | src/lib/spinel/CMakeLists.txt | |
+10 −89 | src/lib/spinel/radio_spinel.cpp | |
+7 −24 | src/lib/spinel/radio_spinel.hpp | |
+117 −0 | src/lib/spinel/spinel_helper.cpp | |
+69 −0 | src/lib/spinel/spinel_helper.hpp | |
+1 −1 | src/posix/platform/radio.cpp | |
+6 −0 | src/posix/platform/radio.hpp | |
+12 −2 | tools/cp-caps/README.md | |
+46 −0 | tools/cp-caps/rcp_caps_test.py | |
+13 −1 | tools/otci/otci/otci.py |