nuttx/boards
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
..
arm !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
arm64 boards/config: Remove final mentions of NSH_ARCHINIT 2026-05-02 15:25:45 -03:00
avr boards/avr: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
dummy
hc/m9s12 boards/hc: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
mips boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
misoc/lm32/misoc include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
or1k/mor1kx/or1k boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
renesas boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
risc-v !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
sim/sim/sim boards/sim: skip -no-pie on HOST_ARM64 to fix sim:nsh link on aarch64 host 2026-05-18 15:27:42 +08:00
sparc boards/sparc: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
tricore boards/config: Remove final mentions of NSH_ARCHINIT 2026-05-02 15:25:45 -03:00
x86/qemu/qemu-i486 boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
x86_64/qemu/qemu-intel64 boards/x86_64: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
xtensa !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
z16/z16f/z16f2800100zcog boards/z16: Replace board_app_initialize 2026-05-02 18:36:46 +08:00
z80 boards/comments: Remove legacy comments 2026-05-04 12:16:11 -03:00
.gitignore
Board.mk !build: add build-time password generation with mkpasswd tool. 2026-04-14 16:06:30 +08:00
boardctl.c !boards: Remove NSH_ARCHINIT and board_app_initialize 2026-05-02 18:36:46 +08:00
CMakeLists.txt boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
dummy.c boards: migrate to SPDX identifier 2024-11-12 22:20:59 +08:00
Kconfig !boards: Remove NSH_ARCHINIT and board_app_initialize 2026-05-02 18:36:46 +08:00
Makefile Makefile: Remove make depend files by make distclean 2026-02-16 16:27:57 +01:00