stm32:rng: add common v1 to l0,l4,f7

This is a common peripheral based on reference manual inspection.
This commit is contained in:
Karl Palsson
2017-01-12 22:56:46 +00:00
parent 2476099f29
commit 05829037de
8 changed files with 110 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ OBJS = adc.o flash.o pwr.o rcc.o
OBJS += rcc_common_all.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += adc_common_v2.o adc_common_v2_multi.o
OBJS += rng_common_v1.o
OBJS += timer_common_all.o
VPATH += ../../usb:../:../../cm3:../common