You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: benchmark: coremark: add FLPR support for nRF54L15 DK
Added the FLPR core support for the nRF54L15 DK board target in the
CoreMark sample.
Ref: NCSDK-30327
Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
The :kconfig:option:`CONFIG_APP_MODE_FLASH_AND_RUN` Kconfig option is always enabled for the PPR core.
175
-
This core does not use buttons.
196
+
The :kconfig:option:`CONFIG_APP_MODE_FLASH_AND_RUN` Kconfig option is always enabled for the PPR core on the ``nrf54h20dk/nrf54h20/cpuapp`` board target.
197
+
This core on the ``nrf54h20dk/nrf54h20/cpuapp`` board target does not use buttons and LEDs.
198
+
199
+
.. _SB_CONFIG_APP_CPUFLPR_RUN:
200
+
201
+
SB_CONFIG_APP_CPUFLPR_RUN - Enable execution for the FLPR core
202
+
Enable the benchmark execution also for the FLPR core.
203
+
This option is only available for board targets that support the FLPR core (for example, ``nrf54l15dk/nrf54l15/cpuapp``) in this sample.
204
+
205
+
.. note::
206
+
FLPR code is run from RAM.
207
+
208
+
This option is not supported for the following board targets that include an SoC with the FLPR core:
209
+
210
+
* ``nrf54h20dk/nrf54h20/cpuapp``
211
+
* ``nrf54l15dk/nrf54l05/cpuapp``
212
+
* ``nrf54l15dk/nrf54l10/cpuapp``
176
213
177
214
.. _SB_CONFIG_APP_CPUNET_RUN:
178
215
179
216
SB_CONFIG_APP_CPUNET_RUN - Enable execution for the network core or the radio core
180
-
Enable the benchmark execution for the network core for targets with the nRF53 Series SoCs, and for the radio core on targets with the nRF54H20 SoCs.
217
+
Enable the benchmark execution also for the network core or the radio core.
218
+
This option is only available for board targets that support the network core (for example, ``nrf5340dk/nrf5340/cpuapp``) or radio core (for example, ``nrf54h20dk/nrf54h20/cpuapp``) in this sample .
181
219
182
220
.. _SB_CONFIG_APP_CPUPPR_RUN:
183
221
184
222
SB_CONFIG_APP_CPUPPR_RUN - Enable execution for the PPR core
185
-
Enable the benchmark execution also for the PPR core for targets with the nRF54H20 SoCs.
223
+
Enable the benchmark execution also for the PPR core.
224
+
This option is only available for board targets that support the PPR core (for example, ``nrf54h20dk/nrf54h20/cpuapp``) in this sample.
0 commit comments