For test cases of R410M

Fork of mbed-cloud-example-c030 by u-blox

Revision:
1:eabbeaa37715
Parent:
0:b6d427c3defa
Child:
2:a34e80e223c2
--- a/mbed_app.json	Wed May 23 16:41:14 2018 +0100
+++ b/mbed_app.json	Sun Oct 14 12:07:03 2018 +0000
@@ -5,21 +5,31 @@
         "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=7000",
         "ARM_UC_USE_PAL_BLOCKDEVICE=1",
-        "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE"
+        "MBED_CLOUD_CLIENT_UPDATE_STORAGE=ARM_UCP_FLASHIAP_BLOCKDEVICE",
+        "ONBOARD_CELLULAR_INTERFACE_AVAILABLE=1"
     ],
     "target_overrides": {
         "*": {
-            "target.features_add": ["LWIP"],
-            "lwip.ipv4-enabled": true,
-            "lwip.ethernet-enabled": false,
-            "lwip.ppp-enabled": true,
-            "lwip.tcp-enabled": true,
             "platform.stdio-baud-rate": 115200,
             "platform.stdio-convert-newlines": true,
-            "sotp-num-sections": 2,
-            "mbed-trace.enable": false
+            "update-client.storage-address"  : "(1024*1024*64)",
+            "update-client.storage-size"     : "(1024*1024*2)",
+            "update-client.storage-locations": "1",
+            "mbed-trace.enable": null
+        }, 
+        "UBLOX_C030_U201": {
+            "target.network-default-interface-type" : "CELLULAR",
+            "target.features_add"                   : ["STORAGE"],
+            "target.components_add"                 : ["SD"],
+            "target.features_add"                   : ["LWIP"],
+            "lwip.ipv4-enabled"                     : true,
+            "lwip.ethernet-enabled"                 : false,
+            "lwip.ppp-enabled"                      : true,
+            "lwip.tcp-enabled"                      : true,
+            "sotp-num-sections"                     : 2,
+            "mbed-trace.enable"                     : false
         }
     },
     "config": {