Skip to content
Snippets Groups Projects
Verified Commit d7a1c625 authored by Jacob Lorentzon's avatar Jacob Lorentzon
Browse files

Fix possible race condition in paranoid ISRs.

Additionally, because it turned out to be infeasible to rely on
link-time constants in global_asm! code, I have also converted the
interrupt handlers to naked fns. This removes the proc-macro-reliant
"paste" dependency, but inserts a tiny ud2 at the end of every ISR.
parent 1047728f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment