Skip to content

Commit e502675

Browse files
tejlmandnordicjm
authored andcommitted
samples: blinky_pwm: enable pwm_leds in rpi_pico overlay
Twister skips the blinky_pwm sample for the rpi_pico board because the pwm-leds compatible is disabled. Enable /pwm_leds node so that twister build the sample for the rpi_pico board. Signed-off-by: Torsten Rasmussen <[email protected]>
1 parent 52ad670 commit e502675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/basic/blinky_pwm/boards/rpi_pico.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
&{/pwm_leds} {
2+
status = "okay";
3+
};
4+
15
&pwm_led0 {
26
status = "okay";
37
};

0 commit comments

Comments
 (0)