Commit 23a825b
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
Submodule openthread updated 134 files
Submodule ot-br-posix updated 43 files
- .github/workflows/ncp_mode.yml+17-3
- CMakeLists.txt+2
- script/_dhcpv6_pd_ref+90-14
- script/reference-device/dhcp6_pd_daemon.py+143
- script/reference-device/dhcpcd.enter-hook+10-3
- script/reference-device/dhcpcd.exit-hook+8-3
- script/test+1-4
- src/agent/CMakeLists.txt+1-1
- src/agent/application.cpp+40-54
- src/agent/application.hpp+24-22
- src/agent/main.cpp+34-5
- src/border_agent/border_agent.hpp+2-2
- src/common/CMakeLists.txt+6-1
- src/common/logging.cpp+30
- src/common/logging.hpp+9
- src/dbus/server/dbus_thread_object_rcp.cpp+7-10
- src/dbus/server/introspect.xml+8-1
- src/mdns/mdns.cpp+18
- src/mdns/mdns.hpp+58
- src/ncp/ncp_host.cpp+47-4
- src/ncp/ncp_host.hpp+10-3
- src/ncp/ncp_spinel.cpp+113-16
- src/ncp/ncp_spinel.hpp+32-5
- src/ncp/posix/infra_if.cpp+88-4
- src/ncp/posix/infra_if.hpp+5
- src/ncp/rcp_host.cpp+118-4
- src/ncp/rcp_host.hpp+10-9
- src/ncp/thread_host.cpp+1-31
- src/ncp/thread_host.hpp+53-4
- src/rest/openapi.yaml+1-1
- src/sdp_proxy/advertising_proxy.hpp+2-2
- src/sdp_proxy/discovery_proxy.hpp+1-1
- src/trel_dnssd/trel_dnssd.cpp+4-1
- src/trel_dnssd/trel_dnssd.hpp+2-2
- tests/gtest/CMakeLists.txt+20
- tests/gtest/fake_posix_platform.cpp+86
- tests/gtest/test_infra_if.cpp+85
- tests/gtest/test_rcp_host_api.cpp+235
- tests/scripts/bootstrap.sh+2-1
- tests/scripts/expect/_common.exp+66
- tests/scripts/expect/ncp_border_routing.exp+70
- tests/scripts/ncp_mode+105-33
- third_party/openthread/repo+1-1
Submodule ot-nrf528xx updated 1 file
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
205 | 208 | | |
206 | 209 | | |
207 | 210 | | |
| |||
0 commit comments