-
Notifications
You must be signed in to change notification settings - Fork 3k
Refactor gcc arm exporter templates #1159
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
Refactor gcc arm exporter templates #1159
Conversation
Hi, thanks for this refactoring, I glanced over the files, need to pull it to tests and review further |
I exported couple of projects for some boards, did not have any problems. Can you please rebase to the latest master ? I merged this locally, did not see any conflicts, but github says there are. Let me know. |
I merged the current master in without any conflicts. Or should i rework the branch and do a rebase? |
rebase would be optimal, but not required. |
Four exporters are using this template for now.
cd5ab00
to
ddf0ced
Compare
Rebased |
Refactor gcc arm exporter templates
Thanks ! |
All gcc arm exporter templates are changed, but EFM32 ones. They have another internal structure and can be adapted later on.
The main logic is now in the file workspace_tools/export/gcc_arm_common.tmpl
All target platforms now support the same make targets with the same behavior.
Main changes:
This relates to #370