You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivated by #179 (and #180), I took a look on how the cortex-m crate deals with assembly instructions, and most of them are safe and use options to avoid the compiler from using the stack etc.
@rust-embedded/riscv what do you think about updating our assembly functions to follow the same fashion as in cortex-m? @rust-embedded/cortex-m any advice on this?
The text was updated successfully, but these errors were encountered:
Motivated by #179 (and #180), I took a look on how the
cortex-m
crate deals with assembly instructions, and most of them are safe and use options to avoid the compiler from using the stack etc.@rust-embedded/riscv what do you think about updating our assembly functions to follow the same fashion as in
cortex-m
? @rust-embedded/cortex-m any advice on this?The text was updated successfully, but these errors were encountered: