-
Notifications
You must be signed in to change notification settings - Fork 83
Conversation
thejpster
commented
Mar 12, 2019
- Add thumbv8m.main support.
- Also adds feature flags into build.rs so SecureFault gets included.
Add feature flags into build.rs so SecureFault gets included.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @therealprof (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Ok, so there are two issues:
|
@thejpster previously we just used the same number as for non-armv6m. But the explicit |
bors try |
tryBuild failed |
@thejpster looks like you have some more-useful errors to investigate now ;) |
…ct other packages) Disable the semihosting test on thumbv8, as it's currently unsupported in cortex-m-semihosting
Builds are now green. |
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.
Awesome, great work! LGTM
bors r+ |
182: Add thumbv8m.main support. r=korken89 a=thejpster * Add thumbv8m.main support. * Also adds feature flags into build.rs so SecureFault gets included. Co-authored-by: Jonathan 'theJPster' Pallant <[email protected]>
Build succeeded |