mirror of https://github.com/ARMmbed/mbed-os.git
STM32 MBEDTLS: create mbedtls_device.h for all F437 and F439 targets
parent
3f42dfd47f
commit
46566f492e
|
@ -21,9 +21,11 @@
|
|||
#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 */
|
|
@ -20,4 +20,11 @@
|
|||
#ifndef MBEDTLS_DEVICE_H
|
||||
#define MBEDTLS_DEVICE_H
|
||||
|
||||
#define MBEDTLS_AES_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 */
|
Loading…
Reference in New Issue