[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.
This commit is contained in:
Karl Palsson
2012-11-14 00:27:13 +00:00
parent df1808e2dc
commit 523943a3d2
2 changed files with 93 additions and 18 deletions

View File

@@ -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