Skip to content

Commit

Permalink
Bump third_party/openthread/repo from 9b99fbf to 36b1b83 (#27311)
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `9b99fbf` to `36b1b83`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@9b99fbf...36b1b83)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  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] authored and pull[bot] committed Nov 14, 2023
1 parent a53655b commit 1235127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 69 files
+2 −0 .code-spell-ignore
+1 −1 .github/workflows/otbr.yml
+1 −1 .github/workflows/posix.yml
+1 −1 .github/workflows/simulation-1.1.yml
+1 −1 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/toranj.yml
+1 −1 .github/workflows/unit.yml
+11 −0 examples/platforms/simulation/openthread-core-simulation-config.h
+1 −0 include/Makefile.am
+1 −0 include/openthread/BUILD.gn
+1 −1 include/openthread/instance.h
+99 −0 include/openthread/radio_stats.h
+1 −1 script/test
+29 −0 src/cli/README.md
+18 −3 src/cli/README_TCP.md
+98 −12 src/cli/cli.cpp
+3 −0 src/cli/cli.hpp
+72 −37 src/cli/cli_tcp.cpp
+4 −1 src/cli/cli_tcp.hpp
+2 −0 src/core/BUILD.gn
+1 −0 src/core/CMakeLists.txt
+2 −0 src/core/Makefile.am
+52 −0 src/core/api/radio_stats_api.cpp
+1 −1 src/core/border_router/routing_manager.cpp
+4 −0 src/core/common/instance.hpp
+151 −0 src/core/config/mesh_forwarder.h
+0 −114 src/core/config/misc.h
+11 −0 src/core/config/radio_link.h
+14 −1 src/core/mac/mac.cpp
+1 −1 src/core/mac/mac.hpp
+11 −5 src/core/mac/mac_frame.hpp
+63 −119 src/core/net/netif.cpp
+9 −3 src/core/net/netif.hpp
+1 −0 src/core/openthread-core-config.h
+110 −0 src/core/radio/radio.cpp
+98 −6 src/core/radio/radio.hpp
+6 −0 src/core/radio/radio_callbacks.cpp
+10 −0 src/core/thread/mle_router.cpp
+1 −1 src/core/utils/mesh_diag.cpp
+1 −0 src/lib/hdlc/CMakeLists.txt
+1 −0 src/lib/hdlc/Makefile.am
+9 −9 src/lib/hdlc/hdlc.cpp
+11 −414 src/lib/hdlc/hdlc.hpp
+1 −0 src/lib/spinel/BUILD.gn
+2 −0 src/lib/spinel/Makefile.am
+451 −0 src/lib/spinel/multi_frame_buffer.hpp
+246 −0 src/lib/spinel/spi_frame.hpp
+24 −23 src/lib/spinel/spinel_interface.hpp
+9 −8 src/ncp/ncp_hdlc.hpp
+3 −1 src/ncp/ncp_spi.cpp
+2 −202 src/ncp/ncp_spi.hpp
+5 −9 src/posix/platform/hdlc_interface.cpp
+5 −7 src/posix/platform/hdlc_interface.hpp
+13 −17 src/posix/platform/spi_interface.cpp
+6 −13 src/posix/platform/spi_interface.hpp
+15 −3 tests/scripts/expect/_common.exp
+0 −12 tests/scripts/expect/cli-multicast-loop.exp
+16 −3 tests/scripts/expect/cli-networkname.exp
+8 −2 tests/scripts/expect/cli-reset.exp
+57 −0 tests/scripts/expect/cli_non_rcp-radiostats.exp
+1 −0 tests/scripts/expect/posix-rcp-restoration.exp
+1 −2 tests/scripts/expect/tun-dns-client.exp
+1 −2 tests/scripts/expect/tun-sntp.exp
+1 −3 tests/scripts/expect/tun-udp.exp
+1 −1 tests/scripts/thread-cert/coap.py
+8 −0 tests/toranj/openthread-core-toranj-config-simulation.h
+29 −28 tests/unit/test_hdlc.cpp
+2 −2 tools/harness-thci/OpenThread.py
+2 −2 tools/harness-thci/OpenThread_WpanCtl.py

0 comments on commit 1235127

Please sign in to comment.