-
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
sdk-mcuboot: Fix compressed chunk size mismatch #18199
Conversation
Synchronises this value to the existing MCUboot chunk size as the MCUboot value has been set to mirror this value Signed-off-by: Jamie McCrae <[email protected]>
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: 8d2e6d516d25ee929b77aff7aa0447059d7c54f2 more detailssdk-nrf:
mcuboot:
Github labels
List of changed files detected by CI (4)
Outputs:ToolchainVersion: add720b6d9 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. |
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.
tested manually the quarantined tests: nrf_compress.decompression.mcuboot_update
on platforma nrf5340 and nrf54l15, now it works
Fixes an issue with decompression caused by a buffer size not matching the nRF compression chunk size Signed-off-by: Jamie McCrae <[email protected]>
e978a79
to
8d2e6d5
Compare
No description provided.