aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/bt/ATmegaBOOT_168.c
AgeCommit message (Collapse)Author
2019-02-15Remove non-USB boardsDavid Madison
Removes boards from boards.txt, bootloaders for those boards, and variants for those boards. As none of these boards support USB there's no reason to keep them around.
2015-07-14Bootloaders: wrong #ifdefs, should be defined() not just tested (i.e. noteq 0)Martyn Ranyard
Close #126
2015-07-14Bootloaders: adds support for 328-nonp chipsMartyn Ranyard
2010-08-07Adding ATmega328 version of the Arduino BT bootloader, along with a Makefile ↵David A. Mellis
for building it.
2007-10-06Moving bootloaders into the hardware/bootloaders directory.David A. Mellis