Skip to content

Commit

Permalink
submodule: bump third_party/openthread/repo from 025d84b to 147de7e
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `025d84b` to `147de7e`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@025d84b...147de7e)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent faa7966 commit b9e2354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 40 files
+13 −13 .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
+6 −6 .github/workflows/posix.yml
+9 −9 .github/workflows/simulation-1.1.yml
+7 −7 .github/workflows/simulation-1.4.yml
+1 −1 .github/workflows/size.yml
+6 −6 .github/workflows/toranj.yml
+3 −3 .github/workflows/unit.yml
+1 −1 .github/workflows/version.yml
+9 −0 examples/platforms/simulation/misc.c
+4 −0 examples/platforms/simulation/openthread-core-simulation-config.h
+2 −2 src/core/api/radio_stats_api.cpp
+1 −1 src/core/common/log.hpp
+15 −0 src/core/common/num_utils.hpp
+1 −1 src/core/instance/instance.hpp
+5 −45 src/core/mac/data_poll_handler.cpp
+7 −89 src/core/mac/data_poll_handler.hpp
+3 −2 src/core/mac/mac.cpp
+6 −0 src/core/mac/mac.hpp
+9 −4 src/core/mac/wakeup_tx_scheduler.cpp
+1 −2 src/core/mac/wakeup_tx_scheduler.hpp
+1 −1 src/core/net/ip6_address.cpp
+1 −1 src/core/net/nd6.hpp
+10 −13 src/core/radio/radio.cpp
+99 −56 src/core/radio/radio.hpp
+2 −2 src/core/radio/radio_callbacks.cpp
+16 −31 src/core/thread/csl_tx_scheduler.cpp
+7 −52 src/core/thread/csl_tx_scheduler.hpp
+0 −3 src/core/thread/indirect_sender.cpp
+3 −3 src/core/thread/indirect_sender.hpp
+2 −18 src/ncp/ncp_base_ftd.cpp
+9 −0 src/posix/platform/trel.cpp
+1 −1 tests/gtest/fake_platform.cpp
+1 −0 tests/unit/test_platform.cpp
+14 −0 tests/unit/test_serial_number.cpp

0 comments on commit b9e2354

Please sign in to comment.