Specific Pelion Device Management connect example over WI-FI for DISCO_L475VG_IOT01 board

Fork of example-DISCO_L475_IOT-mbed-Cloud-connect by ST

Revision:
10:0b85f5df5d99
Parent:
9:265744785d33
Child:
11:7a66d5cc6a87
--- a/mbed_app.json	Sun Oct 14 19:01:53 2018 +0100
+++ b/mbed_app.json	Mon Nov 05 13:57:40 2018 +0000
@@ -18,27 +18,23 @@
             "update-client.storage-locations"   : "1",
             "mbed-trace.enable"                 : null,
             "nsapi.default-wifi-security"       : "WPA_WPA2",
-            "nsapi.default-wifi-ssid"           : "\"SSID\"",
-            "nsapi.default-wifi-password"       : "\"Password\""
+            "nsapi.default-wifi-ssid"           : "\"ssid\"",
+            "nsapi.default-wifi-password"       : "\"password\""
         },
         "DISCO_L475VG_IOT01A": {
             "target.network-default-interface-type" : "WIFI",
             "target.features_add"               : ["STORAGE", "BOOTLOADER"],
-            "target.components_add"             : ["SD"],
-            "sd.SPI_MOSI"                       : "D11",
-            "sd.SPI_MISO"                       : "D12",
-            "sd.SPI_CLK"                        : "D13",
-            "sd.SPI_CS"                         : "D10",
+            "target.components_add"             : ["QSPIF"],
             "target.app_offset"                 : "0x10400",
             "target.header_offset"              : "0x10000",
-            "target.bootloader_img"             : "bootloader/mbed-bootloader-L475VG.bin",
+            "target.bootloader_img"             : "bootloader/mbed-bootloader-L475VG-QSPIF.bin",
             "sotp-section-1-address"            : "(0x08000000+((1024-4)*1024))",
             "sotp-section-1-size"               : "(2*1024)",
             "sotp-section-2-address"            : "(0x08000000+((1024-2)*1024))",
             "sotp-section-2-size"               : "(2*1024)",
             "sotp-num-sections"                 : 2,
             "update-client.application-details" : "(0x08000000+64*1024)",
-            "update-client.bootloader-details"  : "0x080082A0"
+            "update-client.bootloader-details"  : "0x08009260"
         },
         "DISCO_F413ZH": {
             "sotp-section-1-address"            : "(0x08000000+((1536-256)*1024))",