-
Notifications
You must be signed in to change notification settings - Fork 3
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 `6694d5c` to `a8632ac`. - [Commits](openthread/openthread@6694d5c...a8632ac) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent
512eaeb
commit 50a9452
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
15 files
+6 −1 | .github/workflows/docker.yml | |
+6 −0 | etc/docker/environment/Dockerfile | |
+6 −1 | src/cli/README_UDP.md | |
+15 −5 | src/cli/cli_udp.cpp | |
+2 −2 | src/core/BUILD.gn | |
+1 −1 | src/core/CMakeLists.txt | |
+46 −18 | src/core/common/crc.cpp | |
+136 −0 | src/core/common/crc.hpp | |
+0 −88 | src/core/common/crc16.hpp | |
+4 −0 | src/core/common/message.hpp | |
+1 −1 | src/core/config/misc.h | |
+18 −12 | src/core/instance/instance.hpp | |
+3 −12 | src/core/meshcop/meshcop.cpp | |
+1 −0 | tests/unit/CMakeLists.txt | |
+116 −0 | tests/unit/test_crc.cpp |