stm32f4:rng: basic functions with documentation.

Reviewed-by: Karl Palsson <karlp@tweak.net.au>
Removed higher level helpers from this commit, they are not a very
friendly API to use.
This commit is contained in:
Sulter
2015-03-25 17:45:23 +01:00
committed by Karl Palsson
parent c9c5cb7c9c
commit ac45247f60
4 changed files with 95 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
ARFLAGS = rcs
OBJS = adc.o adc_common_v1.o can.o desig.o gpio.o pwr.o rcc.o \
rtc.o crypto.o
rtc.o crypto.o rng.o
OBJS += crc_common_all.o dac_common_all.o dma_common_f24.o \
gpio_common_all.o gpio_common_f0234.o i2c_common_all.o \