- Type: Bug / Question
- Priority: Major
Target
K64F, but a general issue
On master, mbed TLS HW entropy does not seem to be enabled any more for K64F. I can see something in a script that attempts to add an inclusion of platform_mbed.h to some config file to enable it based it on DEVICE_TRNG, but I don't see that in the default config.
Presumably it should be there?
Is the intent that all custom configs should include platform_mbed.h in the same manner as that script?
Or is that script supposed to be run during the build automatically?