stm32: lptim: add base support

Add basically what's needed to have some minimal but usefull subset of
function for a timer: irqs, compare, period, out polarity, enable/disable
and start.
This commit is contained in:
Guillaume Revaillot
2019-06-18 13:33:11 +02:00
parent f99e711873
commit 2035d84e55
7 changed files with 334 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ OBJS += flash_common_all.o flash_common_l01.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += i2c_common_v2.o
OBJS += iwdg_common_all.o
OBJS += lptimer_common_all.o
OBJS += pwr_common_v1.o pwr_common_v2.o
OBJS += rcc.o rcc_common_all.o
OBJS += rng_common_v1.o