Skip to content

Commit bc706f0

Browse files
authored
Merge pull request #8142 from moranpeker/disable-HW-acceleration
Disable MBEDTLS_CONFIG_HW_SUPPORT on STM targets.
2 parents 5faac0e + 333f087 commit bc706f0

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/mbedtls_device.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#define MBEDTLS_AES_ALT
2424

25-
#define MBEDTLS_SHA256_ALT
26-
2725
#define MBEDTLS_SHA1_ALT
2826

2927
#define MBEDTLS_MD5_ALT

features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#define MBEDTLS_AES_ALT
2424

25-
#define MBEDTLS_SHA256_ALT
26-
2725
#define MBEDTLS_SHA1_ALT
2826

2927
#define MBEDTLS_MD5_ALT

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
#define MBEDTLS_AES_ALT
2424
#define MBEDTLS_SHA1_ALT
2525

26-
27-
#define MBEDTLS_SHA256_ALT
2826
#define MBEDTLS_MD5_ALT
2927

3028
#endif /* MBEDTLS_DEVICE_H */

0 commit comments

Comments
 (0)