ARMmbed / mbed-os-example-tls

mbed TLS Sample application
Apache License 2.0
30 stars 53 forks source link

Remove deprecated CMake and add CLI2 instructions #293

Closed wernerlewis closed 3 years ago

wernerlewis commented 3 years ago

This removes deprecated CMake from the CMakeLists.txt for each example. An incorrect name in one of the CMakeLists.txt files is also corrected, and instructions are added for using Mbed CLI 2.

Fixes #292