-
Notifications
You must be signed in to change notification settings - Fork 116
Add CMakelists #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CMakelists #321
Conversation
f1be0f6
to
5b1849a
Compare
Thanks @0xc0170 I changed the base branch to development. I suppose we have to wait for ARMmbed/mbed-os#13566 to be merged ? |
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. |
7282538
to
8575f4a
Compare
The CMake support is still in development. For more information, see mbed-os/cmake/README.md
Mbed OS has multiple targets that can be linked to as required.
This commit syncs the feature-cmake branch with master and adds CMake support for the BLE_LED example project as the BLE_Button example project is being removed.
They are now prefixed with "mbed-" instead of "mbed-os-"
- Update CMake minimum version required from 3.18.2 to 3.19.0 - Replace mbed-os source path MBED_ROOT with MBED_PATH in CMakeLists.txt
731ebf4
to
cc4d184
Compare
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). |
BLE_LED does not exist anymore, if you just rename BLE_LED to BLE_Advertising it should be fine. |
Actually, let me do that. |
Thanks ! I've just noticed the comment :) lets wait for green light |
The CMake support is still in development. For more information, see mbed-os/cmake/README.md
Following ARMmbed/mbed-os#13566