-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: zephyr & mcuboot update #24636
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
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 2 projects 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: 5ea0c69ecac1a015fbd9cedc7669aa3a1d7e9f0e more detailssdk-nrf:
mcuboot:
zephyr:
Github labels
List of changed files detected by CI (11)
Outputs:ToolchainVersion: f66cf421f3 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: |
31bb9fa
to
9b010fb
Compare
b2e570b
to
fcc7c33
Compare
|
bcdbe3a
to
801c25f
Compare
3dbed6d
to
88f3091
Compare
}; | ||
/* temporary stack for S2RAM resume logic */ | ||
pm_s2ram_stack: cpuapp_s2ram_stack@22007fd0 { |
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.
this node was lost by 3.2.0-previev doc alignment.
doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_pm_optimization.rst
Outdated
Show resolved
Hide resolved
doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_pm_optimization.rst
Outdated
Show resolved
Hide resolved
To version which uses dedicated method for S2RAM resume operation. Signed-off-by: Andrzej Puzdrowski <[email protected]>
Update the doc to reflect improvement made in S2RAM resume via MCUboot. Also include DTS `mcuboot_s2ram` memory node rise for supporting Direct-XIP. Signed-off-by: Andrzej Puzdrowski <[email protected]>
88f3091
to
5ea0c69
Compare
To version which uses dedicated method for S2RAM
resume operation.