nuttx/configs/nucleo-f302r8/src
raiden00pl f4caf4b3ec Merged in raiden00/nuttx_pe (pull request #877)
Improvements for STM32 PWM

arch/arm/src/stm32/stm32_pwm: add support for all PWM modes

arch/arm/src/stm32/stm32_pwm: add interface to change PWM mode

arch/arm/src/stm32/stm32_pwm: refactor pwm_mode_configure()

arch/arm/src/stm32/stm32_pwm: STM32_PWM_CHANx corresponds to the timer channel and STM32_PWM_OUTx corresponds to the timer channel output

arch/arm/src/stm32/stm32_pwm: add CHAN5 and CHAN6 to PWM_TIMx_NCHANNELS

arch/arm/src/stm32/stm32_pwm: calculate the PWM_TIMx_NCHANNELS if CONFIG_STM32_PWM_MULTICHAN is selected

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-05-28 15:07:43 +00:00
..
Makefile Merged in raiden00/nuttx_pe (pull request #767) 2018-11-23 23:33:45 +00:00
nucleo-f302r8.h
stm32_appinitialize.c
stm32_autoleds.c
stm32_boot.c
stm32_buttons.c
stm32_highpri.c Merged in raiden00/nuttx_pe (pull request #877) 2019-05-28 15:07:43 +00:00
stm32_pwm.c
stm32_userleds.c