Simple Mbed Cloud client application using features of K64F including Wi-Fi and SD Card

Dependencies:   LM75B MMA7660

Revision:
11:354983151a8e
Parent:
10:d88cd97a42fa
diff -r d88cd97a42fa -r 354983151a8e mbed_app.json
--- a/mbed_app.json	Fri Jun 15 18:57:20 2018 +0100
+++ b/mbed_app.json	Wed Jul 04 06:04:43 2018 +0000
@@ -5,7 +5,7 @@
         "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
         "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
         "PAL_DTLS_PEER_MIN_TIMEOUT=5000",
-        "MBED_CONF_APP_MAIN_STACK_SIZE=4608",
+        "MBED_CONF_APP_MAIN_STACK_SIZE=8000",
         "ARM_UC_USE_PAL_BLOCKDEVICE=1",
         "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE"
     ],
@@ -24,15 +24,7 @@
             "sotp-section-2-address"           : "0xFF000",
             "sotp-section-2-size"              : "0x1000",
             "sotp-num-sections"                : 2
-        },
-        "K66F": {
-            "sotp-section-1-address"           : "0x1FE000",
-            "sotp-section-1-size"              : "0x1000",
-            "sotp-section-2-address"           : "0x1FF000",
-            "sotp-section-2-size"              : "0x1000",
-            "sotp-num-sections"                : 2
         }
-
     },
     "config": {
         "format-storage-layer-on-error": {