-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: sdk-zephyr: [fromlist] poweroff: nordic: streamline RAM retention strategy #19140
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: sdk-zephyr: [fromlist] poweroff: nordic: streamline RAM retention strategy #19140
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. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: c53676dfebfc5b053cb39b093582526a1be2d94b more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (29)Outputs:ToolchainVersion: b77d8c1312 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 Publish GitHub Action. |
|
@maje-emb is there a CI check for |
31cba16 to
76c370b
Compare
76c370b to
f034de6
Compare
f034de6 to
3d6f294
Compare
3d6f294 to
eb7f178
Compare
^ @nordic-piks, @nordic-bami Are there such tests? |
I see two failures in nightly run |
eb7f178 to
da52efa
Compare
f6de207 to
1fa85f5
Compare
1fa85f5 to
0d21333
Compare
0d21333 to
f7517f1
Compare
f7517f1 to
1d48eae
Compare
1d48eae to
7a6ad49
Compare
7a6ad49 to
c1fc881
Compare
c1fc881 to
d3a3fee
Compare
d3a3fee to
d3da76b
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.
The Peripheral_power_profiling and system_off samples look good.
Thank you for the alignment.
d3da76b to
f054022
Compare
f054022 to
fbdabd5
Compare
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
RAM retention is now managed within sys_poweroff() call. Signed-off-by: Nikodem Kastelik <[email protected]>
fbdabd5 to
cd2f699
Compare
Zephyr system_off sample changed how RAM retention is handled. Signed-off-by: Nikodem Kastelik <[email protected]>
cd2f699 to
c53676d
Compare
| platform_allow: | ||
| - nrf52840dk/nrf52840 | ||
| - nrf52dk/nrf52832 | ||
| - nrf5340dk/nrf5340/cpuapp |
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.
nrf5340dk was removed from the platform_allow list. Is this intentional?
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.
yes. nrf_retained "mode" of system_off sample is now deprecated. retained_mem Zephyr driver shall be used instead. Unfortunately, due to bug in nrfx, retained_mem driver is not compatible with nrf5340 and nrf9160. Because of this fact I have removed nrf5340dk from retention variant of this test. It will be restored in NCS 3.0, when bug in nrfx is resolved
|
Automatically closed by action-manifest-pr GH action |
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2313