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:
6:e0e1e1b93099
Parent:
5:8d7b1da4f6fa
Child:
7:816e19453a7f
--- a/mbed_app.json	Fri Jul 06 15:08:07 2018 +0200
+++ b/mbed_app.json	Tue Jul 10 14:52:15 2018 +0200
@@ -24,6 +24,13 @@
             "sotp-section-2-address"           : "(0x08000000+((1024-16)*1024))",
             "sotp-section-2-size"              : "(16*1024)",
             "sotp-num-sections"                : 2
+        },
+        "DISCO_F413ZH": {
+            "sotp-section-1-address"           : "(0x08000000+((1536-256)*1024))",
+            "sotp-section-1-size"              : "(128*1024)",
+            "sotp-section-2-address"           : "(0x08000000+((1536-128)*1024))",
+            "sotp-section-2-size"              : "(128*1024)",
+            "sotp-num-sections"                : 2
         }
 
     },