Skip to content
Snippets Groups Projects
Commit 9a49ce2f authored by joverbee's avatar joverbee Committed by Cristian Maglie
Browse files

Improve interrupt handling response time

Change the way ISRs are stored. Store now in a list on a ‘first come
first served basis’, the first interrupt that gets attached will be
served first. This improves the speed of the ISR calling from about 6us
to 2us for a single interrupt on extint14

See #200
parent 610c0e28
No related branches found
No related tags found
No related merge requests found
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