Skip to content

Commit 4d6dd7c

Browse files
Richy42nashif
authored andcommitted
samples: basic: blinky_pwm: add nucleo_u385rg_q
The blinky_pwm test was not available for the nucleo_u385rg_q board. Added the board overlay to the blinky_pwm sample. Signed-off-by: Richard Skriwanek <[email protected]>
1 parent b2578a2 commit 4d6dd7c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* SPDX-FileCopyrightText: Copyright The Zephyr Project Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&pwmleds {
7+
status = "okay";
8+
};
9+
10+
&timers2 {
11+
status = "okay";
12+
};
13+
14+
&pwm2 {
15+
status = "okay";
16+
};

0 commit comments

Comments
 (0)