mbedCloud example for ODIN W2 boards.

Revision:
6:4fea66d52b5d
Parent:
2:8cdc2cc26bfb
Child:
7:970a69dc8610
--- a/mbed_app.json	Thu Jun 21 11:38:31 2018 +0000
+++ b/mbed_app.json	Sun Oct 14 18:08:15 2018 +0000
@@ -17,13 +17,23 @@
             "update-client.storage-address"  : "(1024*1024*64)",
             "update-client.storage-size"     : "(1024*1024*2)",
             "update-client.storage-locations": "1",
-            "mbed-trace.enable": null
+            "mbed-trace.enable": null,
+            "nsapi.default-wifi-security"       : "WPA_WPA2",
+            "nsapi.default-wifi-ssid"           : "\"SSID\"",
+            "nsapi.default-wifi-password"       : "\"Password\""
         },
         "UBLOX_EVK_ODIN_W2": {
-            "app.sotp-section-1-address": "(0x081C0000)",
-            "app.sotp-section-1-size"   : "(128*1024)",
-            "app.sotp-section-2-address": "(0x081E0000)",
-            "app.sotp-section-2-size"   : "(128*1024)"
+            "target.features_add"  : ["STORAGE", "BOOTLOADER"],
+            "target.bootloader_img": "bootloader/mbed-bootloader-ODIN-EVK.bin",
+            "target.components_add": ["SD"],
+            "target.network-default-interface-type" : "WIFI",
+            "sotp-section-1-address"           : "(0x08000000+32*1024)",
+            "sotp-section-1-size"              : "(16*1024)",
+            "sotp-section-2-address"           : "(0x08000000+48*1024)",
+            "sotp-section-2-size"              : "(16*1024)",
+            "sotp-num-sections"                : 2,
+            "update-client.bootloader-details" : "0x08007300",
+            "update-client.application-details": "(0x08000000+64*1024)"
         }
     },
     "config": {