[STM32F0:DMA] Renamed common file to meet all supported families, added missing files

This commit is contained in:
BuFran
2013-07-10 00:40:11 +02:00
committed by Piotr Esden-Tempski
parent 8b0656459b
commit cc4c164ebe
14 changed files with 78 additions and 12 deletions

View File

@@ -32,9 +32,9 @@ CFLAGS = -Os -g \
-ffunction-sections -fdata-sections -MD -DSTM32L1
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = crc.o desig.o exti.o flash.o rcc.o usart.o
OBJS = crc.o desig.o exti.o flash.o rcc.o usart.o dma.o
OBJS += crc_common_all.o dac_common_all.o
OBJS += dma_common_f13.o
OBJS += dma_common_l1f013.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += i2c_common_all.o iwdg_common_all.o
OBJS += pwr_common_all.o pwr.o rtc_common_bcd.o