Initial setup for TheKsystem.

Dependencies:   mbed-http HTS221

Revision:
17:97b1dd566b07
Parent:
4:27fd8efb5bab
Child:
30:4825e4f38844
--- 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