aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/diskloader/src/DiskLoader.cpp
AgeCommit message (Expand)Author
2012-01-10renamed DiskLoader to Caterina (after Leonardo's mom)Zach Eveland
2012-01-10fixed warning when comparing pgm_read_word(0) to -1 (thanks, Limor Fried and ...Zach Eveland
2012-01-10got rid of u8, u16, u32 typedefs in DiskloaderZach Eveland
2012-01-10made the bootloader's LED control macro names less offensiveZach Eveland
2011-12-31reset the Leonardo board when leaving the bootloader, before starting the sketchZach Eveland
2011-11-09restored original non-interrupt-driven DiskLoaderZach Eveland
2011-10-31check to see if a sketch has been loaded before jumping out of bootloaderZach Eveland
2011-10-27bootloader runs sketch after timeout, added bootloader LED breathingZach Eveland
2011-10-27cosmetic changes - remove old comments, unused codeZach Eveland
2011-10-27brought nuevo_diskloader changes over to diskloaderZach Eveland
2011-09-16Updating bootloader comments.David A. Mellis
2011-09-16faster LED breathing animation in bootloaderZach Eveland
2011-09-08in bootloader reduced delay between receiving stk500 'Q' and jumping to appli...Zach Eveland
2011-09-08disabling watchdog in bootloaderZach Eveland
2011-09-08misc. bootloader fixes: increased wait time after receiving avrdude 'Q', incr...Zach Eveland
2011-09-08removed all bootloader mass storage and MSC referencesZach Eveland
2011-08-27bootloader ends as soon as sketch upload finishes. restored pulsing of LED ...Zach Eveland
2011-08-14LEDs for D13, TX, and RX are more in line with Uno-like behavior during sketc...Zach Eveland
2011-08-11diskloader source and binary for 32u4Zach Eveland