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.
Diff: mbed_app.json
- Revision:
- 13:11364511c2a9
- Parent:
- 12:21d96c437a2f
--- a/mbed_app.json Fri Nov 23 14:49:53 2018 +0800 +++ b/mbed_app.json Wed Nov 28 13:29:37 2018 +0800 @@ -24,7 +24,7 @@ "target.features_add" : ["BOOTLOADER"], "platform.stdio-baud-rate" : 115200, "platform.stdio-convert-newlines" : true, - "platform.stdio-buffered-serial" : true, + "platform.stdio-buffered-serial" : false, "mbed-client.event-loop-size" : 1024, "nanostack-hal.event_loop_thread_stack_size": 8192, "update-client.storage-address" : "(1024*1024*64)",