zephyr/samples/basic
Manuel Argüelles 5d2670ac1f drivers: pwm: mcux_ftm: allow to select clock source
FTM internal counter can be clocked by one of three clock sources
independent of the module bus clock. This patch introduces a DT property
to perform the clock selection from DT.

DT sources are updated to keep the current clock selection for all boards,
with exception of ucans32k1sic board which is migrated to use system
clock by default, as this seems to be a better choice for most cases.
Some PWM LED samples require slower clock so overlays are added for
those cases.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2024-04-19 10:08:53 +02:00
..
blinky samples: blinky: add verbose printf output 2023-12-15 11:20:03 +00:00
blinky_pwm drivers: pwm: mcux_ftm: allow to select clock source 2024-04-19 10:08:53 +02:00
button hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
custom_dts_binding samples: fully migrate basic samples to the new Sphinx extension 2023-09-13 09:15:34 +02:00
fade_led drivers: pwm: mcux_ftm: allow to select clock source 2024-04-19 10:08:53 +02:00
hash_map samples/basic/hash_map: Remove clarification sentence 2024-03-15 17:13:18 -04:00
minimal hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
rgb_led drivers: pwm: mcux_ftm: allow to select clock source 2024-04-19 10:08:53 +02:00
servo_motor samples: fully migrate basic samples to the new Sphinx extension 2023-09-13 09:15:34 +02:00
sys_heap samples/basic: Switch from native_posix to native_sim 2023-11-14 13:06:01 +01:00
threads hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
basic.rst