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---
|
||||
Specifies the channel mode.
|
||||
|
||||
config STM32_TIM8_CH1OUT
|
||||
bool "TIM8 Channel 1 Output"
|
||||
default n
|
||||
---help---
|
||||
Enables channel 1 output.
|
||||
|
||||
config STM32_TIM8_CH1NOUT
|
||||
bool "TIM8 Channel 1 Complementary Output"
|
||||
default n
|
||||
|
@ -1492,7 +1492,7 @@ config ARCH_BOARD_STM32L_DISCOVERY
|
||||
select ARCH_HAVE_IRQBUTTONS
|
||||
---help---
|
||||
STMicro STM32L-Discovery board based on the STMicro STM32L152RBT6 or
|
||||
STM32L1 MCUs.
|
||||
STM32L152RCT6 MCUs.
|
||||
|
||||
config ARCH_BOARD_STM32VL_DISCOVERY
|
||||
bool "STMicro STM32VL-Discovery board"
|
||||
|
Loading…
Reference in New Issue
Block a user