Simple Mbed Cloud client application using features of K64 & K66 including Ethernet and SD Card

Fork of mbed-cloud-example_K64_K66 by Mac Lobdell

DEPRECATED

This example application is not maintained and not recommended. It uses an old version of Mbed OS, Pelion DM, and Arm toolchain. It doesn't work with Mbed Studio.

Please use: https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-pelion/

Files at this revision

API Documentation at this revision

Comitter:
maclobdell
Date:
Mon Oct 08 22:00:32 2018 -0500
Parent:
18:49062a0d117e
Child:
22:4907784fa6de
Child:
23:df35a45db1cc
Commit message:
update config for K66F to set default storage as SD Card

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri Oct 05 13:11:30 2018 -0500
+++ b/mbed_app.json	Mon Oct 08 22:00:32 2018 -0500
@@ -28,7 +28,8 @@
             "update-client.application-details": "(40*1024)"
         },            
         "K66F": {
-            "target.features_add"              : ["BOOTLOADER"],
+            "target.features_add"              : ["BOOTLOADER", "STORAGE"],
+            "target.components_add": ["SD"],
             "sotp-section-1-address"           : "(32*1024)",
             "sotp-section-1-size"              : "(4*1024)",
             "sotp-section-2-address"           : "(36*1024)",