Skip to content

Commit 6cb4df5

Browse files
author
Charley Chu
committed
Revert "psoc64: Disable accessing MXCRYPTO"
This reverts commit 3b44ac1.
1 parent 4239155 commit 6cb4df5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

features/mbedtls/targets/TARGET_Cypress/TARGET_MXCRYPTO/mbedtls_device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#ifndef MBEDTLS_DEVICE_H
1919
#define MBEDTLS_DEVICE_H
2020

21-
#ifndef TARGET_TFM_DUALCPU
22-
2321
/* Currently this target supports SHA1 */
2422
// #define MBEDTLS_SHA1_C
2523

@@ -46,5 +44,4 @@
4644
#define MBEDTLS_ECDSA_SIGN_ALT
4745
#define MBEDTLS_ECDSA_VERIFY_ALT
4846

49-
#endif /* #ifndef TARGET_TFM_DUALCPU */
5047
#endif /* MBEDTLS_DEVICE_H */

targets/TARGET_Cypress/TARGET_PSOC6/cy_trng_api.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <string.h>
2222

2323
#if DEVICE_TRNG
24-
#ifndef TARGET_TFM_DUALCPU
2524

2625
#ifdef __cplusplus
2726
extern "C" {
@@ -70,5 +69,3 @@ int trng_get_bytes(trng_t *obj, uint8_t *output, size_t length, size_t *output_l
7069
#endif
7170

7271
#endif
73-
74-
#endif

0 commit comments

Comments
 (0)