Skip to content

Commit

Permalink
net: openthrad: rpc: SRP client serialization
Browse files Browse the repository at this point in the history
Add serialization of the most used SRP client APIs.
Add unit tests.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
  • Loading branch information
Damian-Nordic authored and nordicjm committed Sep 27, 2024
1 parent 2e53cf0 commit 6964e60
Show file tree
Hide file tree
Showing 5 changed files with 817 additions and 0 deletions.
1 change: 1 addition & 0 deletions subsys/net/openthread/rpc/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ zephyr_library_sources(
ot_rpc_link.c
ot_rpc_message.c
ot_rpc_netdata.c
ot_rpc_srp_client.c
ot_rpc_thread.c
ot_rpc_udp.c
)
Expand Down
Loading

0 comments on commit 6964e60

Please sign in to comment.