-
Notifications
You must be signed in to change notification settings - Fork 3k
Add bare metal support to Renesas targets #14301
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
Modify RZ_A1XX and RZ_A2XX target configurations to include bare metal as a supported profile,and add list of supported standard libraries. Changes affect the following targets: RZ_A1H, GR_LYCHEE, GR_MANGO.
@harmut01, thank you for your changes. |
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
CI started |
@harmut01 CI errored early
Please review. I cant find in the logs what "this target" is it |
The issue seems to be unrelated to the changes in this PR, @LDong-Arm has seen the same issue on his PR and raised this commit to fix it. |
The CI might have been fixed by #14350, rerunning might work |
@@ -4841,6 +4841,17 @@ | |||
"program_cycle_s": 2, | |||
"overrides": { | |||
"network-default-interface-type": "ETHERNET" | |||
}, | |||
"supported_application_profiles" : ["full", "bare-metal"], | |||
"supported_c_libs": { |
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.
Please remove IAR from line 4812, to avoid check failure again in CI
Pull request has been modified.
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Seems like one of the recent PRs broke master
This is in the latest CI run here but I am seeing this in another PRs now |
@0xc0170 I had a quick look at the latest |
Thank you, @harmut01 is looking at it |
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 5 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Modify RZ_A1XX and RZ_A2XX target configurations to include
bare metal as a supported profile,and add list of supported standard libraries.
Changes affect the following targets: RZ_A1H, GR_LYCHEE, GR_MANGO.
Issue raised in #13099.
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
Reviewers