Skip to content
Snippets Groups Projects
  • joverbee's avatar
    9a49ce2f
    Improve interrupt handling response time · 9a49ce2f
    joverbee authored
    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
    9a49ce2f
    History
    Improve interrupt handling response time
    joverbee authored
    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