-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Add Tier 3 Thumb-mode targets for Armv7-A, Armv7-R and Armv8-R #150556
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
base: main
Are you sure you want to change the base?
Add Tier 3 Thumb-mode targets for Armv7-A, Armv7-R and Armv8-R #150556
Conversation
|
Some changes occurred in src/doc/rustc/src/platform-support cc @Noratrieb These commits modify compiler targets. |
|
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
|
@rustbot reroll |
This comment was marked as resolved.
This comment was marked as resolved.
a338091 to
a556210
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
wooops, sry @bors compiler |
|
Unknown command "compiler". Run |
|
@rustbot reroll |
This comment has been minimized.
This comment has been minimized.
809a1a5 to
fb05cac
Compare
75afffe to
fa526c4
Compare
|
@petrochenkov - I've updated the docs as requested. |
|
Thanks! |
We currently have targets for bare-metal Armv7-R, Armv7-A and Armv8-R, but only in Arm mode. This PR adds five new targets enabling bare-metal support on these architectures in Thumb mode.
This has been tested using https://github.com/rust-embedded/aarch32/compare/main...thejpster:aarch32:support-thumb-mode-v7-v8?expand=1 and they all seem to work as expected.
However, I wasn't sure what to do with the maintainer lists as these are five new targets, but they share the docs page with the existing Arm versions. I can ask the Embedded Devices WG Arm Team about taking on these ones too, but whether Arm themselves want to take them on I guess is a bigger question.