STM32 MBEDTLS: create mbedtls_device.h for all F756 targets

pull/12747/head
jeromecoutant 2020-03-30 14:32:52 +02:00
parent 46566f492e
commit f71b09173a
1 changed files with 4 additions and 2 deletions

View File

@ -21,8 +21,10 @@
#define MBEDTLS_DEVICE_H
#define MBEDTLS_AES_ALT
#define MBEDTLS_SHA1_ALT
#define MBEDTLS_MD5_ALT
#define MBEDTLS_SHA1_ALT
#define MBEDTLS_SHA256_ALT
// #define MBEDTLS_CCM_ALT // not fully supported yet
// #define MBEDTLS_GCM_ALT // not fully supported yet
#endif /* MBEDTLS_DEVICE_H */