Skip to content

Commit

Permalink
Bump third_party/openthread/repo from 0b269e1 to f0530af
Browse files Browse the repository at this point in the history
Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `0b269e1` to `f0530af`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@0b269e1...f0530af)

---
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 Sep 25, 2023
1 parent af635a6 commit 3cc77fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 66 files
+15 −15 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+1 −1 .github/workflows/docker.yml
+1 −1 .github/workflows/makefile-check.yml
+14 −3 .github/workflows/otbr.yml
+1 −1 .github/workflows/otci.yml
+7 −7 .github/workflows/otns.yml
+6 −6 .github/workflows/posix.yml
+1 −1 .github/workflows/scorecards.yml
+8 −8 .github/workflows/simulation-1.1.yml
+6 −6 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/size.yml
+4 −4 .github/workflows/toranj.yml
+3 −3 .github/workflows/unit.yml
+1 −1 .github/workflows/version.yml
+1 −1 include/openthread/instance.h
+14 −14 include/openthread/link.h
+0 −2 include/openthread/link_metrics.h
+77 −21 include/openthread/platform/radio.h
+25 −3 include/openthread/platform/time.h
+1 −0 script/test
+71 −1 src/cli/cli.cpp
+126 −2 src/cli/cli_mac_filter.cpp
+3 −1 src/core/config/tmf.h
+6 −0 src/core/mac/mac.cpp
+3 −1 src/core/mac/mac.hpp
+10 −2 src/core/mac/mac_frame.hpp
+3 −3 src/core/mac/sub_mac.cpp
+1 −1 src/core/mac/sub_mac.hpp
+64 −46 src/core/meshcop/border_agent.cpp
+24 −22 src/core/meshcop/border_agent.hpp
+24 −2 src/core/net/ip6.cpp
+1 −0 src/core/net/ip6.hpp
+1 −1 src/core/net/tcp6.cpp
+28 −17 src/core/thread/address_resolver.cpp
+4 −3 src/core/thread/csl_tx_scheduler.cpp
+53 −8 src/core/thread/csl_tx_scheduler.hpp
+18 −4 src/core/thread/mle.cpp
+25 −0 src/core/thread/network_data_leader_ftd.cpp
+2 −0 src/lib/spinel/radio_spinel.hpp
+36 −11 src/lib/spinel/radio_spinel_impl.hpp
+0 −12 src/lib/url/CMakeLists.txt
+57 −84 src/lib/url/url.cpp
+111 −0 src/lib/url/url.hpp
+2 −2 src/posix/platform/CMakeLists.txt
+4 −4 src/posix/platform/backbone.cpp
+22 −9 src/posix/platform/config_file.cpp
+24 −3 src/posix/platform/config_file.hpp
+159 −57 src/posix/platform/configuration.cpp
+53 −16 src/posix/platform/configuration.hpp
+6 −13 src/posix/platform/hdlc_interface.cpp
+2 −2 src/posix/platform/multicast_routing.cpp
+2 −2 src/posix/platform/multicast_routing.hpp
+27 −0 src/posix/platform/openthread-posix-config.h
+10 −0 src/posix/platform/openthread.conf.example
+4 −3 src/posix/platform/power.cpp
+142 −89 src/posix/platform/radio.cpp
+6 −0 src/posix/platform/radio.hpp
+12 −43 src/posix/platform/spi_interface.cpp
+3 −0 tests/scripts/expect/_common.exp
+64 −0 tests/scripts/expect/posix-channel-mask.exp
+9 −0 tests/scripts/expect/posix-max-power-table.exp
+46 −18 tests/scripts/thread-cert/border_router/test_firewall.py
+24 −19 tests/scripts/thread-cert/node.py
+18 −0 tests/unit/CMakeLists.txt
+281 −0 tests/unit/test_url.cpp

0 comments on commit 3cc77fe

Please sign in to comment.