-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
mcuboot: Fix monotomic counter issues #20787
Conversation
nordicjm
commented
Mar 7, 2025
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: de6b962c4a70439c03e8b96642b25fc836b674f7 more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (11)
Outputs:ToolchainVersion: 7dbe0e2658 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
|
Updates MCUboot to pull in a fix for monotonic counter usage Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Clarifies that monotonic hardware counter will only be used on the first image and disallow usage of this feature with QSPI XIP split image updates as it is not compatible Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug.uart[nrf54h20dk@0.9.0/nrf54h20/cpuapp]: ROM size increased by 544[B] in comparison to the main[50bf382] branch. - link (cc: @MarekPieta) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-20787/7) |