-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update-mdnsresponder-to-1790.80.10
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
17 files
+1 −0 | doc/ot_api_doc.h | |
+2 −1 | include/openthread/icmp6.h | |
+1 −1 | include/openthread/instance.h | |
+2 −0 | include/openthread/ip6.h | |
+1 −1 | include/openthread/radio_stats.h | |
+3 −1 | script/check-posix-pty | |
+19 −1 | src/cli/README.md | |
+22 −2 | src/cli/cli.cpp | |
+1 −0 | src/core/thread/csl_tx_scheduler.cpp | |
+74 −1 | src/posix/platform/netif.cpp | |
+7 −0 | tests/scripts/thread-cert/config.py | |
+40 −20 | tests/scripts/thread-cert/node.py | |
+29 −20 | tests/scripts/thread-cert/thread_cert.py | |
+4 −0 | tests/unit/test_dns_client.cpp | |
+6 −1 | tests/unit/test_routing_manager.cpp | |
+4 −0 | tests/unit/test_srp_server.cpp | |
+37 −18 | tools/otci/tests/test_otci.py |