stm32l1: flash: extract common code

Extracted all code that will be common with l0.  Compared with ref mans
for l0 and l4.  No functional change, just moving things getting ready.
This commit is contained in:
Karl Palsson
2017-05-01 22:24:02 +00:00
parent 9e36b8f29c
commit ce787c0f40
5 changed files with 331 additions and 250 deletions

View File

@@ -38,6 +38,7 @@ ARFLAGS = rcs
OBJS = crc.o desig.o flash.o rcc.o usart.o dma.o lcd.o
OBJS += crc_common_all.o dac_common_all.o
OBJS += dma_common_l1f013.o
OBJS += flash_common_l01.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += i2c_common_v1.o iwdg_common_all.o
OBJS += pwr_common_v1.o pwr_common_v2.o rtc_common_l1f024.o