nuttx/drivers/leds
raiden00pl 4df80e1928 !drivers/pwm: remove PWM_MULTICHAN option
BREAKING CHANGE: remove PWM_MULTICHAN option

PWM_MULTICHAN option is redundant, we can just set CONFIG_PWM_NCHANNELS > 1.
At default CONFIG_PWM_NCHANNELS is set to 1, so the default behavior is preserved.
Access to single channel API is now `info->channels[0].XXX` instead of `info->XXX`

This is the first step to simplify PWM implementation and make it more portable.

Signed-off-by: raiden00pl <raiden00@railab.me>
2026-05-18 11:35:25 -04:00
..
apa102.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
CMakeLists.txt drivers/leds/CMakeLists.txt: Aligned Cmake with Make 2025-08-21 13:23:41 +08:00
Kconfig !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
ktd2052.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lp503x.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs drivers/leds: Add support for KTD2052 2025-07-07 09:49:51 -03:00
max7219.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ncp5623c.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
pca9635pw.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rgbled.c !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
userled_lower.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
userled_upper.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ws2812.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00