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
{{ message }}
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
119: make all exception handlers extern "C" r=adamgreig a=japaric
They'll be called by the hardware and must comply to the stable C ABI.
Using the Rust ABI in this case was an oversight.
r? @rust-embedded/cortex-m (anyone)
Co-authored-by: Jorge Aparicio <[email protected]>
0 commit comments