Simple Mbed Cloud client application using features of K64 & K66 including Ethernet and SD Card
Fork of mbed-cloud-example_K64_K66 by
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/
Diff: combine.sh
- Revision:
- 0:e13a8a944e25
diff -r 000000000000 -r e13a8a944e25 combine.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/combine.sh Tue Feb 13 10:07:23 2018 +0000 @@ -0,0 +1,1 @@ +python combine_bootloader_with_app.py -b mbed-bootloader-k64f.bin -a BUILD/K64F/GCC_ARM/simple-mbed-cloud-client-example.bin --app-offset 0x20400 --header-offset 0x20000 -o combined.bin
