stm32l0: flash: use common functionality

Provides all the basic core functionality shared with L1.  No special L0
functionality supported at this point.
This commit is contained in:
Karl Palsson
2017-05-01 22:33:55 +00:00
parent ce787c0f40
commit 2547bf66d9
4 changed files with 92 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ OBJS += gpio_common_all.o gpio_common_f0234.o rcc_common_all.o
OBJS += adc_common_v2.o
OBJS += crs_common_all.o
OBJS += exti_common_all.o
OBJS += flash.o flash_common_l01.o
OBJS += i2c_common_v2.o
OBJS += rng_common_v1.o