-
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 watchdog #18735
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 13c1ff4b40bba35c7c5577937f24dd253e9efae5 more detailssdk-nrf:
Github labels
List of changed files detected by CI (15)
Outputs:ToolchainVersion: b81a7cd864 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 Publishing GitHub Action. |
dd8a798
to
9e3c7a5
Compare
9a64ce0
to
0698033
Compare
tests/benchmarks/multicore/idle_wdt/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
Outdated
Show resolved
Hide resolved
tests/benchmarks/multicore/idle_wdt/remote/boards/nrf54h20dk_nrf54h20_cpurad.overlay
Outdated
Show resolved
Hide resolved
0698033
to
dfefd8d
Compare
Add test that combines functional check (feeding the watchdog works) with non-functional check (current consumption). Confirm that when watchdog is enabled: - SOC may enter low power states like IDLE or S2RAM; - after leaving low power state, WDT will NOT fire when feed on time. Signed-off-by: Sebastian Głąb <[email protected]>
dfefd8d
to
13c1ff4
Compare
Add test that combines functional check (feeding the watchdog works) with non-functional check (current consumption).
Confirm that when watchdog is enabled: