-
Notifications
You must be signed in to change notification settings - Fork 3k
Add bare metal support to Nuvoton targets #14373
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
Conversation
@harmut01, 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.
Thanks of the modification for bare-metal.
It's fine to remove uARM.
But will Mbed no long support IAR ?
Hi, |
CI started |
targets/targets.json
Outdated
] | ||
}, | ||
"supported_application_profiles": [ | ||
"bare-metal" |
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.
Can you not build with the full profile?
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.
You should be able to, I'm working on changing this and will confirm once I have tested a full build. 👍🏿
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
Modify `targets.json` to configure bare metal for the following targets: NUMAKER_IOT_M252, NUMAKER_IOT_M263A, NUMAKER_IOT_M487, NUMAKER_PFM_M487, NUMAKER_PFM_NUC472. Add target link interface between nuvoton library and mbed-cmsis-cortex-m.
5f14a8b
to
7eb2122
Compare
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Modify
targets.json
to configure bare metal for the following targets:NUMAKER_IOT_M252, NUMAKER_IOT_M263A, NUMAKER_IOT_M487, NUMAKER_PFM_M487,
NUMAKER_PFM_NUC472. Add target link interface between nuvoton library
and mbed-cmsis-cortex-m. Remove uARM dependencies since the toolchain is no longer
supported.
Issue raised in #13099.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers