Skip to content

Commit f71b091

Browse files
committed
STM32 MBEDTLS: create mbedtls_device.h for all F756 targets
1 parent 46566f4 commit f71b091

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
#define MBEDTLS_DEVICE_H
2222

2323
#define MBEDTLS_AES_ALT
24-
#define MBEDTLS_SHA1_ALT
25-
2624
#define MBEDTLS_MD5_ALT
25+
#define MBEDTLS_SHA1_ALT
26+
#define MBEDTLS_SHA256_ALT
27+
// #define MBEDTLS_CCM_ALT // not fully supported yet
28+
// #define MBEDTLS_GCM_ALT // not fully supported yet
2729

2830
#endif /* MBEDTLS_DEVICE_H */

0 commit comments

Comments
 (0)