zephyr/samples/basic
Gerard Marull-Paretas 855cb90b6a boards: arm: nucleo_l4r5zi: define PWM LEDs
The board had PWM LEDs defined in the blinky_pwm sample, mainly because
it conflicts with SPI1 pinmux. A better approach is to still define the
PWM LEDs in the board but keep the PWM controller disabled by default.
Then, samples just need to enable the PWM controller (and disable SPI if
used simultaneously).

Also updated period to 20ms (reasonable value for a PWM-driven LED).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-04-07 09:35:16 +02:00
..
blinky samples: blinky: use a gpio_dt_spec 2022-02-04 11:20:46 +01:00
blinky_pwm boards: arm: nucleo_l4r5zi: define PWM LEDs 2022-04-07 09:35:16 +02:00
button cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fade_led samples: fade_led/blinky_pwm: add pwm-leds compat check to filter 2022-04-07 09:35:16 +02:00
minimal samples: Take into account PINCTRL in minimal configurations 2021-12-21 18:30:35 +01:00
rgb_led cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
servo_motor cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
threads cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
basic.rst