ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

Update examples for Mbed CLI 2 #367

Closed wernerlewis closed 3 years ago

wernerlewis commented 3 years ago

The deprecated function call mbed_configure_app_target() is removed from each example's CMakeLists.txt. The top-level README.md is updated to add instructions for using Mbed CLI 2 with the examples, as well as align the structure of the file with other examples. Some incorrect information is also removed.