-
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
tests: benchmarks: multicore: Add test for S2RAM and PPR #18808
Conversation
tests/benchmarks/multicore/idle_ppr/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
Show resolved
Hide resolved
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: cd755d772efc5ea468c71dfa3551c721402576f1 more detailssdk-nrf:
Github labels
List of changed files detected by CI (15)
Outputs:ToolchainVersion: b81a7cd864 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
0b1444a
to
9d04949
Compare
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. |
9d04949
to
12ca05b
Compare
With APP and Radio (without PPR), I see: |
2207618
to
1f08b6c
Compare
With APP and Radio and PPR enabled in the overlay (but code not compiled for PPR): |
13aa86e
to
8604599
Compare
6ac2f37
to
fcb9d44
Compare
fcb9d44
to
8c04681
Compare
Add non-functional check (current consumption) for sample application that: - runs on cpuapp, cpurad and cpuppr; - enters low power state. Confirm that when PPR core is used: - SOC may enter low power states like IDLE or S2RAM. Signed-off-by: Sebastian Głąb <[email protected]>
8c04681
to
cd755d7
Compare
APP, Radio and PPR executing the same scenario (plus PM handling on PPR): |
Add non-functional check (current consumption) for sample application that:
Confirm that when PPR core is used: