Generic example for any board with IDMW0xM1 shield

Revision:
17:ada41201c642
Parent:
3:bd00f3af8f03
Child:
18:04813dfab243
--- a/mbed_app.json	Tue Feb 20 14:09:10 2018 +0100
+++ b/mbed_app.json	Tue Feb 20 14:25:34 2018 +0100
@@ -10,13 +10,39 @@
         "*": {
             "platform.stdio-baud-rate": 115200,
             "platform.stdio-convert-newlines": true,
-            "mbed-trace.enable": null
+            "mbed-client.event-loop-size": 1024,
+            "mbed-trace.enable": null,
+            "idw0xx1.expansion-board": "IDW01M1"
         }
     },
     "config": {
         "developer-mode": {
             "help": "Enable Developer mode to skip Factory enrollment",
             "value": 1
+        },
+        "network-interface":{
+            "help": "Options are  WIFI_IDW0XX1",
+            "value": "WIFI_IDW0XX1"
+        },
+        "wifi-ssid": {
+            "help": "WiFi SSID",
+            "value": "\"AshoksS5\""
+        },
+        "wifi-password": {
+            "help": "WiFi Password",
+            "value": "\"...\""
+        },
+        "wifi-tx": {
+            "help": "TX pin for serial connection to external device",
+            "value": "PA_9"
+        },
+        "wifi-rx": {
+            "help": "RX pin for serial connection to external device",
+            "value": "PA_10"
+        },
+        "led-pinname": {
+            "help": "PinName for led, which is attached to led blink resource.",
+            "value": "LED_RED"
         }
     }
 }