Skip to content

Commit

Permalink
[l1] Add common timer code support.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
karlp committed Nov 14, 2012
1 parent df1808e commit 523943a
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lib/stm32/l1/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 523943a

Please sign in to comment.