-
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 Samsungs, Analog devices and WICED targets #14024
Conversation
* Add CMakeLists.txt file * Update the list of supported target
TOOLCHAIN_ARM_STD is specific to Mbed OS and is not generated if Mbed CLI is not used.
Add configuration files for targets and individual MCUs. Add include paths and sources to mbed-core link library and specify linker and startup scripts.
Change interpreter program from armcc to armclang. Pass it different optional arguments: specify the target compiler and core core type.
…mba/mbed-os into hugueskamba-hk_cmake_wiced_suppport
…/mbed-os into dev_cmake_targets
…d-os into dev_cmake_targets
2150a8c
to
e7315e8
Compare
CI started |
@0xc0170, thank you for your changes. |
# dcxo_update.cpp | ||
# mbed_main_init.cpp | ||
# modem/modem_io_device.cpp | ||
# modem/modem_link_device_shmem.cpp | ||
# modem/s5js100_mbox_ipc.cpp | ||
# modem/shmem_save.cpp |
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.
@0xc0170 are we okay leaving a TODO comment in the configuration file?
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.
I've missed this. It would be the best to remove (I'll do it now) and create an issue for this to be fixed.
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.
Fixed now
tracked here ARMmbed#14025
Pull request has been modified.
Jenkins CI Test : ❌ FAILEDBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Jenkins CI Test : ❌ FAILEDBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
This contains:
#13972
#13977
#14019
all 3 are dependent on each other as they touch the same files so creating conflicts. I resolved them and providing this a bulk PR to get in together. They were already reviewed and approved.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers