driver: timer: st_stm32: add lptimer management to stm32xx series
This patch introduces the support of the LowPower Timer for the STM32xx from STMicroelectronics. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
c704495807
commit
0ae7023405
6 changed files with 359 additions and 2 deletions
|
@ -7,9 +7,10 @@
|
|||
|
||||
if SOC_FAMILY_STM32
|
||||
|
||||
# SYSTICK is the default tick source on STM32 Socs
|
||||
config CORTEX_M_SYSTICK
|
||||
default y
|
||||
bool
|
||||
default n if STM32_LPTIM_TIMER
|
||||
default y if !STM32_LPTIM_TIMER
|
||||
|
||||
if CLOCK_CONTROL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue