This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 13c6c7032ec boards/linum-stm32h753bi: add curl config and document the
curl command
add c0e796e55dd arch/arm/src/stm32h7: Extend crypto interface to support
HW HASH
No new revisions were added by this update.
Summary of changes:
arch/arm/src/stm32h7/Kconfig | 39 +-
arch/arm/src/stm32h7/hardware/stm32h7xxxx_hash.h | 180 +++++++
arch/arm/src/stm32h7/stm32_crypto.c | 576 +++++++++++++++++++--
arch/arm/src/stm32h7/stm32h7x3xx_rcc.c | 6 +
.../stm32h7/nucleo-h753zi/configs/crypto/defconfig | 6 +-
5 files changed, 757 insertions(+), 50 deletions(-)
create mode 100644 arch/arm/src/stm32h7/hardware/stm32h7xxxx_hash.h