Skip to content

Commit

Permalink
STM32 MBEDTLS: create mbedtls_device.h for all F437 and F439 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecoutant committed Jun 8, 2020
1 parent 3f42dfd commit 46566f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
#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

#define MBEDTLS_MD5_ALT

#endif /* MBEDTLS_DEVICE_H */
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 46566f4

Please sign in to comment.