-
Notifications
You must be signed in to change notification settings - Fork 5
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 `00076af` to `7a2983b`. - [Commits](openthread/openthread@00076af...7a2983b) --- 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
4171398
commit 5470582
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
25 files
+1 −1 | .github/workflows/fuzz.yml | |
+6 −6 | .github/workflows/otbr.yml | |
+6 −6 | .github/workflows/otns.yml | |
+9 −9 | .github/workflows/posix.yml | |
+1 −1 | .github/workflows/scorecards.yml | |
+13 −13 | .github/workflows/simulation-1.1.yml | |
+13 −13 | .github/workflows/simulation-1.2.yml | |
+1 −1 | .github/workflows/toranj.yml | |
+1 −1 | .github/workflows/unit.yml | |
+1 −0 | doc/ot_config_doc.h | |
+10 −3 | examples/platforms/simulation/radio.c | |
+1 −1 | include/openthread/instance.h | |
+17 −3 | include/openthread/platform/radio.h | |
+4 −8 | src/cli/cli.hpp | |
+2 −5 | src/cli/cli_coap.hpp | |
+4 −7 | src/cli/cli_coap_secure.hpp | |
+1 −4 | src/cli/cli_commissioner.hpp | |
+2 −5 | src/cli/cli_srp_client.hpp | |
+1 −4 | src/cli/cli_udp.cpp | |
+1 −1 | src/core/radio/radio.cpp | |
+16 −1 | src/core/radio/radio.hpp | |
+7 −0 | src/core/radio/radio_platform.cpp | |
+39 −8 | src/posix/platform/daemon.cpp | |
+1 −0 | src/posix/platform/daemon.hpp | |
+2 −0 | tests/unit/test_platform.cpp |