Simple Mbed Cloud client application for NuMaker-PFM-M487 and NuMaker-PFM-NUC472 over Ethernet.

This application contains the example codes to:

1) Connect PFM-M487/PFM-NUC472 boards to Pelion

2) Enable Firmware update

For storage, PFM-M487/PFM-NUC472 support both SPI interface SD and built-in SD bus SD.

For connectivity, PFM-M487/PFM-NUC472 support Ethernet (on-board) by default.

This example supports Ethernet and built-in SD by default.

https://os.mbed.com/media/cache/platforms/NuMaker-PFM-M487.png.170x170_q85.png https://os.mbed.com/media/cache/platforms/NuMaker-PFM-NUC472Small.png.170x170_q85.png

Revision:
3:9e8abf07add2
Parent:
2:9396e3065941
Child:
7:6aee86899520
diff -r 9396e3065941 -r 9e8abf07add2 mbed_app.json
--- a/mbed_app.json	Mon Jul 16 10:40:23 2018 +0100
+++ b/mbed_app.json	Tue Jul 17 08:47:39 2018 +0100
@@ -62,26 +62,6 @@
             "help": "Whether to format the storage layer when it cannot be read - always disable for production devices!",
             "value": 1
         },
-        "network-interface": {
-            "help": "Options are ETHERNET, WIFI_ESP8266",
-            "value": "ETHERNET"
-        },
-        "wifi-ssid": {
-            "help": "WiFi SSID",
-            "value": "\"SSID\""
-        },
-        "wifi-password": {
-            "help": "WiFi Password",
-            "value": "\"Password\""
-        },
-        "wifi-tx": {
-            "help": "TX pin for serial connection to external device",
-            "value": "D1"
-        },
-        "wifi-rx": {
-            "help": "RX pin for serial connection to external device",
-            "value": "D0"
-        },
         "developer-mode": {
             "help": "Enable Developer mode to skip Factory enrollment",
             "value": 1