arch/arm/src/stm32f7: Ported the PWM from F4 to F7.
This commit is contained in:
parent
33f4505c55
commit
d4a5204e1e
@ -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
|
||||
|
||||
|
2527
arch/arm/src/stm32f7/stm32_pwm.c
Normal file
2527
arch/arm/src/stm32f7/stm32_pwm.c
Normal file
File diff suppressed because it is too large
Load Diff
1111
arch/arm/src/stm32f7/stm32_pwm.h
Normal file
1111
arch/arm/src/stm32f7/stm32_pwm.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user