nuttx/arch/arm/src/ra4
leocafonso 2667f51c82 arch/ra4: Add PWM driver support for RA4M1
- Added PWM driver support for the RA4M1 microcontroller using the GPT timer.
- This driver supports Saw-wave mode and one of the two output channels (A or B).
- Added necessary configurations in CMakeLists.txt, Kconfig, and Make.defs.
- Created new header file for GPT.

Signed-off-by: leocafonso <leocafonso@gmail.com>
2025-11-17 09:01:31 -03:00
..
hardware arch/ra4: Add PWM driver support for RA4M1 2025-11-17 09:01:31 -03:00
chip.h
CMakeLists.txt arch/ra4: Add PWM driver support for RA4M1 2025-11-17 09:01:31 -03:00
Kconfig arch/ra4: Add PWM driver support for RA4M1 2025-11-17 09:01:31 -03:00
Make.defs arch/ra4: Add PWM driver support for RA4M1 2025-11-17 09:01:31 -03:00
ra_allocateheap.c
ra_clockconfig.c
ra_clockconfig.h
ra_gpio.c
ra_gpio.h
ra_icu.c
ra_icu.h
ra_irq.c
ra_lowputc.c
ra_lowputc.h
ra_pwm.c arch/ra4: Add PWM driver support for RA4M1 2025-11-17 09:01:31 -03:00
ra_pwm.h arch/ra4: Add PWM driver support for RA4M1 2025-11-17 09:01:31 -03:00
ra_serial.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ra_start.c
ra_start.h
ra_timerisr.c