Skip to content

Commit

Permalink
submodule: bump third_party/openthread/repo from 8d39758 to `7f6723…
Browse files Browse the repository at this point in the history
…f` (#2615)

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `8d39758` to `7f6723f`.
- [Commits](openthread/openthread@8d39758...7f6723f)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  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 Nov 21, 2024
1 parent fe769eb commit 6334e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 41 files
+1 −0 etc/cmake/options.cmake
+4 −4 examples/platforms/simulation/alarm.c
+3 −2 examples/platforms/simulation/ble.c
+3 −2 examples/platforms/simulation/infra_if.c
+1 −1 examples/platforms/simulation/logging.c
+39 −49 examples/platforms/simulation/mdns_socket.c
+2 −1 examples/platforms/simulation/radio.c
+45 −33 examples/platforms/simulation/simul_utils.c
+2 −1 examples/platforms/simulation/trel.c
+7 −6 examples/platforms/simulation/uart.c
+8 −7 examples/platforms/simulation/virtual_time/platform-sim.c
+2 −1 examples/platforms/utils/logging_rtt.h
+39 −39 src/core/coap/coap_secure.cpp
+105 −92 src/core/coap/coap_secure.hpp
+2 −2 src/core/instance/instance.hpp
+8 −9 src/core/meshcop/secure_transport.cpp
+26 −42 src/core/meshcop/secure_transport.hpp
+1 −0 src/core/radio/ble_secure.cpp
+31 −0 src/core/thread/mle.cpp
+4 −0 src/core/thread/mle.hpp
+9 −4 src/core/thread/mle_router.cpp
+1 −1 src/core/thread/tmf.cpp
+1 −1 src/core/thread/tmf.hpp
+1 −0 src/lib/spinel/CMakeLists.txt
+8 −2 src/lib/spinel/radio_spinel.cpp
+2 −2 src/lib/spinel/spinel.h
+200 −0 src/lib/spinel/spinel_prop_codec.cpp
+119 −0 src/lib/spinel/spinel_prop_codec.hpp
+6 −8 src/ncp/ncp_base.hpp
+0 −60 src/ncp/ncp_base_ftd.cpp
+1 −0 tests/unit/CMakeLists.txt
+191 −0 tests/unit/test_spinel_prop_codec.cpp
+1 −1 tools/tcat_ble_client/bbtc.py
+53 −0 tools/tcat_ble_client/ble/ble_advertisement_data.py
+7 −2 tools/tcat_ble_client/ble/ble_scanner.py
+21 −2 tools/tcat_ble_client/cli/base_commands.py
+5 −3 tools/tcat_ble_client/cli/cli.py
+1 −1 tools/tcat_ble_client/dataset/dataset_entries.py
+104 −0 tools/tcat_ble_client/tlv/advertised_tlv.py
+1 −1 tools/tcat_ble_client/tlv/tlv.py
+4 −2 tools/tcat_ble_client/utils/__init__.py

0 comments on commit 6334e5b

Please sign in to comment.