-
Notifications
You must be signed in to change notification settings - Fork 3k
Disable exporters for LPC55S69 targets #10201
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
@bridadan, thank you for your changes. |
CI started pending review |
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.
Add sectors like the Cypress boards, just to not break working with bootloader totally
Test run: FAILEDSummary: 1 of 13 test jobs failed Failed test jobs:
|
failure in ecporters looks like armc6 license issue - restarted exporters |
@bridadan CI has passed with the workaround, please look at the requested changes. |
@orenc17 Are you able to help with this one if this is not updated within later today? |
@orenc17 yeah I wasn't thrilled about making this change for that reason. However I don't believe this is an issue of sectors. It fails to link correctly. Nir posted the failure here: #10199 (comment) |
@@ -2052,7 +2052,6 @@ | |||
"LPC" | |||
], | |||
"detect_code": ["0236"], | |||
"device_name": "LPC55S69JBD100", | |||
"release_versions": ["5"] |
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.
"release_versions": ["5"] | |
"sectors": [[196608, 512]], | |
"release_versions": ["5"] |
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.
i'm unable to move the suggestion to the _NS target...please do not commit this in the base target
regardless of the issue in #10199 for bootloader to work you need sectors information (form CPM or targets.json) |
Oh @orenc17 I see what you mean, sorry brain moving slow this morning. Yeah that would be a good alternative. |
FYI @ARMmbed/mbed-os-maintainers ideally we close this PR in favor of #10199. |
Closing this since #10199 came in. |
Description
There seem to be further issues with uvision using ARMC6 and the LPC55S69_NS target. Disabling this target for now to unblock the rest of the PRs.
FYI @ARMmbed/mbed-os-maintainers
Pull request type
Reviewers
Release Notes