Skip to content

Commit

Permalink
submodule: bump openthread from 51ab865 to 90adc86 (#685)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `51ab865` to `90adc86`.
- [Commits](openthread/openthread@51ab865...90adc86)

---
updated-dependencies:
- dependency-name: openthread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 183cbf8 commit 967c15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 55 files
+1 −0 .github/workflows/posix.yml
+1 −0 .github/workflows/simulation-1.1.yml
+1 −0 .github/workflows/simulation-1.2.yml
+149 −8 examples/platforms/simulation/ble.c
+28 −1 examples/platforms/simulation/platform-simulation.h
+7 −0 examples/platforms/simulation/system.c
+1 −0 script/cmake-build
+2 −2 src/cli/BUILD.gn
+1 −1 src/cli/CMakeLists.txt
+3 −93 src/cli/cli.cpp
+2 −145 src/cli/cli.hpp
+1 −2 src/cli/cli_bbr.cpp
+3 −5 src/cli/cli_bbr.hpp
+1 −1 src/cli/cli_br.cpp
+3 −5 src/cli/cli_br.hpp
+1 −1 src/cli/cli_coap.cpp
+2 −4 src/cli/cli_coap.hpp
+1 −1 src/cli/cli_coap_secure.cpp
+2 −4 src/cli/cli_coap_secure.hpp
+3 −5 src/cli/cli_commissioner.hpp
+3 −5 src/cli/cli_dataset.hpp
+1 −2 src/cli/cli_dns.cpp
+3 −5 src/cli/cli_dns.hpp
+3 −5 src/cli/cli_history.hpp
+3 −5 src/cli/cli_joiner.hpp
+2 −2 src/cli/cli_link_metrics.cpp
+2 −4 src/cli/cli_link_metrics.hpp
+3 −5 src/cli/cli_mac_filter.hpp
+1 −1 src/cli/cli_network_data.cpp
+2 −4 src/cli/cli_network_data.hpp
+2 −2 src/cli/cli_ping.cpp
+2 −4 src/cli/cli_ping.hpp
+9 −10 src/cli/cli_srp_client.cpp
+2 −4 src/cli/cli_srp_client.hpp
+1 −2 src/cli/cli_srp_server.cpp
+3 −5 src/cli/cli_srp_server.hpp
+1 −1 src/cli/cli_tcat.cpp
+3 −5 src/cli/cli_tcat.hpp
+1 −1 src/cli/cli_tcp.cpp
+2 −4 src/cli/cli_tcp.hpp
+2 −2 src/cli/cli_udp.cpp
+2 −4 src/cli/cli_udp.hpp
+118 −28 src/cli/cli_utils.cpp
+148 −6 src/cli/cli_utils.hpp
+1 −1 src/cli/radio.cmake
+3 −3 src/core/coap/coap.cpp
+29 −2 src/core/coap/coap_message.cpp
+29 −0 src/core/coap/coap_message.hpp
+5 −1 src/core/thread/mle_router.cpp
+61 −0 tests/scripts/expect/cli-tcat.exp
+60 −50 tests/unit/test_pskc.cpp
+4 −1 third_party/mbedtls/mbedtls-config.h
+12 −5 tools/tcat_ble_client/bbtc.py
+11 −13 tools/tcat_ble_client/ble/ble_stream_secure.py
+56 −0 tools/tcat_ble_client/ble/udp_stream.py

0 comments on commit 967c15c

Please sign in to comment.