-
Notifications
You must be signed in to change notification settings - Fork 3k
Tools: Add Uvision6 exporter #7569
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
|
@deepikabhavnani Those are all technically warnings. Did the build error? |
Sorry missed the error in copy paste
|
It was named and used as if it were positive logic, and written with negative logic. This changes the name and usage to negative logic.
148567f
to
9f00a9b
Compare
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.
Verified with M2351 👍
/morph build |
Build : SUCCESSBuild number : 2791 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2421 |
@theotherjimmy Looks like this has broken uvision5 :( Please investigate |
Test : FAILUREBuild number : 2526 |
Test results appear to be due to NRF51 devices in a bad state. Power cycled, but not restarted since this PR needs work. |
Is this intended for 5.10 (as labelled) ? in case yes, this needs update soon otherwise we shall remove the label |
@0xc0170 It is. The internal PREQ is IOTMORF-1258 |
@adbridge Fixed. Quotes and such. |
/morph build |
Build : SUCCESSBuild number : 2904 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2529 |
Test : SUCCESSBuild number : 2654 |
Description
This PR adds a new exporter:
uvision6
. This new exporter shares anIDE and template with the
uvision5
exporter, changing the compilerused by the exported project from Arm compiler 5 to Arm compiler 6.
Pull request type