-
Notifications
You must be signed in to change notification settings - Fork 3k
Adding ProGen as default exporter for uvision4 and IAR #1484
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
progen v0.8.4 and progen definitions v0.2.4 are out, should support all required features for this PR |
Debugger comes from a target, template not used currently.
I might just split this PR to 2 parts. The first part would be to add progen to mbed exporters (not active, just important pieces to the exporters generic layer). This will be easier to integrate, and might help others who are considering progen for their tools. The next step will be to replace each tool we have by progen (starting iar, uvision, .... ). Closing, will open a new one |
…changes from 8f75e39..0a5ef1c 0a5ef1c Merge branch 'release_internal' into release_external 75a669a Merge remote-tracking branch 'origin/add_spdx_identifier_to_license' into release_internal d643ab3 Merge branch 'release_internal' into release_external 0c7b56c Add SPDX identifiers to license files (ARMmbed#1484) dfe1010 Add SPDX identifiers to license files 9142283 Merge pull request ARMmbed#1473 from ARMmbed/public_release_candidate git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack git-subtree-split: 0a5ef1c
Replace all iar/uvision4 templates by the project generator (https://github.com/project-generator/project_generator). This should fix #1464 - tracking issue for this feature.
I'll update progen version we depend on soon, as I release new version (need to add stlink support there for instance). For anyone testing, please use latest master for progen + progen definitions. Once I get the versions out, I'll update this PR.
I wrote a test script (warning - dirty, to quickly test if all targets are in progen definitions) to test if all our current uvision4 and IAR targets exports:
Please test anyone who is using uvision4 or IAR. Thanks!