-
Notifications
You must be signed in to change notification settings - Fork 1.4k
net: openthread: rpc: support setting IEEE EUI64 #22419
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
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: dfc914ea82f57f895ea1e721788370189855686d more detailssdk-nrf:
Github labels
List of changed files detected by CI (7)
Outputs:ToolchainVersion: 1d2c5d0ab5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
Add RPC command that sets IEEE EUI64 on the remote device. Only nRF54LX devices are supported for now, on which EUI64 is written to UICR->OTP. Signed-off-by: Damian Krolik <[email protected]>
Add RPC command that sets IEEE EUI64 on the remote device.
Only nRF54LX devices are supported for now, on which EUI64
is written to UICR->OTP.