1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-02 13:24:12 +01:00
Arduino/hardware/arduino/bootloaders/diskloader
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
..
src reset the Leonardo board when leaving the bootloader, before starting the sketch 2011-12-31 12:19:08 -05:00
DiskLoader-Leonardo.hex reset the Leonardo board when leaving the bootloader, before starting the sketch 2011-12-31 12:19:08 -05:00
Makefile restored original non-interrupt-driven DiskLoader 2011-11-09 14:04:59 -05:00