PelionIoT / pelion-ready-example

Pelion Device Ready example - deprecated
https://github.com/ARMmbed/pelion-ready-example
Apache License 2.0
2 stars 18 forks source link

[Hackathon] Remove standard C++ library dependency #21

Closed donatieng closed 5 years ago

donatieng commented 6 years ago

Needs preceding PR on mbed Cloud client https://github.com/ARMmbed/mbed-cloud-client/pull/10

This PR removes use of the standard C++ library from the example. Together with the preceding PR, this saves 15.43kB of ROM with GCC_ARM in the release profile.

janjongboom commented 5 years ago

No longer relevant as this code is now gone from SMCC. I'll add a PR to disable the STL flag in Simple Cloud Client, so thanks @donatieng.