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

History

Update NuMaker-mbed-SD-driver.lib default tip

2018-12-05, by ccli8 [Wed, 05 Dec 2018 18:21:52 +0800] rev 15

Update NuMaker-mbed-SD-driver.lib

Fix user buffer may not be SD DMA-compatible


Organize target-dependent directory structure

2018-11-23, by ccli8 [Fri, 23 Nov 2018 15:19:06 +0800] rev 14

Organize target-dependent directory structure


Fix Greentea sync error

2018-11-28, by ccli8 [Wed, 28 Nov 2018 13:29:37 +0800] rev 13

Fix Greentea sync error

With 'platform.stdio-buffered-serial' configured to true, stdio console is implemented by UARTSerial
which would register IRQ handler and intercept sync packet sent by host to DUT. When configuring
'platform.stdio-buffered-serial' configured to false, stdio console is implemented by DirectSerial
which wouldn't intercept sync packet in normal case.


Support NUMAKER_IOT_M487 target

2018-11-23, by ccli8 [Fri, 23 Nov 2018 14:49:53 +0800] rev 12

Support NUMAKER_IOT_M487 target


Update SMCC to v2.0.1

2018-11-23, by ccli8 [Fri, 23 Nov 2018 13:13:13 +0800] rev 11

Update SMCC to v2.0.1

1. Update simple-mbed-cloud-client/mbed-cloud-client to v2.0.1/2.0.1.1
2. Update mbed-os to 5.10.3


Update NuMaker-mbed-SD-driver.lib

2018-11-23, by ccli8 [Fri, 23 Nov 2018 11:19:55 +0800] rev 10

Update NuMaker-mbed-SD-driver.lib


Remove TARGET_NUVOTON/NetworkInterfaceDefaults.cpp to use default network interface

2018-11-07, by ccli8 [Wed, 07 Nov 2018 17:14:46 +0800] rev 9

Remove TARGET_NUVOTON/NetworkInterfaceDefaults.cpp to use default network interface


Remove support for WiFi

2018-10-09, by ccli8 [Tue, 09 Oct 2018 13:07:10 +0800] rev 8

Remove support for WiFi


Update to simple-mbed-cloud-client 1.4.1

2018-10-08, by ccli8 [Mon, 08 Oct 2018 16:42:08 +0800] rev 7

Update to simple-mbed-cloud-client 1.4.1

1. Update to mbed-os 5.10
2. Remove sd-driver.lib, which is integrated into mbed-os.
3. Remove tools\ originally for packing bootloader and application. It is replaced with
managed bootloader mechanism.
4. Support default block device, which is enabled since mbed-os 5.10.
(1) Support Nuvoton SD card in SD bus mode as default
(2) Support SD card in SPI mode
5. Support default network interface, which is enabled sicne mbed-os 5.10.
(1) Support Ethernet as default
(2) Support WiFi ESP8266
6. Support OTA


Update NuMaker-mbed-SD-driver.lib

2018-10-03, by ccli8 [Wed, 03 Oct 2018 10:22:39 +0800] rev 6

Update NuMaker-mbed-SD-driver.lib