mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 02:16:35 +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> |
||
|---|---|---|
| .. | ||
| arcx-socket-grid | ||
| imxrt1020-evk | ||
| imxrt1050-evk | ||
| imxrt1060-evk | ||
| imxrt1064-evk | ||
| imxrt1170-evk | ||
| teensy-4.x | ||