forked from openthread/ot-reference-release
-
Notifications
You must be signed in to change notification settings - Fork 1
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 to include dbus fixes and optimization in PD dae…
…mon (openthread#99) openthread 147de7e4cb07bbc86416bf68fcd8b92c217bffb3 ot-br-posix 7fd5bd1 ot-nrf528xx c3b8222168c2ccc079f12479541ea0f268ea1356 Include the fixes and optimization of dbus for pd daemon
- Loading branch information
1 parent
57722d0
commit 7abfced
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
106 files
Submodule ot-br-posix
updated
14 files
+1 −1 | .github/workflows/border_router.yml | |
+3 −3 | .github/workflows/build.yml | |
+1 −1 | .github/workflows/meshcop.yml | |
+1 −1 | .github/workflows/ncp_mode.yml | |
+1 −1 | examples/platforms/debian/default | |
+1 −1 | examples/platforms/raspbian/default | |
+5 −7 | script/reference-device/dhcp6_pd_daemon.py | |
+6 −0 | src/ncp/ncp_host.cpp | |
+1 −0 | src/ncp/ncp_host.hpp | |
+41 −7 | src/ncp/rcp_host.cpp | |
+9 −4 | src/ncp/rcp_host.hpp | |
+16 −0 | src/ncp/thread_host.hpp | |
+30 −15 | tests/gtest/test_rcp_host_api.cpp | |
+1 −1 | third_party/openthread/repo |