arch/arm/src/stm32/Kconfig: it seems one option in the timer configuration was lost at some point.
This commit is contained in:
parent
1e54a14c9f
commit
7ac80a1d56
@ -4335,6 +4335,12 @@ config STM32_TIM8_CH1MODE
|
|||||||
---help---
|
---help---
|
||||||
Specifies the channel mode.
|
Specifies the channel mode.
|
||||||
|
|
||||||
|
config STM32_TIM8_CH1OUT
|
||||||
|
bool "TIM8 Channel 1 Output"
|
||||||
|
default n
|
||||||
|
---help---
|
||||||
|
Enables channel 1 output.
|
||||||
|
|
||||||
config STM32_TIM8_CH1NOUT
|
config STM32_TIM8_CH1NOUT
|
||||||
bool "TIM8 Channel 1 Complementary Output"
|
bool "TIM8 Channel 1 Complementary Output"
|
||||||
default n
|
default n
|
||||||
|
@ -1492,7 +1492,7 @@ config ARCH_BOARD_STM32L_DISCOVERY
|
|||||||
select ARCH_HAVE_IRQBUTTONS
|
select ARCH_HAVE_IRQBUTTONS
|
||||||
---help---
|
---help---
|
||||||
STMicro STM32L-Discovery board based on the STMicro STM32L152RBT6 or
|
STMicro STM32L-Discovery board based on the STMicro STM32L152RBT6 or
|
||||||
STM32L1 MCUs.
|
STM32L152RCT6 MCUs.
|
||||||
|
|
||||||
config ARCH_BOARD_STM32VL_DISCOVERY
|
config ARCH_BOARD_STM32VL_DISCOVERY
|
||||||
bool "STMicro STM32VL-Discovery board"
|
bool "STMicro STM32VL-Discovery board"
|
||||||
|
Loading…
Reference in New Issue
Block a user