Skip to content

Commit 414a956

Browse files
dchat-nordiccarlescufi
authored andcommitted
applications: machine_learning: Add power optimized configuration
Add power optimized configuration (S2RAM) to machine_learning application. Jira: NCSDK-32067 Signed-off-by: Dominik Chat <[email protected]>
1 parent 2e75f1b commit 414a956

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

applications/machine_learning/sample.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,20 @@ tests:
9393
- machine_learning_SNIPPET=nordic-ppr
9494
- machine_learning_SHIELD=pca63566_fwd
9595
- remote_SHIELD=pca63566
96+
applications.machine_learning.sensor_hub.zdebug.singlecore.power_consumption_test:
97+
build_only: true
98+
sysbuild: true
99+
platform_allow:
100+
- nrf54h20dk/nrf54h20/cpuapp
101+
integration_platforms:
102+
- nrf54h20dk/nrf54h20/cpuapp
103+
tags:
104+
- ci_build
105+
- sysbuild
106+
- ci_applications_machine_learning
107+
extra_args:
108+
- machine_learning_SHIELD=pca63566
109+
- FILE_SUFFIX="singlecore"
110+
- CONFIG_PM=y
111+
- CONFIG_PM_S2RAM=y
112+
- CONFIG_PM_S2RAM_CUSTOM_MARKING=y

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ nRF Desktop
360360
nRF Machine Learning (Edge Impulse)
361361
-----------------------------------
362362

363-
|no_changes_yet_note|
363+
* Added power-optimized configuration for the :zephyr:board:`nrf54h20dk` board target.
364364

365365
Serial LTE modem
366366
----------------

0 commit comments

Comments
 (0)