-
Notifications
You must be signed in to change notification settings - Fork 1.3k
lib: fprotect: testing #22643
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
lib: fprotect: testing #22643
Conversation
testing with nrf54l15 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision 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: 42d7ba44484456fc495ba666f69f1e109485aa6d more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: 4aa3467a6d Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
@@ -51,6 +51,8 @@ menuconfig FPROTECT | |||
depends on SOC_FAMILY_NORDIC_NRF | |||
depends on !(SOC_SERIES_NRF54LX && IS_SECURE_BOOTLOADER) | |||
select NRFX_RRAMC if SOC_SERIES_NRF54LX | |||
default y if MCUBOOT && (!SOC_SERIES_NRF54LX || (SOC_SERIES_NRF54LX && MCUBOOT_MCUBOOT_IMAGE_NUMBER = -1)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add comment there about reasoning, something like: enabled by default for MCUboot build as only bootloader on nRF54L SoC's. Similar below, mcuboot might use both RRAM regions 3 & 4 as it's allone.
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
testing with nrf54l15