From 8a5ccf25aa4c1c72d252c22a742be915c5d88d26 Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Tue, 12 Feb 2019 11:22:15 +0200 Subject: [PATCH] Add MBEDTLS_ENTROPY_NV_SEED to NUCLEO_F411RE to fix the build --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index a14945b7f13..6ce7b7ad2f8 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -2439,7 +2439,7 @@ "macro_name": "CLOCK_SOURCE_USB" } }, - "macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBEDTLS_PSA_CRYPTO_C"], + "macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBEDTLS_PSA_CRYPTO_C", "MBEDTLS_ENTROPY_NV_SEED"], "device_has_add": [ "SERIAL_ASYNCH", "FLASH",