Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | Bootloaders: wrong #ifdefs, should be defined() not just tested (i.e. noteq 0) | Martyn Ranyard | |
Close #126 | |||
2015-07-14 | Bootloaders: adds support for 328-nonp chips | Martyn Ranyard | |
2015-07-14 | -O2 in new avr-gcc makes too big a bootloader to fit on 328(and 328p) | Martyn Ranyard | |
2015-07-14 | Fixed 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-03 | Removed a handful of SVN expansion keywords. See #277 | Federico Fissore | |
2013-10-14 | merge | Federico Fissore | |
2013-10-06 | Fix indentation (cosmetic) | Jacques Supcik | |
2012-12-10 | fixed permissions on a lot of text files. see #1116 | Federico Fissore | |
2009-05-08 | Adding 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-25 | Adding support for the Arduino Mega (ATmega1280) to the core and bootloader. | David A. Mellis | |
2009-03-24 | Renaming atmega168 bootloader directory to atmega since it's no longer ↵ | David A. Mellis | |
atmega168 specific. Updating boards.txt accordingly. |