-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Out of tree nrfutil runner #23340
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
Out of tree nrfutil runner #23340
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 209e301df28a31adad10656bd6d5544bda66e878 more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)
Outputs:ToolchainVersion: bd39d1676f Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
82e37b2
to
ba32ab5
Compare
ba32ab5
to
fb526e1
Compare
cf01336
to
23e6e67
Compare
23e6e67
to
c92b2a4
Compare
Nordic devices that are yet to be upstreamed, but have nrfutil device support, requie modifications to the runner in upstream zephyr in order to support west flash. These cannot be applied becasuse config defintions only exist in nrf. Therefore creating a runner that modifies nrfutil so that changes are contained to sdk-nrf. Signed-off-by: Robert Robinson <[email protected]>
Include nrfutil_next.board.cmake support to nRF7120PDK board. Signed-off-by: Robert Robinson <[email protected]>
c92b2a4
to
209e301
Compare
Accidental rebase - For changes see
|
An out of tree runner for boards supported by
nrfutil device
but not yet supported in upstream zephyr.Inherits from nrfutil / nrf_common and then modifies to support new devices (nRF7120).