-
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 openthread from
bd310db
to d015004
Bumps [openthread](https://github.com/openthread/openthread) from `bd310db` to `d015004`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@bd310db...d015004) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f7e73f7
commit e5e46da
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
28 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 | |
+14 −14 | .github/workflows/simulation-1.1.yml | |
+15 −15 | .github/workflows/simulation-1.4.yml | |
+1 −1 | .github/workflows/toranj.yml | |
+2 −2 | .github/workflows/unit.yml | |
+1 −0 | doc/ot_config_doc.h | |
+2 −0 | etc/cmake/options.cmake | |
+2 −0 | script/test | |
+1 −0 | src/core/BUILD.gn | |
+12 −0 | src/core/config/mac.h | |
+75 −0 | src/core/config/wakeup.h | |
+272 −96 | src/core/mac/mac_frame.cpp | |
+193 −45 | src/core/mac/mac_frame.hpp | |
+111 −6 | src/core/mac/mac_header_ie.hpp | |
+1 −0 | src/core/openthread-core-config.h | |
+15 −0 | src/lib/spinel/spinel.h | |
+4 −0 | src/ncp/ncp_base.cpp | |
+19 −0 | src/ncp/ncp_base.hpp | |
+3 −0 | src/ncp/ncp_base_dispatcher.cpp | |
+58 −0 | src/ncp/ncp_base_ftd.cpp | |
+1 −4 | src/ncp/platform/infra_if.cpp | |
+35 −0 | tests/unit/CMakeLists.txt | |
+216 −0 | tests/unit/test_mac_frame.cpp | |
+120 −0 | tests/unit/test_ncp_infra_if.cpp |