Skip to content

Commit a08eec0

Browse files
committed
NUCLEO_F756ZG/mbedTLS : add hw acceleration for SHA1
1 parent 1f94ede commit a08eec0

File tree

1 file changed

+3
-0
lines changed
  • features/mbedtls/targets/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F756ZG

1 file changed

+3
-0
lines changed

features/mbedtls/targets/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F756ZG/mbedtls_device.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
#define MBEDTLS_DEVICE_H
2222

2323
#define MBEDTLS_AES_ALT
24+
#define MBEDTLS_SHA1_ALT
25+
26+
#define MBEDTLS_SHA1_C
2427

2528

2629
#endif /* MBEDTLS_DEVICE_H */

0 commit comments

Comments
 (0)