aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/l1/Makefile
diff options
context:
space:
mode:
authorKarl Palsson2013-01-22 23:37:54 +0000
committerKarl Palsson2013-01-22 23:55:59 +0000
commite5b32503825c53d278d09a34d7165020e1b5cad4 (patch)
tree860410abc4d99e2d16dee8e69a5d5b42b881f20d /lib/stm32/l1/Makefile
parentb6ee57a5b9fbac7fb1cfe62b6ed8a341bee5543e (diff)
[stm32] Support the "new" BCD style RTC peripheral
Add the register definitions and some of the most basic helper functions for the new style BCD RTC module found on the F2, F4, L1, F3 and F0. This tries to keep as close to HACKING_COMMON_DOC as possible, while maintaining sane names.
Diffstat (limited to 'lib/stm32/l1/Makefile')
-rw-r--r--lib/stm32/l1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stm32/l1/Makefile b/lib/stm32/l1/Makefile
index c4e767f..9b677ab 100644
--- a/lib/stm32/l1/Makefile
+++ b/lib/stm32/l1/Makefile
@@ -32,6 +32,7 @@ OBJS = rcc.o desig.o crc.o usart.o exti2.o flash.o timer.o
OBJS += gpio_common_all.o gpio_common_f24.o spi_common_all.o crc_common_all.o
OBJS += dac_common_all.o usart_common_all.o iwdg_common_all.o i2c_common_all.o
OBJS += pwr_common_all.o pwr.o
+OBJS += rtc_common_bcd.o
VPATH += ../../usb:../:../../cm3:../common