fredericplante/sanguino

Timer0 interrupt bloated

Opened this issue · 1 comments

We inherited this from Arduino-0012:

The SIGNAL(SIG_OVERFLOW0) routine was rewritten but in a very inefficient way:
o Using too much time
o Not allowing the routine to be interruptable by higher priority tasks

Suggestion: Revert or rewrite


Original issue reported on code.google.com by kin...@gmail.com on 31 Jan 2009 at 3:21



Original comment by kin...@gmail.com on 31 Jan 2009 at 3:58

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect