[stm32] Added basic support for hash processor

Added hash processor register definitions and main functions. Hash
processor is supported in stm32f21, stm32f41 and stm32f43 and can be
used to calculate Md5 and Sha1.
This commit is contained in:
Mikhail Avkhimenia
2013-05-31 22:52:24 +04:00
committed by Piotr Esden-Tempski
parent f5c9bdfe61
commit 15e35d5bc1
7 changed files with 438 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ OBJS += crc_common_all.o dac_common_all.o dma_common_f24.o \
gpio_common_all.o gpio_common_f24.o i2c_common_all.o \
iwdg_common_all.o rtc_common_bcd.o spi_common_all.o \
timer_common_all.o timer_common_f24.o usart_common_all.o \
flash_common_f24.o
flash_common_f24.o hash_common_f24.o
VPATH += ../../usb:../:../../cm3:../common