-
Notifications
You must be signed in to change notification settings - Fork 3k
Create FLASH CMSIS ALGO target to remove dependency on MBED_TARGET_LABELS #14308
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
Create FLASH CMSIS ALGO target to remove dependency on MBED_TARGET_LABELS #14308
Conversation
…BELS This goes towards eventually removing reliance on targets.json to specify the requirements of Mbed targets.
@hugueskamba, thank you for your changes. |
This removes some dependency on targets.json
d081e85
to
c45e6ce
Compare
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
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.
Currently target gets FLASH_CMSIS_ALGO by defining extra label. I dont see this reflected in CMake or is it?
NUMAKER_PFM_NUC472
for instance would need mbed-flash-cmsis-algo
so it should link to it. Or is it done automatically? I don't recall we query all target labels if they exists as CMake targets and link to it (we do it for only MBED_TARGET).
The Mbed boards which require |
I've missed it in the diff the changes when I looked at this after CI. I'll merge now |
This PR does not contain release version label after merging. |
Summary of changes
This goes towards eventually removing reliance on targets.json to specify
the requirements of Mbed targets.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers