-
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
Pull s2ram related commits #25230
Conversation
|
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. |
39bec24 to
fbf9073
Compare
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 79de629b5931f7cc45934ceb1fb6005f1f17ff89 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (98)Outputs:ToolchainVersion: df3cc9d822 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
MarekPieta
left a comment
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
355a652 to
a987038
Compare
a987038 to
6b919af
Compare
| ================================= | ||
|
|
||
| For the application running on the application core, setting the following Kconfig options is recommended: | ||
|
|
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.
Shouldnt this change also be mentioned in the changelog?
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.
@bjarki-andreasen : Could You help me answer this question?
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.
I discussed this offline with @bjarki-andreasen
Documentation is updated in #25218
Changelog and migration guide is still to be done.
@bjarki-andreasen agreed to take care of this.
Is it OK for You @FrancescoSer ?
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 now part of the nrf54h20 doc updates 4749f5a
6b919af to
b583b14
Compare
6b85fd8 to
0e5ad52
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Include nrfconnect/sdk-zephyr#3448 Signed-off-by: Sebastian Głąb <[email protected]>
0e5ad52 to
79de629
Compare
We want to run CI when Nordic specific arch, soc, or board changes are done. Running CI on such changes would have prevented that nrfconnect/sdk-nrf#25230 broke this CI plan. Signed-off-by: Rubin Gerritsen <[email protected]>
We want to run CI when Nordic specific arch, soc, or board changes are done. Running CI on such changes would have prevented that nrfconnect/sdk-nrf#25230 broke this CI plan. Signed-off-by: Rubin Gerritsen <[email protected]>
We want to run CI when Nordic specific arch, soc, or board changes are done. Running CI on such changes would have prevented that nrfconnect/sdk-nrf#25230 broke this CI plan. Signed-off-by: Rubin Gerritsen <[email protected]>
We want to run CI when Nordic specific arch, soc, or board changes are done. Running CI on such changes would have prevented that nrfconnect/sdk-nrf#25230 broke this CI plan. Signed-off-by: Rubin Gerritsen <[email protected]>
We want to run CI when Nordic specific arch, soc, or board changes are done. Running CI on such changes would have prevented that nrfconnect/sdk-nrf#25230 broke this CI plan. Signed-off-by: Rubin Gerritsen <[email protected]>
Pull in PM related commits that:
on relevant SOCs.
Align samples and tests stored at sdk-nrf.