Nuvoton / Mbed OS NuMaker-mbed-cloud-example-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

Committer:
cyliang
Date:
Fri Jul 06 04:15:24 2018 +0000
Revision:
0:83caa8fa1d2c
Support cloud client v1.3.3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cyliang 0:83caa8fa1d2c 1 /*
cyliang 0:83caa8fa1d2c 2 * Copyright (c) 2015 ARM Limited. All rights reserved.
cyliang 0:83caa8fa1d2c 3 * SPDX-License-Identifier: Apache-2.0
cyliang 0:83caa8fa1d2c 4 * Licensed under the Apache License, Version 2.0 (the License); you may
cyliang 0:83caa8fa1d2c 5 * not use this file except in compliance with the License.
cyliang 0:83caa8fa1d2c 6 * You may obtain a copy of the License at
cyliang 0:83caa8fa1d2c 7 *
cyliang 0:83caa8fa1d2c 8 * http://www.apache.org/licenses/LICENSE-2.0
cyliang 0:83caa8fa1d2c 9 *
cyliang 0:83caa8fa1d2c 10 * Unless required by applicable law or agreed to in writing, software
cyliang 0:83caa8fa1d2c 11 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
cyliang 0:83caa8fa1d2c 12 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
cyliang 0:83caa8fa1d2c 13 * See the License for the specific language governing permissions and
cyliang 0:83caa8fa1d2c 14 * limitations under the License.
cyliang 0:83caa8fa1d2c 15 */
cyliang 0:83caa8fa1d2c 16 #ifndef NSDL_LINKER_H
cyliang 0:83caa8fa1d2c 17 #define NSDL_LINKER_H
cyliang 0:83caa8fa1d2c 18
cyliang 0:83caa8fa1d2c 19 #include <stdint.h>
cyliang 0:83caa8fa1d2c 20 #include "nsdl-c/sn_nsdl.h"
cyliang 0:83caa8fa1d2c 21 #include "sn_coap_header.h"
cyliang 0:83caa8fa1d2c 22 #include "sn_coap_protocol.h"
cyliang 0:83caa8fa1d2c 23 #include "nsdl-c/sn_nsdl_lib.h"
cyliang 0:83caa8fa1d2c 24 #include "ns_list.h"
cyliang 0:83caa8fa1d2c 25
cyliang 0:83caa8fa1d2c 26 #endif // NSDL_LINKER_H