Skip to content

Commit 63a55da

Browse files
nordic-seglnordic-piks
authored andcommitted
tests: benchmarks: peripheral_load: Enable more Power Management
Enable more Power Management features on nrf54H20dk. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 50c7cef commit 63a55da

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CONFIG_PM=y
2+
CONFIG_PM_S2RAM=y
3+
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
4+
CONFIG_PM_DEVICE=y
5+
CONFIG_PM_DEVICE_RUNTIME=y
6+
CONFIG_POWEROFF=y

tests/benchmarks/peripheral_load/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tests:
7777
- SHIELD=pca63566
7878
- SB_CONFIG_NETCORE_IPC_RADIO=y
7979
- SB_CONFIG_NETCORE_IPC_RADIO_BT_HCI_IPC=y
80-
- CONFIG_PM=y
80+
- EXTRA_CONF_FILE=power_management.conf
8181
platform_allow: nrf54h20dk/nrf54h20/cpuapp
8282
integration_platforms:
8383
- nrf54h20dk/nrf54h20/cpuapp

0 commit comments

Comments
 (0)