Embed client working with Cell network.

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Sarah Marsh

Revision:
63:81c0432cb506
Parent:
62:077cbce2bd10
Child:
64:bb80622ae5e6
diff -r 077cbce2bd10 -r 81c0432cb506 mbed_app.json
--- a/mbed_app.json	Thu Feb 02 08:30:11 2017 +0000
+++ b/mbed_app.json	Thu Feb 02 19:46:23 2017 +0000
@@ -25,7 +25,9 @@
             "value": "D0"
         }
     },
-    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
+    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\"",
+    	"MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES",
+            "MBEDTLS_TEST_NULL_ENTROPY"],
     "target_overrides": {
         "*": {
             "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],