stm32: Add hardware pwm for stm32h7

Signed-off-by: Konstantin Vogel <konstantin.vogel@gmx.net>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
D4SK
2021-06-05 22:52:14 +01:00
committed by Kevin O'Connor
parent 0a55489e2c
commit c1136bef10
2 changed files with 49 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ choice
config MACH_STM32H750
bool "STM32H750"
select MACH_STM32H7
select HAVE_GPIO_HARD_PWM
endchoice
config MACH_STM32F0