Merge pull request #9710 from Patater/remove-crypto-when-no-entropy

crypto: Remove PSA Crypto API from targets without entropy
pull/9745/head
Cruz Monrreal 2019-02-15 12:27:21 -06:00 committed by GitHub
commit 31be2a320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2442,7 +2442,7 @@
"macro_name": "CLOCK_SOURCE_USB"
}
},
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER", "MBEDTLS_PSA_CRYPTO_C", "MBEDTLS_ENTROPY_NV_SEED"],
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
"device_has_add": [
"SERIAL_ASYNCH",
"FLASH",