Go to file
Zach Eveland 28e9e122af reset the Leonardo board when leaving the bootloader, before starting the sketch
Done so all IO and other registers are properly reinitialized when a new sketch is uploaded or when an existing sketch is started.  Uses a watchdog timeout with a 15 ms period to accomplish the reset.  Bootloader checks the reason for reset and only enumerates as bootloader and enters the programming loop if reset was NOT caused by WDT.
2011-12-31 12:19:08 -05:00
bootloaders reset the Leonardo board when leaving the bootloader, before starting the sketch 2011-12-31 12:19:08 -05:00
cores/arduino Merge branch 'master' of github.com:arduino/Arduino into new-extension 2011-12-31 11:21:44 -05:00
firmwares Added latest firmware for usbserial (not combined with DFU) 2011-11-12 12:57:30 +01:00
variants fixed TIMER4 use on Leonardo 2011-12-11 19:56:50 -05:00
boards.txt fix bootloader size in boards.txt - 2 kB instead of 4 kB 2011-12-18 12:52:30 -05:00
programmers.txt Fixing ArduinoISP sketch by lowering baud rate to 9600 (from 19200). 2011-12-28 18:43:36 -05:00