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

@@ -54,6 +54,7 @@ OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += hash_common_f24.o
OBJS += i2c_common_v1.o
OBJS += iwdg_common_all.o
OBJS += lptimer_common_all.o
OBJS += ltdc_common_f47.o
OBJS += pwr_common_v1.o pwr.o
OBJS += rcc_common_all.o rcc.o