aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/atmega/ATmegaBOOT_168.c
AgeCommit message (Collapse)Author
2015-07-14Fixed EEPE flag check.Martyn Ranyard
Here, using the flag itself makes the bootloader build where it currently does not for the 328 amongst others
2015-07-03Removed a handful of SVN expansion keywords. See #277Federico Fissore
2013-10-14mergeFederico Fissore
2013-10-06Fix indentation (cosmetic)Jacques Supcik
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2009-05-08Adding ATmega328 bootloader for the Pro and Pro Mini running at 8 MHz ↵David A. Mellis
(3.3V). Uses the USART0 double speed mode, which according to Nathan from Sparkfun, is necessary to achieve reliable communication at 57600 baud.
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2009-03-24Renaming atmega168 bootloader directory to atmega since it's no longer ↵David A. Mellis
atmega168 specific. Updating boards.txt accordingly.