ARMmbed / mbed-os-example-ble

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

Add CMakelists #321

Closed 0xc0170 closed 3 years ago

0xc0170 commented 3 years ago

The CMake support is still in development. For more information, see mbed-os/cmake/README.md

Following ARMmbed/mbed-os#13566

pan- commented 3 years ago

Thanks @0xc0170 I changed the base branch to development. I suppose we have to wait for https://github.com/ARMmbed/mbed-os/pull/13566 to be merged ?

0xc0170 commented 3 years ago

I need to fix all other example PRs (all targeted master, my bad). I'll get back to this, to provide step by step how to integrate. My initial proposal was to get first the examples in and test them via Mbed OS PR 13566 (unblocking it).

0xc0170 commented 3 years ago

Thanks @0xc0170 I changed the base branch to development. I suppose we have to wait for ARMmbed/mbed-os#13566 to be merged ?

It was merged. I rebased feature-cmake with development, it should be up to date.

This is ready for integration (please squash merge, 1 commit for this simple change).

paul-szczepanek-arm commented 3 years ago

BLE_LED does not exist anymore, if you just rename BLE_LED to BLE_Advertising it should be fine.

paul-szczepanek-arm commented 3 years ago

Actually, let me do that.

0xc0170 commented 3 years ago

Thanks ! I've just noticed the comment :) lets wait for green light