We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46566f4 commit f71b091Copy full SHA for f71b091
features/mbedtls/targets/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F756ZG/mbedtls_device.h renamed to features/mbedtls/targets/TARGET_STM/TARGET_STM32F756xG/mbedtls_device.h
@@ -21,8 +21,10 @@
21
#define MBEDTLS_DEVICE_H
22
23
#define MBEDTLS_AES_ALT
24
-#define MBEDTLS_SHA1_ALT
25
-
26
#define MBEDTLS_MD5_ALT
+#define MBEDTLS_SHA1_ALT
+#define MBEDTLS_SHA256_ALT
27
+// #define MBEDTLS_CCM_ALT // not fully supported yet
28
+// #define MBEDTLS_GCM_ALT // not fully supported yet
29
30
#endif /* MBEDTLS_DEVICE_H */
0 commit comments