yh Tang
/
NuMaker-mbed-AWS-IoT-example
NuMaker connection with AWS IoT thru MQTT/HTTPS
Diff: mbed_app.json
- Revision:
- 33:c3a985807206
- Parent:
- 29:e890b0fdce53
- Child:
- 38:537cbdc1cfa3
diff -r 2950af1d7dd9 -r c3a985807206 mbed_app.json --- a/mbed_app.json Mon Mar 16 10:30:30 2020 +0800 +++ b/mbed_app.json Mon Mar 16 13:29:32 2020 +0800 @@ -61,5 +61,12 @@ "esp8266.rst" : "PE_12", "esp8266.provide-default" : true } + }, + "config": { + "crypto-prng-present": { + "help" : "With MBEDTLS_ENTROPY_HARDWARE_ALT defined, entropy is implemented with EADC+PRNG alternatively. On rare targets without PRNG e.g. M482, disable this configuration option to go EADC+S/W random.", + "value" : true, + "macro_name" : "NU_CRYPTO_PRNG_PRESENT" + } } }