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.
- openthread: 7e32165bee473f260460510de7675d08c44bf53c - ot-br-posix: 3e43571ce1e093ca20fd596380e37f5b7cf5059a - ot-nrf528xx: 8ac3f854709062ca5485aaf056eb1843515e3a93
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule openthread
updated
169 files
Submodule ot-br-posix
updated
20 files
+2 −2 | src/agent/CMakeLists.txt | |
+1 −2 | src/agent/main.cpp | |
+7 −1 | src/agent/vendor.hpp | |
+8 −3 | src/common/logging.cpp | |
+2 −2 | src/common/logging.hpp | |
+5 −0 | src/dbus/client/thread_api_dbus.cpp | |
+12 −0 | src/dbus/client/thread_api_dbus.hpp | |
+1 −0 | src/dbus/common/constants.hpp | |
+2 −2 | src/dbus/server/dbus_object.cpp | |
+18 −0 | src/dbus/server/dbus_thread_object.cpp | |
+1 −0 | src/dbus/server/dbus_thread_object.hpp | |
+5 −0 | src/dbus/server/introspect.xml | |
+7 −3 | src/ncp/ncp_openthread.cpp | |
+9 −0 | src/rest/openapi.yaml | |
+34 −4 | src/rest/resource.cpp | |
+1 −0 | src/rest/resource.hpp | |
+1 −1 | src/rest/response.cpp | |
+10 −20 | src/sdp_proxy/advertising_proxy.cpp | |
+1 −2 | src/web/main.cpp | |
+1 −1 | third_party/openthread/repo |
Submodule ot-nrf528xx
updated
5 files
+1 −2 | CMakeLists.txt | |
+1 −1 | openthread | |
+2 −0 | src/nrf52811/openthread-core-nrf52811-config.h | |
+2 −0 | src/nrf52833/openthread-core-nrf52833-config.h | |
+2 −0 | src/nrf52840/openthread-core-nrf52840-config.h |