forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump third_party/ot-br-posix/repo from
636e53d
to 86cb36e
Bumps [third_party/ot-br-posix/repo](https://github.com/openthread/ot-br-posix) from `636e53d` to `86cb36e`. - [Release notes](https://github.com/openthread/ot-br-posix/releases) - [Commits](openthread/ot-br-posix@636e53d...86cb36e) --- updated-dependencies: - dependency-name: third_party/ot-br-posix/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d870e8c
commit 9ab5c73
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
15 files
+57 −20 | CODE_OF_CONDUCT.md | |
+7 −0 | etc/cmake/options.cmake | |
+1 −0 | script/test | |
+1 −0 | src/agent/CMakeLists.txt | |
+4 −1 | src/dbus/server/dbus_thread_object.cpp | |
+10 −0 | src/proto/thread_telemetry.proto | |
+18 −5 | src/utils/pskc.cpp | |
+131 −60 | src/utils/thread_helper.cpp | |
+6 −2 | src/utils/thread_helper.hpp | |
+9 −9 | src/web/web-service/ot_client.cpp | |
+1 −0 | tests/dbus/test-client | |
+3 −0 | tests/dbus/test_dbus_client.cpp | |
+16 −0 | tests/unit/test_pskc.cpp | |
+2 −0 | third_party/openthread/CMakeLists.txt | |
+1 −1 | third_party/openthread/repo |