Skip to content

Commit 31be2a3

Browse files
author
Cruz Monrreal
authored
Merge pull request #9710 from Patater/remove-crypto-when-no-entropy
crypto: Remove PSA Crypto API from targets without entropy
2 parents 6d619eb + 326b119 commit 31be2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@
24422442
"macro_name": "CLOCK_SOURCE_USB"
24432443
}
24442444
},
2445-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBEDTLS_PSA_CRYPTO_C", "MBEDTLS_ENTROPY_NV_SEED"],
2445+
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
24462446
"device_has_add": [
24472447
"SERIAL_ASYNCH",
24482448
"FLASH",

0 commit comments

Comments
 (0)