-
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
manifest: Bring SHA512 fix for MCUboot serial recovery. #18821
Conversation
The following west manifest projects have been modified in this Pull Request:
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: 1f23ff57a7432f569a0997dae9bde1cbea81c91f more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: f51bdba1d9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
west.yml
Outdated
@@ -129,7 +129,7 @@ manifest: | |||
compare-by-default: true | |||
- name: mcuboot | |||
repo-path: sdk-mcuboot | |||
revision: e60dc3fbd7ce52d6fdc5352cf0a98c159c7a95f5 | |||
revision: pull/376/head |
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.
bcdf6e24493a0c3de7c5f3a126a6b4075b2ad088
I'll backport this manually. |
Fix for non-working serial recovery with MCUboot configured for SHA512. Signed-off-by: Dominik Ermel <[email protected]>
3d62ce8
to
1f23ff5
Compare
Fix for non-working serial recovery with MCUboot configured for SHA512.
Fix for NCSDK-30244