PelionIoT / mbed-cloud-client-example

Reference example application using Izuma Device Management Client library
https://izumanetworks.com
Apache License 2.0
30 stars 97 forks source link

Are there plans to update with mbed os 5.15.3 or wait for 6.0.0? #69

Closed dannywahlquist closed 4 years ago

ciarmcom commented 4 years ago

ARM Internal Ref: IOTCLT-4213

teetak01 commented 4 years ago

HI @dannywahlquist

We update this application along side https://github.com/ARMmbed/mbed-cloud-client as integrated package. We plan to update to future patch release when we are ready to make next Device Management Client release. Thus we do not do just lib-updates in this repository outside of normal release cycles.

Now, Mbed OS 5.15.2 introduced backwards compatibility breakage for PSA APIs (and a bug in that implementation too), thus the next version we can use will be Mbed OS 5.15.4. We also need to fix the PSA API compatiblity for the client library at the same time.

Otherwise there is no issue with current patch versions. https://github.com/ARMmbed/mbed-cloud-client is already using Mbed OS 5.15.3 (as there is no actual PSA targets in use).

spanalytics commented 4 years ago

Thanks!

teetak01 commented 4 years ago

Closing as resolved.