From e5b32503825c53d278d09a34d7165020e1b5cad4 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 22 Jan 2013 23:37:54 +0000 Subject: [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. --- lib/stm32/f2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/stm32/f2/Makefile') diff --git a/lib/stm32/f2/Makefile b/lib/stm32/f2/Makefile index 3d3c756..85e6458 100644 --- a/lib/stm32/f2/Makefile +++ b/lib/stm32/f2/Makefile @@ -31,7 +31,8 @@ ARFLAGS = rcs OBJS = rcc.o gpio.o flash.o exti2.o timer.o \ gpio_common_all.o gpio_common_f24.o dma_common_f24.o spi_common_all.o \ dac_common_all.o usart_common_all.o iwdg_common_all.o i2c_common_all.o \ - crc_common_all.o + crc_common_all.o \ + rtc_common_bcd.o VPATH += ../../usb:../:../../cm3:../common -- cgit v1.2.3