-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: openthread: rpc: using nrf_rpc encoders and decoders on servers #18531
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 93b8b4a8c779f8f2cd55987b17ff3e9e7cd7adbe more detailssdk-nrf:
Github labels
List of changed files detected by CI (13)
Outputs:ToolchainVersion: b44b7a08c9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Commit adds refactoring openthread servers to use nrf_rpc encoders and decoders instead of zcbor API. Signed-off-by: Aleksandr Khromykh <[email protected]>
Using common decoding error handler for all commands and responses. Signed-off-by: Aleksandr Khromykh <[email protected]>
Commit reverts get_uint_t decoder to keep client endianness tolerant. Signed-off-by: Aleksandr Khromykh <[email protected]>
1e69017
to
93b8b4a
Compare
PR: