From 523943a3d205ec1d0121f9404548fd9cd4efd9f1 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 14 Nov 2012 00:27:13 +0000 Subject: [l1] Add common timer code support. This has only been tested functionally with basic timers, and basic operations. Advanced timer support has been #ifdefed to compile, but this probably needs more testing. --- lib/stm32/l1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stm32/l1/Makefile') diff --git a/lib/stm32/l1/Makefile b/lib/stm32/l1/Makefile index cecc95c..a3c8856 100644 --- a/lib/stm32/l1/Makefile +++ b/lib/stm32/l1/Makefile @@ -31,7 +31,7 @@ ARFLAGS = rcs OBJS = rcc.o gpio.o desig.o crc.o usart.o exti2.o OBJS += flash.o gpio_common_all.o gpio_common_f24.o OBJS += pwr_chipset.o # TODO, get pwr.o to fix f2/f4 first... pwr.o -#OBJS += timer.o # WORK IN PROGRESS +OBJS += timer.o VPATH += ../../usb:../:../../cm3:../common -- cgit v1.2.3