-
Notifications
You must be signed in to change notification settings - Fork 168
when stable, use core::arch::arm
to implement cortex_m::asm
#101
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
Comments
Triage: blocked on |
Removing from the RC1 (edition) milestone because thanks to PR #108 this crate no longer on GCC so this is just a nice to have. |
We now use Rust's new inline assembly (rust-lang/rust#72016) and an FFI shim to implement |
SGTM. I agree that inline asm getting stabilised looks more likely than all the relevant instructions landing in core::arch::arm, and in any event we need a few assembly routines for some methods anyway. |
this will let us provide the
cortex_m::asm
API on stable without depending on an external assembler.The text was updated successfully, but these errors were encountered: