NuMaker Pelion Device Management example

Fork of mbed-os-example-pelion by cc li

Revision:
11:d147172e94b5
Parent:
7:7bfbb8e70559
Child:
13:8c5fea88f3c7
diff -r bd496ebec0d9 -r d147172e94b5 mbed_app.json
--- a/mbed_app.json	Fri May 15 09:27:37 2020 +0800
+++ b/mbed_app.json	Tue Apr 14 16:01:24 2020 +0800
@@ -22,7 +22,11 @@
             "events.shared-stacksize"                   : 2048,
             "nsapi.default-wifi-security"               : "WPA_WPA2",
             "nsapi.default-wifi-ssid"                   : "\"SSID\"",
-            "nsapi.default-wifi-password"               : "\"PASSWORD\""
+            "nsapi.default-wifi-password"               : "\"PASSWORD\"",
+            "nsapi.default-cellular-apn"                : "\"APN\"",
+            "nsapi.default-cellular-sim-pin"            : null,
+            "nsapi.default-cellular-username"           : null,
+            "nsapi.default-cellular-password"           : null
         },
         "NUMAKER_PFM_NUC472": {
             "target.network-default-interface-type"     : "ETHERNET",
@@ -169,6 +173,11 @@
             "help"      : "Helper macro to enable calculation of rom regions. target.header_offset and target.app_offset still needs to be calculated manually, though.",
             "value"     : "(32*1024)",
             "macro_name": "MBED_BOOTLOADER_SIZE"
+        },
+        "run-ci": {
+            "help"           : "Configuration item to control the level of CI verification. 0 = ignored, 1 = build-only, 2 = build + E2E tests",
+            "accepted_values": [0, 1, 2],
+            "value"          : 1
         }
     }
 }