diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2010-09-22 09:04:33 -0400 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2010-09-22 09:04:33 -0400 |
commit | 8980259e0d8cfd11271bfa4ada54ad952dbc4085 (patch) | |
tree | efcc2879e63a1640065e64949ab6da9f241d1225 /bootloaders/optiboot/makeall | |
parent | f9a3b5cfa9b591096b80a7541323c4319da2d32d (diff) |
Adding optiboot and Arduino Uno boards menu entry.
Diffstat (limited to 'bootloaders/optiboot/makeall')
-rwxr-xr-x | bootloaders/optiboot/makeall | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bootloaders/optiboot/makeall b/bootloaders/optiboot/makeall new file mode 100755 index 0000000..7a0b82d --- /dev/null +++ b/bootloaders/optiboot/makeall @@ -0,0 +1,13 @@ +#!/bin/bash +make clean +make lilypad +make lilypad_resonator +make pro8 +make pro16 +make pro20 +make diecimila +make ng +make atmega328 +make atmega328_pro8 +make luminet + |