stm32: include support for TIMERS_V3
This commit is contained in:
parent
7c11397469
commit
ad8c09d0a1
3 changed files with 1315 additions and 1284 deletions
|
@ -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
1304
arch/arm/src/stm32/hardware/stm32_tim_v1v2.h
Normal file
1304
arch/arm/src/stm32/hardware/stm32_tim_v1v2.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue