mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 18:06:33 +00:00
- 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> |
||
|---|---|---|
| .. | ||
| hardware | ||
| chip.h | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| 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 | ||
| ra_pwm.h | ||
| ra_serial.c | ||
| ra_start.c | ||
| ra_start.h | ||
| ra_timerisr.c | ||