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:
Francois Ramu 2019-11-08 10:17:08 +01:00 committed by Kumar Gala
commit 0ae7023405
6 changed files with 359 additions and 2 deletions

View file

@ -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