stm32: include support for TIMERS_V3

This commit is contained in:
raiden00pl 2021-04-14 09:29:57 +02:00 committed by hartmannathan
parent 7c11397469
commit ad8c09d0a1
3 changed files with 1315 additions and 1284 deletions

View file

@ -1934,7 +1934,7 @@ config STM32_STM32G4XXX
select STM32_HAVE_IP_ADC_V2
select STM32_HAVE_IP_DMA_V1
select STM32_HAVE_IP_I2C_V2
select STM32_HAVE_IP_TIMERS_V2
select STM32_HAVE_IP_TIMERS_V3
config STM32_STM32G4_CAT2
bool
@ -2594,6 +2594,10 @@ config STM32_HAVE_IP_TIMERS_V2
bool
default n
config STM32_HAVE_IP_TIMERS_V3
bool
default n
config STM32_HAVE_IP_ADC_V1
bool
default n

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff