ARMmbed / mbed-os-example-cellular

This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.
Apache License 2.0
21 stars 44 forks source link

Update mbed-os to its development branch #208

Closed Patater closed 3 years ago

Patater commented 3 years ago

Update the Mbed OS version pointed at by this example's development branch to the Mbed OS development branch. This ensures that the development branch will build using the latest mbed-os after a checkout and deploy.

This may look like a duplicate, as we merged something very similar previously. However, the Mbed OS 6.5.0 release updated this mbed-os.lib file after our previous merge, so we need to update the file again. The release scripts are updated not to do this in the future.

paul-szczepanek-arm commented 3 years ago

included in https://github.com/ARMmbed/mbed-os-example-cellular/pull/210