Skip to content

Commit c53d1fa

Browse files
asm5878henrikbrixandersen
authored andcommitted
samples: bluetooth: peripheral_hr: adding stm32wba configuration
Adding configuration to facilitate the testing of stdby BLE feature for stm32wbax nucleo boards Signed-off-by: Alessandro Manganaro <[email protected]>
1 parent d808d9e commit c53d1fa

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* Copyright (c) 2025 STMicroelectronics
5+
*/
6+
/ {
7+
/* Change min residency time to ease power consumption measurement */
8+
cpus {
9+
cpu0: cpu@0 {
10+
cpu-power-states = <&stop0 &stop1 &standby>;
11+
};
12+
13+
power-states {
14+
standby: state2 {
15+
exit-latency-us = <500>;
16+
};
17+
};
18+
};
19+
};
20+
21+
&lptim1 {
22+
status = "okay";
23+
};

0 commit comments

Comments
 (0)