-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Pull s2ram related commits #25230
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?
Pull s2ram related commits #25230
Conversation
|
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. |
39bec24 to
fbf9073
Compare
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a9870381d41bb30f0d50c53115e33e16dc445d72 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (111)Outputs:ToolchainVersion: cfa6b06338 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: |
fbf9073 to
9887d54
Compare
9887d54 to
894d5a3
Compare
5172167 to
8aa101a
Compare
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.
Changes applied to our samples/apps looks good
8aa101a to
585d0e7
Compare
d156a2a to
355a652
Compare
User selectable PM_S2RAM_CUSTOM_MARKING was removed. Instead, HAS_PM_S2RAM_CUSTOM_MARKING was defined and it's selected based on soc. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
CONFIG_PM_S2RAM gets its value based on presence and state of the "suspend-to-ram" power state in the devicetree. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
When coverage is calculated counter variables are added to the build. These counters fail when MCU enters/leaves S2RAM low power state. Fix disabling S2RAM in coverage test configurations. CONFIG_PM_S2RAM is no longer user selectable. PM_S2RAM is enabled when any s2ram power state with status "okay" is present in the devicetree. Therefore, use DTS overlay to set status "disabled" to s2ram node. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Include nrfconnect/sdk-zephyr#3448 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
355a652 to
a987038
Compare
Pull in PM related commits that:
on relevant SOCs.
Align samples and tests stored at sdk-nrf.