Skip to content

Commit

Permalink
submodule: bump openthread from ff19e03 to 7ec2c31 (#777)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `ff19e03` to `7ec2c31`.
- [Commits](openthread/openthread@ff19e03...7ec2c31)

---
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 15, 2024
1 parent fecdcc2 commit e70b19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 49 files
+19 −17 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+1 −1 .github/workflows/docker.yml
+1 −1 .github/workflows/makefile-check.yml
+3 −3 .github/workflows/otbr.yml
+1 −1 .github/workflows/otci.yml
+4 −4 .github/workflows/otns.yml
+6 −6 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.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
+1 −1 include/openthread/instance.h
+54 −0 include/openthread/link.h
+52 −5 src/cli/README.md
+101 −18 src/cli/cli.cpp
+4 −1 src/core/BUILD.gn
+2 −0 src/core/CMakeLists.txt
+22 −0 src/core/api/link_api.cpp
+140 −0 src/core/common/bit_set.hpp
+0 −130 src/core/common/bit_vector.hpp
+0 −10 src/core/common/message.cpp
+9 −23 src/core/common/message.hpp
+28 −0 src/core/config/wakeup.h
+154 −2 src/core/mac/mac.cpp
+61 −5 src/core/mac/mac.hpp
+21 −0 src/core/mac/mac_links.hpp
+9 −0 src/core/mac/sub_mac.cpp
+34 −2 src/core/mac/sub_mac.hpp
+90 −0 src/core/mac/sub_mac_wed.cpp
+30 −16 src/core/radio/radio.hpp
+10 −10 src/core/thread/child.cpp
+6 −5 src/core/thread/child.hpp
+3 −3 src/core/thread/child_mask.hpp
+15 −15 src/core/thread/dua_manager.cpp
+11 −11 src/core/thread/indirect_sender.cpp
+12 −0 src/core/thread/key_manager.cpp
+13 −0 src/core/thread/key_manager.hpp
+13 −27 src/core/thread/mesh_forwarder.cpp
+3 −1 src/core/thread/mesh_forwarder.hpp
+17 −19 src/core/thread/mesh_forwarder_ftd.cpp
+1 −1 src/core/thread/mesh_forwarder_mtd.cpp
+0 −1 src/core/thread/tmf.hpp
+14 −3 tools/tcat_ble_client/cli/dataset_commands.py
+6 −3 tools/tcat_ble_client/dataset/dataset.py
+17 −16 tools/tcat_ble_client/dataset/dataset_entries.py

0 comments on commit e70b19d

Please sign in to comment.