Clarify desc lines for SPM programmers in avrdude.conf.in
This commit is contained in:
parent
669796119a
commit
7a76967851
|
@ -734,7 +734,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "wiring";
|
id = "wiring";
|
||||||
desc = "Wiring";
|
desc = "Wiring for bootloader using STK500 v2 protocol";
|
||||||
type = "wiring";
|
type = "wiring";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = serial;
|
connection_type = serial;
|
||||||
|
@ -746,7 +746,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "arduino";
|
id = "arduino";
|
||||||
desc = "Arduino";
|
desc = "Arduino for bootloader using STK500 v1 protocol";
|
||||||
type = "arduino";
|
type = "arduino";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = serial;
|
connection_type = serial;
|
||||||
|
@ -758,7 +758,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "xbee";
|
id = "xbee";
|
||||||
desc = "XBee Series 2 Over-The-Air (XBeeBoot)";
|
desc = "XBee for Series 2 Over-The-Air (XBeeBoot) bootloader using STK500 v1 protocol";
|
||||||
type = "xbee";
|
type = "xbee";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = serial;
|
connection_type = serial;
|
||||||
|
@ -1579,7 +1579,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "micronucleus";
|
id = "micronucleus";
|
||||||
desc = "Micronucleus Bootloader";
|
desc = "Micronucleus for bootloader";
|
||||||
type = "micronucleus";
|
type = "micronucleus";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
|
@ -1593,7 +1593,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "teensy";
|
id = "teensy";
|
||||||
desc = "Teensy Bootloader";
|
desc = "Teensy for bootloader";
|
||||||
type = "teensy";
|
type = "teensy";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
|
@ -1607,7 +1607,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "butterfly";
|
id = "butterfly";
|
||||||
desc = "Atmel Butterfly Development Board";
|
desc = "Atmel for bootloader (Butterfly Development Board)";
|
||||||
type = "butterfly";
|
type = "butterfly";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = serial;
|
connection_type = serial;
|
||||||
|
@ -1619,7 +1619,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "avr109";
|
id = "avr109";
|
||||||
desc = "Atmel AppNote AVR109 Boot Loader";
|
desc = "Atmel for bootloader using AppNote AVR109";
|
||||||
type = "butterfly";
|
type = "butterfly";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = serial;
|
connection_type = serial;
|
||||||
|
@ -1631,7 +1631,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "avr911";
|
id = "avr911";
|
||||||
desc = "Atmel AppNote AVR911 AVROSP";
|
desc = "Atmel for bootloader using AppNote AVR911 AVROSP";
|
||||||
type = "butterfly";
|
type = "butterfly";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = serial;
|
connection_type = serial;
|
||||||
|
@ -1645,7 +1645,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "mkbutterfly";
|
id = "mkbutterfly";
|
||||||
desc = "Mikrokopter.de Butterfly";
|
desc = "Mikrokopter.de Butterfly for bootloader";
|
||||||
type = "butterfly_mk";
|
type = "butterfly_mk";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = serial;
|
connection_type = serial;
|
||||||
|
@ -2296,7 +2296,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "flip1";
|
id = "flip1";
|
||||||
desc = "FLIP USB DFU protocol version 1 (doc7618)";
|
desc = "FLIP for bootloader using USB DFU protocol version 1 (doc7618)";
|
||||||
type = "flip1";
|
type = "flip1";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
|
@ -2308,7 +2308,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "flip2";
|
id = "flip2";
|
||||||
desc = "FLIP USB DFU protocol version 2 (AVR4023)";
|
desc = "FLIP for bootloader using USB DFU protocol version 2 (AVR4023)";
|
||||||
type = "flip2";
|
type = "flip2";
|
||||||
prog_modes = PM_SPM;
|
prog_modes = PM_SPM;
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
|
|
Loading…
Reference in New Issue