mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9710 from Patater/remove-crypto-when-no-entropy
crypto: Remove PSA Crypto API from targets without entropypull/9745/head
commit
31be2a320c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue