1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/hardware/arduino/bootloaders
Zach Eveland f39ec37722 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
..
atmega Moving things around. 2009-11-07 17:05:21 +00:00
atmega8 Moving things around. 2009-11-07 17:05:21 +00:00
bt Adding ATmega328 version of the Arduino BT bootloader, along with a Makefile for building it. 2010-08-07 19:48:59 +00:00
diskloader reset the Leonardo board when leaving the bootloader, before starting the sketch 2011-12-31 12:19:08 -05:00
lilypad Moving things around. 2009-11-07 17:05:21 +00:00
optiboot Correcting Arduino Mini w/ ATmega328 bootloader file and fuses (untested). 2011-11-25 19:26:01 -06:00
stk500v2 Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot" 2011-10-27 11:45:13 -04:00