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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user