-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CMake: Add support for all NXP Mbed targets #13924
CMake: Add support for all NXP Mbed targets #13924
Conversation
df18a80
to
4d28deb
Compare
@hugueskamba, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one styling question, otherwise +1
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC54114/CMakeLists.txt
Outdated
Show resolved
Hide resolved
4d28deb
to
e819740
Compare
There are couple of set_property left still otherwise LGTM |
e819740
to
0f166d6
Compare
They have all been changed now. |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
0f166d6
to
6acfaaf
Compare
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
6acfaaf
to
4a63f7e
Compare
CI started |
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
I'll rebase once another CMake PR is in. |
Add missing toolchain option to specify the CPU core
Fixes to common files should be in separate PRs, I am going through rebase with multiple files now. I'll fix them and restart CI |
All LPC11XX_11CXX targets supported by Mbed OS can now be built with CMake.
Add missing toolchain option to specify the CPU core
All LPC176X targets supported by Mbed OS can now be built with CMake.
Add missing toolchain option to specify the CPU core
All TARGET_MCUXpresso_MCUS targets supported by Mbed OS can now be built with CMake.
4a8698f
to
743563c
Compare
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 5 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Add
CMakeLists.txt
so all NXP Mbed targets can be built with CMake.Impact of changes
Migration actions required
Documentation
https://github.com/ARMmbed/mbed-os/blob/master/tools/cmake/README.md
Pull request type
Test results
Reviewers