mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9677 from kfnta/fix_master
Add MBEDTLS_ENTROPY_NV_SEED to NUCLEO_F411RE to fix the buildpull/9692/head
commit
36e65d2cb1
targets
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue