-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pd] bump submodules ot-br-posix, openthread and ot-nrf528xx to inclu…
…de fix for PD Daemon (#97) openthread 05510058871894b7ebfda50e51938740e61c6b99 ot-br-posix b041fa52daaa4dfbf6aa4665d8925c1be0350ca5 ot-nrf528xx 39ac3d1a53b6b02fe8ef23952d6db14e67e40362 Include the fixes for intermittent dbus failure for pd daemon
- Loading branch information
1 parent
23a825b
commit 57722d0
Showing
4 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openthread
updated
32 files
Submodule ot-br-posix
updated
12 files
+1 −0 | .github/workflows/macOS.yml | |
+7 −0 | etc/cmake/options.cmake | |
+2 −1 | script/_dhcpv6_pd_ref | |
+4 −6 | script/reference-device/dhcp6_pd_daemon.py | |
+2 −1 | src/dbus/server/introspect.xml | |
+20 −0 | src/ncp/ncp_host.cpp | |
+17 −6 | src/ncp/ncp_host.hpp | |
+2 −0 | src/ncp/posix/infra_if.hpp | |
+23 −0 | src/ncp/rcp_host.cpp | |
+5 −0 | src/ncp/rcp_host.hpp | |
+24 −0 | src/ncp/thread_host.hpp | |
+1 −1 | third_party/openthread/repo |