[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:
committed by
Piotr Esden-Tempski
parent
f5c9bdfe61
commit
15e35d5bc1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user