-
Notifications
You must be signed in to change notification settings - Fork 158
Add CMakelists #235
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 #235
Conversation
Update for mbed-os-6.2.1
I updated travis to use master branch. It will fail now but once this gets to master, it should be green (will retest via new PR to make sure travis config is correct). |
@hugueskamba Please review. I can squash these into one commit, as the changes are simple and nothing important in the history to be kept. |
Thank you and yes please squash. |
79857d5
to
5d3dec9
Compare
Squashed |
CMake support is still development. For more information, see mbed-os/cmake/README.md
5d3dec9
to
a759039
Compare
CMake: Perform toolchain and language setup
…oid configure step - 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
This ensures that the latest version release is downloaded.
CMake: Call mbed_set_post_build API for setting post build operations
It was merged. I fixed travis to use master branch, once CI is all green, this should get in. |
required by memmap plus fix single branch for mbed-os fetching (aligned with a comment)
Fixing the memmap requirements, we will need to figure out the python deps and how to use the scripts. |
Following ARMmbed/mbed-os#13566
Adding CMakelists to our examples
I still need to fix travis, circleCI should work.
Please note, this is still in development (for up to date status, see mbed-os/cmake/README.md)