forked from openthread/ot-br-posix
-
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.
submodule: bump third_party/openthread/repo from
af5938e
to `786bd7…
…f` (openthread#2058) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `af5938e` to `786bd7f`. - [Commits](openthread/openthread@af5938e...786bd7f) --- 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
87f01e4
commit 1fd52b0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
19 files
+14 −14 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/docker.yml | |
+1 −1 | .github/workflows/fuzz.yml | |
+1 −1 | .github/workflows/makefile-check.yml | |
+1 −1 | .github/workflows/otci.yml | |
+3 −3 | .github/workflows/otns.yml | |
+7 −7 | .github/workflows/posix.yml | |
+9 −9 | .github/workflows/simulation-1.1.yml | |
+7 −7 | .github/workflows/simulation-1.2.yml | |
+1 −1 | .github/workflows/size.yml | |
+5 −5 | .github/workflows/toranj.yml | |
+4 −4 | .github/workflows/unit.yml | |
+1 −1 | .github/workflows/version.yml | |
+4 −4 | src/core/api/coap_api.cpp | |
+1 −1 | src/core/api/ip6_api.cpp | |
+2 −2 | src/core/api/udp_api.cpp | |
+27 −0 | src/core/common/message.hpp | |
+16 −17 | src/core/net/ip6.cpp |