nuttx configs: disable nuttx timers which are used for PWM output

These are not required, and to be consistent we enforce disabling them now.
This commit is contained in:
Beat Küng
2020-01-29 14:56:46 +01:00
committed by David Sidrane
parent b380278f02
commit d74d094940
23 changed files with 93 additions and 53 deletions

View File

@@ -191,9 +191,7 @@ CONFIG_STM32F7_SPI2=y
CONFIG_STM32F7_SPI5=y
CONFIG_STM32F7_TIM10=y
CONFIG_STM32F7_TIM11=y
CONFIG_STM32F7_TIM1=y
CONFIG_STM32F7_TIM3=y
CONFIG_STM32F7_TIM4=y
CONFIG_STM32F7_TIM9=y
CONFIG_STM32F7_UART4=y
CONFIG_STM32F7_UART7=y