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.
Fork of http-example by
Diff: mbedtls_entropy_config.h
- Revision:
- 17:97b1dd566b07
- Parent:
- 4:27fd8efb5bab
--- a/mbedtls_entropy_config.h Mon Sep 04 16:32:38 2017 +0100 +++ b/mbedtls_entropy_config.h Mon Sep 04 17:01:11 2017 +0100 @@ -19,10 +19,10 @@ #include "select-demo.h" -/* Enable entropy for K64F and K22F. This means entropy is disabled for all other targets. */ +/* Enable entropy for K64F, K22F, ODIN-W2. This means entropy is disabled for all other targets. */ /* Do **NOT** deploy this code in production on other targets! */ /* See https://tls.mbed.org/kb/how-to/add-entropy-sources-to-entropy-pool */ -#if defined(TARGET_K64F) || defined(TARGET_K22F) +#if defined(TARGET_K64F) || defined(TARGET_K22F) || defined(TARGET_UBLOX_EVK_ODIN_W2) #undef MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES #undef MBEDTLS_TEST_NULL_ENTROPY #endif
