nuttx/boards/arm/samv7/same70-xplained
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
..
configs !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
include style: Fix "is is" typo across the codebase. 2026-03-24 09:39:26 +08:00
kernel protect: move us_heap to userspace_data_s 2026-02-02 11:06:53 +08:00
scripts boards/arm/samv7: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
src arch/ceva: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
.gitignore boards/arm/samv7: rework linker script usage logic to allow custom linker scripts 2022-03-11 11:25:50 +08:00
Kconfig boards/arm/samv7: reorganize code to common folder 2021-12-31 16:45:30 +08:00