-
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
suit: Add SoC dependency in MCI #20024
suit: Add SoC dependency in MCI #20024
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: abd302b8b04e3cfa106f068946a64c5d81c7f271 more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
d24434b
to
6eb113e
Compare
Use CMake to select MCI implementation, based on the SoC. Use Kconfig to enable SDFW (common for all nordic platforms) or custom implementation. Refactor one of the tests to allow for such change. Ref: NCSDK-NONE Signed-off-by: Tomasz Chyrowicz <[email protected]>
6eb113e
to
abd302b
Compare
Add dependency on SoC in SUIT_MCI_IMPL symbol and refactor one of the tests to allow for such change.
Ref: NCSDK-NONE