-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [openthread](https://github.com/openthread/openthread) from `b5164cf` to `31f2897`. - [Commits](openthread/openthread@b5164cf...31f2897) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a054414
commit 1af888d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
16 files
+1 −1 | include/openthread/instance.h | |
+8 −2 | include/openthread/srp_server.h | |
+9 −1 | src/cli/cli_srp_server.cpp | |
+1 −1 | src/core/mac/mac.cpp | |
+1 −1 | src/core/mac/mac_links.hpp | |
+1 −1 | src/core/mac/sub_mac.hpp | |
+1 −1 | src/core/mac/sub_mac_csl_receiver.cpp | |
+31 −4 | src/core/net/srp_server.cpp | |
+3 −2 | src/core/net/srp_server.hpp | |
+4 −4 | src/core/radio/radio.hpp | |
+8 −0 | src/lib/platform/exit_code.c | |
+4 −0 | src/lib/platform/exit_code.h | |
+24 −22 | src/posix/platform/radio_url.cpp | |
+13 −7 | src/posix/platform/spi_interface.cpp | |
+2 −1 | tests/toranj/cli/cli.py | |
+69 −0 | tests/unit/test_srp_server.cpp |