File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
tests/subsys/ipc/ipc_latency Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,9 @@ static uint64_t get_maximal_allowed_ping_pong_time_us(size_t test_message_len)
92
92
break ;
93
93
}
94
94
#endif
95
+ if (IS_ENABLED (CONFIG_PM_S2RAM )) {
96
+ maximal_allowed_ping_pong_time_us *= 1.5 ;
97
+ }
95
98
return maximal_allowed_ping_pong_time_us ;
96
99
}
97
100
Original file line number Diff line number Diff line change @@ -23,3 +23,23 @@ tests:
23
23
- nrf54h20dk/nrf54h20/cpuapp
24
24
extra_args :
25
25
- FILE_SUFFIX=icmsg
26
+ subsys.ipc.ipc_latency.app_rad.nrf54h.mram_always_on :
27
+ platform_allow :
28
+ - nrf54h20dk/nrf54h20/cpuapp
29
+ integration_platforms :
30
+ - nrf54h20dk/nrf54h20/cpuapp
31
+ extra_configs :
32
+ - CONFIG_MRAM_LATENCY=y
33
+ - CONFIG_MRAM_LATENCY_AUTO_REQ=y
34
+ subsys.ipc.ipc_latency.app_rad.nrf54h.s2ram :
35
+ platform_allow :
36
+ - nrf54h20dk/nrf54h20/cpuapp
37
+ integration_platforms :
38
+ - nrf54h20dk/nrf54h20/cpuapp
39
+ extra_configs :
40
+ - CONFIG_PM=y
41
+ - CONFIG_PM_S2RAM=y
42
+ - CONFIG_PM_S2RAM_CUSTOM_MARKING=y
43
+ - CONFIG_PM_DEVICE=y
44
+ - CONFIG_PM_DEVICE_RUNTIME=y
45
+ - CONFIG_POWEROFF=y
You can’t perform that action at this time.
0 commit comments