mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 18:03:19 +00:00
STM32: Put timer selections in a separate menu
This commit is contained in:
parent
34df98d97e
commit
37e8536a88
1 changed files with 4 additions and 0 deletions
|
|
@ -2532,6 +2532,8 @@ config STM32_FSMC_SRAM
|
|||
---help---
|
||||
In addition to internal SRAM, SRAM may also be available through the FSMC.
|
||||
|
||||
menu "Timer Configuration"
|
||||
|
||||
config STM32_TIM1_PWM
|
||||
bool "TIM1 PWM"
|
||||
default n
|
||||
|
|
@ -5299,6 +5301,8 @@ config STM32_TIM14_CAP
|
|||
Timer devices may be used for different purposes. One special purpose is
|
||||
to capture input.
|
||||
|
||||
endmenu # Timer Configuration
|
||||
|
||||
menu "ADC Configuration"
|
||||
depends on STM32_ADC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue