You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
compilation fails when built for Nucleo boards. Tried a build with K64F which builds OK.
Adding the ENTROPY macros in mbed_app.json does not add the macros to the mbed_config.h file in the .build/ folder.
In fact the first macro added is repeatedly added to the file multiple times.
E.g. in mbed_config.h (./build/NUCLEO_L476RG/GCC_ARM)
`
define MBEDTLS_TEST_NULL_ENTROPY
define MBEDTLS_TEST_NULL_ENTROPY
define MBEDTLS_TEST_NULL_ENTROPY
define MBEDTLS_TEST_NULL_ENTROPY
`
error is generated in the file mbed-os/features/mbedtls/inc/mbedtls/check_config.h line no.135 #error "MBEDTLS_TEST_NULL_ENTROPY defined, but not all prerequisites"
This failure happens both in mbed-cli and the online compiler.