aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/optiboot/optiboot.c
AgeCommit message (Collapse)Author
2011-01-15Fix to optiboot infinite loop problem.David A. Mellis
Explicitly setting R1 to 0 so that the watchdog timer is properly initializing, preventing it from timing out and resetting the processor. http://code.google.com/p/optiboot/issues/detail?id=26 http://code.google.com/p/arduino/issues/detail?id=446
2010-09-22Adding optiboot and Arduino Uno boards menu entry.David A. Mellis