# avrdude.conf - avrdude rules for Athena's bridge board for Franklin # Copyright 2014 Michigan Technological University # Author: Bas Wijnen # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . programmer id = "bbbmelzi"; desc = "Use the BeagleBone Black GPIO lines to program a Melzi"; type = "linuxgpio"; reset = 31; sck = 30; mosi = 60; miso = 50; ; programmer id = "bbbmelziO4"; desc = "Use the BeagleBone Black GPIO lines to program a Melzi over the bridge board on ttyO4"; type = "linuxgpio"; reset = 60; sck = 50; mosi = 31; miso = 30; ;