Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-http HTS221
Diff: README.md
- Revision:
- 2:4b4ac59ff9b0
- Parent:
- 0:85fdc69bc10c
- Child:
- 4:27fd8efb5bab
diff -r 3bff14db67c7 -r 4b4ac59ff9b0 README.md --- a/README.md Thu Feb 16 11:13:40 2017 +0100 +++ b/README.md Thu Feb 16 11:48:57 2017 +0100 @@ -21,7 +21,7 @@ ## Entropy (or lack thereof) -On all platforms **except** the FRDM-K64F and FRDM-K22F the library is compiled without TLS entropy sources. This means that your code is inherently unsafe and should not be deployed to any production systems. To enable entropy, remove the `MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES` and `MBEDTLS_TEST_NULL_ENTROPY` macros from mbed_app.json. +On all platforms **except** the FRDM-K64F and FRDM-K22F the application is compiled without TLS entropy sources. This means that your code is inherently unsafe and should not be deployed to any production systems. To enable entropy, remove the `MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES` and `MBEDTLS_TEST_NULL_ENTROPY` macros from mbed_app.json. ## Tested on