soc: arm: st_stm32: add driver lptimer management to stm32l4 series
This patch introduces the support of the Low Power Timer for the STM32L4xx from STMicroelectronics. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
0ae7023405
commit
d0c9234d70
3 changed files with 24 additions and 0 deletions
|
@ -94,6 +94,11 @@
|
|||
#include <stm32l4xx_ll_dma.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_STM32_LPTIM_TIMER
|
||||
#include <stm32l4xx_ll_lptim.h>
|
||||
#include <stm32l4xx_ll_system.h>
|
||||
#endif
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
#endif /* _STM32L4X_SOC_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue