mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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> |
||
|---|---|---|
| .. | ||
| apa102.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| ktd2052.c | ||
| lp503x.c | ||
| Make.defs | ||
| max7219.c | ||
| ncp5623c.c | ||
| pca9635pw.c | ||
| rgbled.c | ||
| userled_lower.c | ||
| userled_upper.c | ||
| ws2812.c | ||