-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump openthread from
00076af
to 84e0e77
Bumps [openthread](https://github.com/openthread/openthread) from `00076af` to `84e0e77`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@00076af...84e0e77) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
fcecf25
commit aa410fe
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
18 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 | |
+10 −3 | examples/platforms/simulation/radio.c | |
+1 −1 | include/openthread/instance.h | |
+17 −3 | include/openthread/platform/radio.h | |
+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 |