Skip to content

Commit

Permalink
submodule: bump openthread from c027237 to 287dbfa (#809)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `c027237` to `287dbfa`.
- [Commits](openthread/openthread@c027237...287dbfa)

---
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
dependabot[bot] authored Oct 9, 2024
1 parent cd6e5e3 commit 551aed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 45 files
+1 −0 .code-spell-ignore
+8 −0 .github/workflows/build.yml
+2 −2 .github/workflows/otbr.yml
+5 −1 .github/workflows/otci.yml
+3 −3 .github/workflows/otns.yml
+5 −1 .github/workflows/posix.yml
+29 −5 .github/workflows/simulation-1.1.yml
+29 −5 .github/workflows/simulation-1.4.yml
+37 −4 .github/workflows/toranj.yml
+2 −2 .github/workflows/unit.yml
+5 −0 CMakeLists.txt
+1 −1 etc/cmake/options.cmake
+23 −0 src/core/instance/instance.hpp
+8 −8 src/core/thread/mle_router.cpp
+1 −1 src/core/thread/mle_router.hpp
+1 −0 src/lib/spinel/CMakeLists.txt
+10 −1 tests/CMakeLists.txt
+67 −0 tests/gtest/CMakeLists.txt
+88 −0 tests/gtest/dataset_test.cpp
+509 −0 tests/gtest/fake_platform.cpp
+117 −0 tests/gtest/fake_platform.hpp
+112 −0 tests/nexus/CMakeLists.txt
+29 −0 tests/nexus/README.md
+66 −0 tests/nexus/build.sh
+133 −0 tests/nexus/openthread-core-nexus-config.h
+60 −0 tests/nexus/platform/nexus_alarm.cpp
+48 −0 tests/nexus/platform/nexus_alarm.hpp
+205 −0 tests/nexus/platform/nexus_core.cpp
+94 −0 tests/nexus/platform/nexus_core.hpp
+154 −0 tests/nexus/platform/nexus_misc.cpp
+87 −0 tests/nexus/platform/nexus_node.cpp
+92 −0 tests/nexus/platform/nexus_node.hpp
+341 −0 tests/nexus/platform/nexus_radio.cpp
+80 −0 tests/nexus/platform/nexus_radio.hpp
+160 −0 tests/nexus/platform/nexus_settings.cpp
+82 −0 tests/nexus/platform/nexus_settings.hpp
+77 −0 tests/nexus/platform/nexus_utils.hpp
+124 −0 tests/nexus/test_form_join.cpp
+150 −0 tests/nexus/test_large_network.cpp
+0 −0 tests/scripts/thread-cert/border_router/internet/test_dhcp6pd.py
+0 −0 tests/scripts/thread-cert/border_router/internet/test_multi_border_routers.py
+0 −0 tests/scripts/thread-cert/border_router/internet/test_single_border_router.py
+0 −0 tests/scripts/thread-cert/border_router/internet/test_upstream_dns.py
+0 −0 tests/scripts/thread-cert/border_router/internet/test_with_infrastructure_prefix.py
+1 −1 tests/scripts/thread-cert/requirements.txt

0 comments on commit 551aed3

Please sign in to comment.