@@ -82,6 +82,45 @@ tests:
8282 pytest_root :
8383 - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
8484
85+ benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_256MHz.s2ram_fast :
86+ tags : ppk_power_measure
87+ extra_args :
88+ - idle_spim_loopback_CONF_FILE=prj_s2ram.conf
89+ - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
90+ - CONFIG_CLOCK_CONTROL=y
91+ - CONFIG_GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_256MHZ=y
92+ harness : pytest
93+ harness_config :
94+ fixture : spi_loopback
95+ pytest_root :
96+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
97+
98+ benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_128MHz.s2ram_fast :
99+ tags : ppk_power_measure
100+ extra_args :
101+ - idle_spim_loopback_CONF_FILE=prj_s2ram.conf
102+ - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
103+ - CONFIG_CLOCK_CONTROL=y
104+ - CONFIG_GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_128MHZ=y
105+ harness : pytest
106+ harness_config :
107+ fixture : spi_loopback
108+ pytest_root :
109+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
110+
111+ benchmarks.multicore.idle_spim_loopback.4_bytes.gd_freq_64MHz.s2ram_fast :
112+ tags : ppk_power_measure
113+ extra_args :
114+ - idle_spim_loopback_CONF_FILE=prj_s2ram.conf
115+ - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
116+ - CONFIG_CLOCK_CONTROL=y
117+ - CONFIG_GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_64MHZ=y
118+ harness : pytest
119+ harness_config :
120+ fixture : spi_loopback
121+ pytest_root :
122+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
123+
85124 #
86125 # 16 Bytes of data
87126 #
@@ -163,6 +202,48 @@ tests:
163202 pytest_root :
164203 - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
165204
205+ benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_256MHz.s2ram_fast :
206+ tags : ppk_power_measure
207+ extra_args :
208+ - idle_spim_loopback_CONF_FILE=prj_s2ram.conf
209+ - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
210+ - idle_spim_loopback_CONFIG_DATA_FIELD=16
211+ - CONFIG_CLOCK_CONTROL=y
212+ - CONFIG_GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_256MHZ=y
213+ harness : pytest
214+ harness_config :
215+ fixture : spi_loopback
216+ pytest_root :
217+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
218+
219+ benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_128MHz.s2ram_fast :
220+ tags : ppk_power_measure
221+ extra_args :
222+ - idle_spim_loopback_CONF_FILE=prj_s2ram.conf
223+ - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
224+ - idle_spim_loopback_CONFIG_DATA_FIELD=16
225+ - CONFIG_CLOCK_CONTROL=y
226+ - CONFIG_GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_128MHZ=y
227+ harness : pytest
228+ harness_config :
229+ fixture : spi_loopback
230+ pytest_root :
231+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
232+
233+ benchmarks.multicore.idle_spim_loopback.16_bytes.gd_freq_64MHz.s2ram_fast :
234+ tags : ppk_power_measure
235+ extra_args :
236+ - idle_spim_loopback_CONF_FILE=prj_s2ram.conf
237+ - idle_spim_loopback_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_fast.overlay"
238+ - idle_spim_loopback_CONFIG_DATA_FIELD=16
239+ - CONFIG_CLOCK_CONTROL=y
240+ - CONFIG_GLOBAL_DOMAIN_CLOCK_FREQUENCY_OPTION_64MHZ=y
241+ harness : pytest
242+ harness_config :
243+ fixture : spi_loopback
244+ pytest_root :
245+ - " ${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_s2ram"
246+
166247 #
167248 # 4 Bytes of data with SPI Chip Select Lock enabled
168249 #
0 commit comments