nuttx/arch/arm/src/kl
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
..
hardware arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
chip.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
CMakeLists.txt arch/arm/src/kl: CMake build implemented for NXP KL Series Arm MCUs 2025-12-02 02:42:55 +08:00
Kconfig
kl_cfmconfig.c arch/arm: migrate to SPDX identifier 2024-12-18 17:51:57 +08:00
kl_clockconfig.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_clockconfig.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_config.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_dma.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_dumpgpio.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kl_gpio.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_gpio.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_gpioirq.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kl_idle.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kl_irq.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kl_irq.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_irqprio.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_lowputc.c Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
kl_lowputc.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_pwm.c !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
kl_pwm.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_serial.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kl_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kl_spi.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_start.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
kl_start.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_timerisr.c style: fix checkpatch issues after debug.h move 2026-04-07 07:50:06 -03:00
kl_userspace.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
kl_userspace.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Make.defs arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00