arch/arm/src/stm32f7: Ported the PWM from F4 to F7.

This commit is contained in:
Eduard Niesner 2019-04-08 07:15:48 -06:00 committed by Gregory Nutt
parent 33f4505c55
commit d4a5204e1e
3 changed files with 3643 additions and 0 deletions

View File

@ -226,3 +226,8 @@ endif
ifeq ($(CONFIG_STM32F7_CAN),y)
CHIP_CSRCS += stm32_can.c
endif
ifeq ($(CONFIG_PWM),y)
CHIP_CSRCS += stm32_pwm.c
endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff