Skip to content

Commit 3dc0e5d

Browse files
committed
samples: boards: st: power_mgmt: wkup_pins: add WBA65 boards
Add WBA65RI Nucleo board to ST wkup_pins board sample. By the way, sort the board names in sample.yaml. Signed-off-by: Etienne Carriere <[email protected]>
1 parent 62e3671 commit 3dc0e5d

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
aliases {
9+
wkup-src = &user_button_1;
10+
};
11+
};
12+
13+
&pwr {
14+
status = "okay";
15+
};

samples/boards/st/power_mgmt/wkup_pins/sample.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ tests:
77
"gpio-keys") and dt_compat_enabled("st,stm32-pwr")
88
platform_allow:
99
- nucleo_c092rc
10+
- nucleo_f103rb
1011
- nucleo_g031k8
12+
- nucleo_l152re
1113
- nucleo_l4r5zi
1214
- nucleo_u575zi_q
1315
- nucleo_u5a5zj_q
16+
- nucleo_wba55cg
17+
- nucleo_wba65ri
1418
- nucleo_wl55jc
15-
- nucleo_f103rb
1619
- stm32l1_disco
17-
- nucleo_l152re
18-
- nucleo_wba55cg
1920
integration_platforms:
2021
- nucleo_l4r5zi

0 commit comments

Comments
 (0)