Skip to content

Commit c4e2e10

Browse files
authored
Merge pull request #150 from GuyWi/patch-1
Applying PR #149 to master branch
2 parents 0dff280 + 49d6efc commit c4e2e10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Pelion Device Management Client example for Mbed OS
22

3-
This is an basic Device Management client example for Mbed OS with the following features:
4-
- Support for latest Mbed OS and Device Management Client releases.
5-
- Support for Developer mode provisioning.
6-
- Support for FW Update.
3+
This is a basic Device Management Client example for Mbed OS that supports:
4+
- The latest Mbed OS and Device Management Client releases.
5+
- Developer mode provisioning.
6+
- Firmware Update.
77

88
There is a more advanced example of the client with support for multiple operating systems in [mbed-cloud-client-example](https://github.com/ARMmbed/mbed-cloud-client-example) repository. The underlying client library is the same for both. This Mbed OS only example is simpler as it only supports one OS with a limited set of demonstrated features. If you want to do development in Linux and Mbed OS at the same time - you should use the [mbed-cloud-client-example](https://github.com/ARMmbed/mbed-cloud-client-example).
99

@@ -15,7 +15,7 @@ This table shows a list of boards that are supported.
1515

1616
Board | Connectivity | Storage for credentials and FW candidate | Notes
1717
------------------------------------| ------------------| ------------------------| --------------
18-
Cypress `CYTFM_064B0S2_4343W` | Wi-Fi | Internal flash for credentials + external flash for FW candidate | To use `mbed-cloud-client-example` with the `CYTFM_064B0S2_4343W` board, please check out the [cytfm-064b0s2-4343w](../cytfm-064b0s2-4343w/TARGET_CYTFM_064B0S2_4343W/README.md) branch.
18+
Cypress `CYTFM_064B0S2_4343W` | Wi-Fi | Internal flash for credentials + external flash for FW candidate | To use `mbed-os-example-pelion` with the `CYTFM_064B0S2_4343W` board, check out the `cytfm-064b0s2-4343w` branch and see [*Running PDMC example on the CYTFM_064B0S2_4343W*](../cytfm-064b0s2-4343w/TARGET_CYTFM_064B0S2_4343W/README.md).
1919
Cypress `CY8CPROTO-062-4343W` | Wi-Fi | QSPIF | Build-only
2020
Embedded Planet `EP_AGORA` | Cellular | SPIF | Build-only
2121
Nuvoton `NUMAKER_IOT_M263A` | Wi-Fi ESP8266 | SD card (NUSD) | Build-only

0 commit comments

Comments
 (0)