Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-04-30 18:10:04 +0300
committerVojtech Kral <vojtech@kral.hk>2018-05-21 19:58:22 +0300
commit68a570221b995b91acf3a0489a538c95c27965a6 (patch)
tree0847d24f064777804be97a2ea7c37e155680d732 /resources
parentc7e4d1d06fb432ae97f4f2154bf0a4dc45917564 (diff)
avrdude.conf: Remove unsupported stuff
Diffstat (limited to 'resources')
-rw-r--r--resources/avrdude/avrdude.conf1298
1 files changed, 649 insertions, 649 deletions
diff --git a/resources/avrdude/avrdude.conf b/resources/avrdude/avrdude.conf
index 32110344d..d008995d8 100644
--- a/resources/avrdude/avrdude.conf
+++ b/resources/avrdude/avrdude.conf
@@ -382,227 +382,227 @@ programmer
# the way the Multi-Protocol Synchronous Serial Engine (MPSSE) of
# these FTDI ICs has been designed.
-programmer
- id = "avrftdi";
- desc = "FT2232D based generic programmer";
- type = "avrftdi";
- connection_type = usb;
- usbvid = 0x0403;
- usbpid = 0x6010;
- usbvendor = "";
- usbproduct = "";
- usbdev = "A";
- usbsn = "";
-#ISP-signals - lower ADBUS-Nibble (default)
- reset = 3;
- sck = 0;
- mosi = 1;
- miso = 2;
-#LED SIGNALs - higher ADBUS-Nibble
-# errled = 4;
-# rdyled = 5;
-# pgmled = 6;
-# vfyled = 7;
-#Buffer Signal - ACBUS - Nibble
-# buff = 8;
-;
+# programmer
+# id = "avrftdi";
+# desc = "FT2232D based generic programmer";
+# type = "avrftdi";
+# connection_type = usb;
+# usbvid = 0x0403;
+# usbpid = 0x6010;
+# usbvendor = "";
+# usbproduct = "";
+# usbdev = "A";
+# usbsn = "";
+# #ISP-signals - lower ADBUS-Nibble (default)
+# reset = 3;
+# sck = 0;
+# mosi = 1;
+# miso = 2;
+# #LED SIGNALs - higher ADBUS-Nibble
+# # errled = 4;
+# # rdyled = 5;
+# # pgmled = 6;
+# # vfyled = 7;
+# #Buffer Signal - ACBUS - Nibble
+# # buff = 8;
+# ;
# This is an implementation of the above with a buffer IC (74AC244) and
# 4 LEDs directly attached, all active low.
-programmer
- id = "2232HIO";
- desc = "FT2232H based generic programmer";
- type = "avrftdi";
- connection_type = usb;
- usbvid = 0x0403;
-# Note: This PID is reserved for generic H devices and
-# should be programmed into the EEPROM
-# usbpid = 0x8A48;
- usbpid = 0x6010;
- usbdev = "A";
- usbvendor = "";
- usbproduct = "";
- usbsn = "";
-#ISP-signals
- reset = 3;
- sck = 0;
- mosi = 1;
- miso = 2;
- buff = ~4;
-#LED SIGNALs
- errled = ~ 11;
- rdyled = ~ 14;
- pgmled = ~ 13;
- vfyled = ~ 12;
-;
-
-#The FT4232H can be treated as FT2232H, but it has a different USB
-#device ID of 0x6011.
-programmer parent "avrftdi"
- id = "4232h";
- desc = "FT4232H based generic programmer";
- usbpid = 0x6011;
-;
-
-programmer
- id = "jtagkey";
- desc = "Amontec JTAGKey, JTAGKey-Tiny and JTAGKey2";
- type = "avrftdi";
- connection_type = usb;
- usbvid = 0x0403;
-# Note: This PID is used in all JTAGKey variants
- usbpid = 0xCFF8;
- usbdev = "A";
- usbvendor = "";
- usbproduct = "";
- usbsn = "";
-#ISP-signals => 20 - Pin connector on JTAGKey
- reset = 3; # TMS 7 violet
- sck = 0; # TCK 9 white
- mosi = 1; # TDI 5 green
- miso = 2; # TDO 13 orange
- buff = ~4;
-# VTG VREF 1 brown with red tip
-# GND GND 20 black
-# The colors are on the 20 pin breakout cable
-# from Amontec
-;
-
-# UM232H module from FTDI and Glyn.com.au.
-# See helix.air.net.au for detailed usage information.
-# J1: Connect pin 2 and 3 for USB power.
-# J2: Connect pin 2 and 3 for USB power.
-# J2: Pin 7 is SCK
-# : Pin 8 is MOSI
-# : Pin 9 is MISO
-# : Pin 11 is RST
-# : Pin 6 is ground
-# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get
-# a 16MHz Atmega1280 to program reliably. The 232H is conveniently 5V tolerant.
-programmer
- id = "UM232H";
- desc = "FT232H based module from FTDI and Glyn.com.au";
- type = "avrftdi";
- usbvid = 0x0403;
-# Note: This PID is reserved for generic 232H devices and
-# should be programmed into the EEPROM
- usbpid = 0x6014;
- usbdev = "A";
- usbvendor = "";
- usbproduct = "";
- usbsn = "";
-#ISP-signals
- sck = 0;
- mosi = 1;
- miso = 2;
- reset = 3;
-;
-
-# C232HM module from FTDI and Glyn.com.au.
-# : Orange is SCK
-# : Yellow is MOSI
-# : Green is MISO
-# : Brown is RST
-# : Black is ground
-# Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get
-# a 16MHz Atmega1280 to program reliably. The 232H is conveniently 5V tolerant.
-programmer
- id = "C232HM";
- desc = "FT232H based module from FTDI and Glyn.com.au";
- type = "avrftdi";
- usbvid = 0x0403;
-# Note: This PID is reserved for generic 232H devices and
-# should be programmed into the EEPROM
- usbpid = 0x6014;
- usbdev = "A";
- usbvendor = "";
- usbproduct = "";
- usbsn = "";
-#ISP-signals
- sck = 0;
- mosi = 1;
- miso = 2;
- reset = 3;
-;
-
-
-# On the adapter you can read "O-Link". On the PCB is printed "OpenJTAG v3.1"
-# You can find it as "OpenJTAG ARM JTAG USB" in the internet.
-# (But there are also several projects called Open JTAG, eg.
-# http://www.openjtag.org, which are completely different.)
-# http://www.100ask.net/shop/english.html (website seems to be outdated)
-# http://item.taobao.com/item.htm?id=1559277013
-# http://www.micro4you.com/store/openjtag-arm-jtag-usb.html (schematics!)
-# some other sources which call it O-Link
-# http://www.andahammer.com/olink/
-# http://www.developmentboard.net/31-o-link-debugger.html
-# http://armwerks.com/catalog/o-link-debugger-copy/
-# or just have a look at ebay ...
-# It is basically the same entry as jtagkey with different usb ids.
-programmer parent "jtagkey"
- id = "o-link";
- desc = "O-Link, OpenJTAG from www.100ask.net";
- usbvid = 0x1457;
- usbpid = 0x5118;
- usbvendor = "www.100ask.net";
- usbproduct = "USB<=>JTAG&RS232";
-;
-
-# http://wiki.openmoko.org/wiki/Debug_Board_v3
-programmer
- id = "openmoko";
- desc = "Openmoko debug board (v3)";
- type = "avrftdi";
- usbvid = 0x1457;
- usbpid = 0x5118;
- usbdev = "A";
- usbvendor = "";
- usbproduct = "";
- usbsn = "";
- reset = 3; # TMS 7
- sck = 0; # TCK 9
- mosi = 1; # TDI 5
- miso = 2; # TDO 13
-;
-
-# Only Rev. A boards.
-# Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf
-programmer
- id = "lm3s811";
- desc = "Luminary Micro LM3S811 Eval Board (Rev. A)";
- type = "avrftdi";
- connection_type = usb;
- usbvid = 0x0403;
- usbpid = 0xbcd9;
- usbvendor = "LMI";
- usbproduct = "LM3S811 Evaluation Board";
- usbdev = "A";
- usbsn = "";
-#ISP-signals - lower ACBUS-Nibble (default)
- reset = 3;
- sck = 0;
- mosi = 1;
- miso = 2;
-# Enable correct buffers
- buff = 7;
-;
-
-# submitted as bug #46020
-programmer
- id = "tumpa";
- desc = "TIAO USB Multi-Protocol Adapter";
- type = "avrftdi";
- connection_type = usb;
- usbvid = 0x0403;
- usbpid = 0x8A98;
- usbdev = "A";
- usbvendor = "TIAO";
- usbproduct = "";
- usbsn = "";
- sck = 0; # TCK 9
- mosi = 1; # TDI 5
- miso = 2; # TDO 13
- reset = 3; # TMS 7
-;
+# programmer
+# id = "2232HIO";
+# desc = "FT2232H based generic programmer";
+# type = "avrftdi";
+# connection_type = usb;
+# usbvid = 0x0403;
+# # Note: This PID is reserved for generic H devices and
+# # should be programmed into the EEPROM
+# # usbpid = 0x8A48;
+# usbpid = 0x6010;
+# usbdev = "A";
+# usbvendor = "";
+# usbproduct = "";
+# usbsn = "";
+# #ISP-signals
+# reset = 3;
+# sck = 0;
+# mosi = 1;
+# miso = 2;
+# buff = ~4;
+# #LED SIGNALs
+# errled = ~ 11;
+# rdyled = ~ 14;
+# pgmled = ~ 13;
+# vfyled = ~ 12;
+# ;
+
+# #The FT4232H can be treated as FT2232H, but it has a different USB
+# #device ID of 0x6011.
+# programmer parent "avrftdi"
+# id = "4232h";
+# desc = "FT4232H based generic programmer";
+# usbpid = 0x6011;
+# ;
+
+# programmer
+# id = "jtagkey";
+# desc = "Amontec JTAGKey, JTAGKey-Tiny and JTAGKey2";
+# type = "avrftdi";
+# connection_type = usb;
+# usbvid = 0x0403;
+# # Note: This PID is used in all JTAGKey variants
+# usbpid = 0xCFF8;
+# usbdev = "A";
+# usbvendor = "";
+# usbproduct = "";
+# usbsn = "";
+# #ISP-signals => 20 - Pin connector on JTAGKey
+# reset = 3; # TMS 7 violet
+# sck = 0; # TCK 9 white
+# mosi = 1; # TDI 5 green
+# miso = 2; # TDO 13 orange
+# buff = ~4;
+# # VTG VREF 1 brown with red tip
+# # GND GND 20 black
+# # The colors are on the 20 pin breakout cable
+# # from Amontec
+# ;
+
+# # UM232H module from FTDI and Glyn.com.au.
+# # See helix.air.net.au for detailed usage information.
+# # J1: Connect pin 2 and 3 for USB power.
+# # J2: Connect pin 2 and 3 for USB power.
+# # J2: Pin 7 is SCK
+# # : Pin 8 is MOSI
+# # : Pin 9 is MISO
+# # : Pin 11 is RST
+# # : Pin 6 is ground
+# # Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get
+# # a 16MHz Atmega1280 to program reliably. The 232H is conveniently 5V tolerant.
+# programmer
+# id = "UM232H";
+# desc = "FT232H based module from FTDI and Glyn.com.au";
+# type = "avrftdi";
+# usbvid = 0x0403;
+# # Note: This PID is reserved for generic 232H devices and
+# # should be programmed into the EEPROM
+# usbpid = 0x6014;
+# usbdev = "A";
+# usbvendor = "";
+# usbproduct = "";
+# usbsn = "";
+# #ISP-signals
+# sck = 0;
+# mosi = 1;
+# miso = 2;
+# reset = 3;
+# ;
+
+# # C232HM module from FTDI and Glyn.com.au.
+# # : Orange is SCK
+# # : Yellow is MOSI
+# # : Green is MISO
+# # : Brown is RST
+# # : Black is ground
+# # Use the -b flag to set the SPI clock rate eg -b 3750000 is the fastest I could get
+# # a 16MHz Atmega1280 to program reliably. The 232H is conveniently 5V tolerant.
+# programmer
+# id = "C232HM";
+# desc = "FT232H based module from FTDI and Glyn.com.au";
+# type = "avrftdi";
+# usbvid = 0x0403;
+# # Note: This PID is reserved for generic 232H devices and
+# # should be programmed into the EEPROM
+# usbpid = 0x6014;
+# usbdev = "A";
+# usbvendor = "";
+# usbproduct = "";
+# usbsn = "";
+# #ISP-signals
+# sck = 0;
+# mosi = 1;
+# miso = 2;
+# reset = 3;
+# ;
+
+
+# # On the adapter you can read "O-Link". On the PCB is printed "OpenJTAG v3.1"
+# # You can find it as "OpenJTAG ARM JTAG USB" in the internet.
+# # (But there are also several projects called Open JTAG, eg.
+# # http://www.openjtag.org, which are completely different.)
+# # http://www.100ask.net/shop/english.html (website seems to be outdated)
+# # http://item.taobao.com/item.htm?id=1559277013
+# # http://www.micro4you.com/store/openjtag-arm-jtag-usb.html (schematics!)
+# # some other sources which call it O-Link
+# # http://www.andahammer.com/olink/
+# # http://www.developmentboard.net/31-o-link-debugger.html
+# # http://armwerks.com/catalog/o-link-debugger-copy/
+# # or just have a look at ebay ...
+# # It is basically the same entry as jtagkey with different usb ids.
+# programmer parent "jtagkey"
+# id = "o-link";
+# desc = "O-Link, OpenJTAG from www.100ask.net";
+# usbvid = 0x1457;
+# usbpid = 0x5118;
+# usbvendor = "www.100ask.net";
+# usbproduct = "USB<=>JTAG&RS232";
+# ;
+
+# # http://wiki.openmoko.org/wiki/Debug_Board_v3
+# programmer
+# id = "openmoko";
+# desc = "Openmoko debug board (v3)";
+# type = "avrftdi";
+# usbvid = 0x1457;
+# usbpid = 0x5118;
+# usbdev = "A";
+# usbvendor = "";
+# usbproduct = "";
+# usbsn = "";
+# reset = 3; # TMS 7
+# sck = 0; # TCK 9
+# mosi = 1; # TDI 5
+# miso = 2; # TDO 13
+# ;
+
+# # Only Rev. A boards.
+# # Schematic and user manual: http://www.cs.put.poznan.pl/wswitala/download/pdf/811EVBK.pdf
+# programmer
+# id = "lm3s811";
+# desc = "Luminary Micro LM3S811 Eval Board (Rev. A)";
+# type = "avrftdi";
+# connection_type = usb;
+# usbvid = 0x0403;
+# usbpid = 0xbcd9;
+# usbvendor = "LMI";
+# usbproduct = "LM3S811 Evaluation Board";
+# usbdev = "A";
+# usbsn = "";
+# #ISP-signals - lower ACBUS-Nibble (default)
+# reset = 3;
+# sck = 0;
+# mosi = 1;
+# miso = 2;
+# # Enable correct buffers
+# buff = 7;
+# ;
+
+# # submitted as bug #46020
+# programmer
+# id = "tumpa";
+# desc = "TIAO USB Multi-Protocol Adapter";
+# type = "avrftdi";
+# connection_type = usb;
+# usbvid = 0x0403;
+# usbpid = 0x8A98;
+# usbdev = "A";
+# usbvendor = "TIAO";
+# usbproduct = "";
+# usbsn = "";
+# sck = 0; # TCK 9
+# mosi = 1; # TDI 5
+# miso = 2; # TDO 13
+# reset = 3; # TMS 7
+# ;
programmer
id = "avrisp";
@@ -618,16 +618,16 @@ programmer
connection_type = serial;
;
-programmer
- id = "avrispmkII";
- desc = "Atmel AVR ISP mkII";
- type = "stk500v2";
- connection_type = usb;
-;
+# programmer
+# id = "avrispmkII";
+# desc = "Atmel AVR ISP mkII";
+# type = "stk500v2";
+# connection_type = usb;
+# ;
-programmer parent "avrispmkII"
- id = "avrisp2";
-;
+# programmer parent "avrispmkII"
+# id = "avrisp2";
+# ;
programmer
id = "buspirate";
@@ -696,26 +696,26 @@ programmer
connection_type = serial;
;
-programmer
- id = "stk600";
- desc = "Atmel STK600";
- type = "stk600";
- connection_type = usb;
-;
+# programmer
+# id = "stk600";
+# desc = "Atmel STK600";
+# type = "stk600";
+# connection_type = usb;
+# ;
-programmer
- id = "stk600pp";
- desc = "Atmel STK600 in parallel programming mode";
- type = "stk600pp";
- connection_type = usb;
-;
+# programmer
+# id = "stk600pp";
+# desc = "Atmel STK600 in parallel programming mode";
+# type = "stk600pp";
+# connection_type = usb;
+# ;
-programmer
- id = "stk600hvsp";
- desc = "Atmel STK600 in high-voltage serial programming mode";
- type = "stk600hvsp";
- connection_type = usb;
-;
+# programmer
+# id = "stk600hvsp";
+# desc = "Atmel STK600 in high-voltage serial programming mode";
+# type = "stk600hvsp";
+# connection_type = usb;
+# ;
programmer
id = "avr910";
@@ -724,155 +724,155 @@ programmer
connection_type = serial;
;
-programmer
- id = "ft245r";
- desc = "FT245R Synchronous BitBang";
- type = "ftdi_syncbb";
- connection_type = usb;
- miso = 1; # D1
- sck = 0; # D0
- mosi = 2; # D2
- reset = 4; # D4
-;
-
-programmer
- id = "ft232r";
- desc = "FT232R Synchronous BitBang";
- type = "ftdi_syncbb";
- connection_type = usb;
- miso = 1; # RxD
- sck = 0; # TxD
- mosi = 2; # RTS
- reset = 4; # DTR
-;
-
-# see http://www.bitwizard.nl/wiki/index.php/FTDI_ATmega
-programmer
- id = "bwmega";
- desc = "BitWizard ftdi_atmega builtin programmer";
- type = "ftdi_syncbb";
- connection_type = usb;
- miso = 5; # DSR
- sck = 6; # DCD
- mosi = 3; # CTS
- reset = 7; # RI
-;
-
-# see http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html
-# Note: pins are numbered from 1!
-programmer
- id = "arduino-ft232r";
- desc = "Arduino: FT232R connected to ISP";
- type = "ftdi_syncbb";
- connection_type = usb;
- miso = 3; # CTS X3(1)
- sck = 5; # DSR X3(2)
- mosi = 6; # DCD X3(3)
- reset = 7; # RI X3(4)
-;
-
-# website mentioned above uses this id
-programmer parent "arduino-ft232r"
- id = "diecimila";
- desc = "alias for arduino-ft232r";
-;
-
-# There is a ATmega328P kit PCB called "uncompatino".
-# This board allows ISP via its on-board FT232R.
-# This is designed like Arduino Duemilanove but has no standard ICPS header.
-# Its 4 pairs of pins are shorted to enable ftdi_syncbb.
-# http://akizukidenshi.com/catalog/g/gP-07487/
-# http://akizukidenshi.com/download/ds/akizuki/k6096_manual_20130816.pdf
-programmer
- id = "uncompatino";
- desc = "uncompatino with all pairs of pins shorted";
- type = "ftdi_syncbb";
- connection_type = usb;
- miso = 3; # cts
- sck = 5; # dsr
- mosi = 6; # dcd
- reset = 7; # ri
-;
-
-# FTDI USB to serial cable TTL-232R-5V with a custom adapter for ICSP
-# http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm
-# http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf
-# For ICSP pinout see for example http://www.atmel.com/images/doc2562.pdf
-# (Figure 1. ISP6PIN header pinout and Table 1. Connections required for ISP ...)
-# TTL-232R GND 1 Black -> ICPS GND (pin 6)
-# TTL-232R CTS 2 Brown -> ICPS MOSI (pin 4)
-# TTL-232R VCC 3 Red -> ICPS VCC (pin 2)
-# TTL-232R TXD 4 Orange -> ICPS RESET (pin 5)
-# TTL-232R RXD 5 Yellow -> ICPS SCK (pin 3)
-# TTL-232R RTS 6 Green -> ICPS MISO (pin 1)
-# Except for VCC and GND, you can connect arbitual pairs as long as
-# the following table is adjusted.
-programmer
- id = "ttl232r";
- desc = "FTDI TTL232R-5V with ICSP adapter";
- type = "ftdi_syncbb";
- connection_type = usb;
- miso = 2; # rts
- sck = 1; # rxd
- mosi = 3; # cts
- reset = 0; # txd
-;
-
-programmer
- id = "usbasp";
- desc = "USBasp, http://www.fischl.de/usbasp/";
- type = "usbasp";
- connection_type = usb;
- usbvid = 0x16C0; # VOTI
- usbpid = 0x05DC; # Obdev's free shared PID
- usbvendor = "www.fischl.de";
- usbproduct = "USBasp";
-
- # following variants are autodetected for id "usbasp"
-
- # original usbasp from fischl.de
- # see above "usbasp"
-
- # old usbasp from fischl.de
- #usbvid = 0x03EB; # ATMEL
- #usbpid = 0xC7B4; # (unoffical) USBasp
- #usbvendor = "www.fischl.de";
- #usbproduct = "USBasp";
-
- # NIBObee (only if -P nibobee is given on command line)
- # see below "nibobee"
-;
-
-programmer
- id = "nibobee";
- desc = "NIBObee";
- type = "usbasp";
- connection_type = usb;
- usbvid = 0x16C0; # VOTI
- usbpid = 0x092F; # NIBObee PID
- usbvendor = "www.nicai-systems.com";
- usbproduct = "NIBObee";
-;
-
-programmer
- id = "usbasp-clone";
- desc = "Any usbasp clone with correct VID/PID";
- type = "usbasp";
- connection_type = usb;
- usbvid = 0x16C0; # VOTI
- usbpid = 0x05DC; # Obdev's free shared PID
- #usbvendor = "";
- #usbproduct = "";
-;
-
-programmer
- id = "usbtiny";
- desc = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
- type = "usbtiny";
- connection_type = usb;
- usbvid = 0x1781;
- usbpid = 0x0c9f;
-;
+# programmer
+# id = "ft245r";
+# desc = "FT245R Synchronous BitBang";
+# type = "ftdi_syncbb";
+# connection_type = usb;
+# miso = 1; # D1
+# sck = 0; # D0
+# mosi = 2; # D2
+# reset = 4; # D4
+# ;
+
+# programmer
+# id = "ft232r";
+# desc = "FT232R Synchronous BitBang";
+# type = "ftdi_syncbb";
+# connection_type = usb;
+# miso = 1; # RxD
+# sck = 0; # TxD
+# mosi = 2; # RTS
+# reset = 4; # DTR
+# ;
+
+# # see http://www.bitwizard.nl/wiki/index.php/FTDI_ATmega
+# programmer
+# id = "bwmega";
+# desc = "BitWizard ftdi_atmega builtin programmer";
+# type = "ftdi_syncbb";
+# connection_type = usb;
+# miso = 5; # DSR
+# sck = 6; # DCD
+# mosi = 3; # CTS
+# reset = 7; # RI
+# ;
+
+# # see http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html
+# # Note: pins are numbered from 1!
+# programmer
+# id = "arduino-ft232r";
+# desc = "Arduino: FT232R connected to ISP";
+# type = "ftdi_syncbb";
+# connection_type = usb;
+# miso = 3; # CTS X3(1)
+# sck = 5; # DSR X3(2)
+# mosi = 6; # DCD X3(3)
+# reset = 7; # RI X3(4)
+# ;
+
+# # website mentioned above uses this id
+# programmer parent "arduino-ft232r"
+# id = "diecimila";
+# desc = "alias for arduino-ft232r";
+# ;
+
+# # There is a ATmega328P kit PCB called "uncompatino".
+# # This board allows ISP via its on-board FT232R.
+# # This is designed like Arduino Duemilanove but has no standard ICPS header.
+# # Its 4 pairs of pins are shorted to enable ftdi_syncbb.
+# # http://akizukidenshi.com/catalog/g/gP-07487/
+# # http://akizukidenshi.com/download/ds/akizuki/k6096_manual_20130816.pdf
+# programmer
+# id = "uncompatino";
+# desc = "uncompatino with all pairs of pins shorted";
+# type = "ftdi_syncbb";
+# connection_type = usb;
+# miso = 3; # cts
+# sck = 5; # dsr
+# mosi = 6; # dcd
+# reset = 7; # ri
+# ;
+
+# # FTDI USB to serial cable TTL-232R-5V with a custom adapter for ICSP
+# # http://www.ftdichip.com/Products/Cables/USBTTLSerial.htm
+# # http://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf
+# # For ICSP pinout see for example http://www.atmel.com/images/doc2562.pdf
+# # (Figure 1. ISP6PIN header pinout and Table 1. Connections required for ISP ...)
+# # TTL-232R GND 1 Black -> ICPS GND (pin 6)
+# # TTL-232R CTS 2 Brown -> ICPS MOSI (pin 4)
+# # TTL-232R VCC 3 Red -> ICPS VCC (pin 2)
+# # TTL-232R TXD 4 Orange -> ICPS RESET (pin 5)
+# # TTL-232R RXD 5 Yellow -> ICPS SCK (pin 3)
+# # TTL-232R RTS 6 Green -> ICPS MISO (pin 1)
+# # Except for VCC and GND, you can connect arbitual pairs as long as
+# # the following table is adjusted.
+# programmer
+# id = "ttl232r";
+# desc = "FTDI TTL232R-5V with ICSP adapter";
+# type = "ftdi_syncbb";
+# connection_type = usb;
+# miso = 2; # rts
+# sck = 1; # rxd
+# mosi = 3; # cts
+# reset = 0; # txd
+# ;
+
+# programmer
+# id = "usbasp";
+# desc = "USBasp, http://www.fischl.de/usbasp/";
+# type = "usbasp";
+# connection_type = usb;
+# usbvid = 0x16C0; # VOTI
+# usbpid = 0x05DC; # Obdev's free shared PID
+# usbvendor = "www.fischl.de";
+# usbproduct = "USBasp";
+
+# # following variants are autodetected for id "usbasp"
+
+# # original usbasp from fischl.de
+# # see above "usbasp"
+
+# # old usbasp from fischl.de
+# #usbvid = 0x03EB; # ATMEL
+# #usbpid = 0xC7B4; # (unoffical) USBasp
+# #usbvendor = "www.fischl.de";
+# #usbproduct = "USBasp";
+
+# # NIBObee (only if -P nibobee is given on command line)
+# # see below "nibobee"
+# ;
+
+# programmer
+# id = "nibobee";
+# desc = "NIBObee";
+# type = "usbasp";
+# connection_type = usb;
+# usbvid = 0x16C0; # VOTI
+# usbpid = 0x092F; # NIBObee PID
+# usbvendor = "www.nicai-systems.com";
+# usbproduct = "NIBObee";
+# ;
+
+# programmer
+# id = "usbasp-clone";
+# desc = "Any usbasp clone with correct VID/PID";
+# type = "usbasp";
+# connection_type = usb;
+# usbvid = 0x16C0; # VOTI
+# usbpid = 0x05DC; # Obdev's free shared PID
+# #usbvendor = "";
+# #usbproduct = "";
+# ;
+
+# programmer
+# id = "usbtiny";
+# desc = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
+# type = "usbtiny";
+# connection_type = usb;
+# usbvid = 0x1781;
+# usbpid = 0x0c9f;
+# ;
programmer
id = "butterfly";
@@ -907,240 +907,240 @@ programmer parent "mkbutterfly"
id = "butterfly_mk";
;
-programmer
- id = "jtagmkI";
- desc = "Atmel JTAG ICE (mkI)";
- baudrate = 115200; # default is 115200
- type = "jtagmki";
- connection_type = serial;
-;
-
-# easier to type
-programmer parent "jtagmkI"
- id = "jtag1";
-;
-
-# easier to type
-programmer parent "jtag1"
- id = "jtag1slow";
- baudrate = 19200;
-;
-
-# The JTAG ICE mkII has both, serial and USB connectivity. As it is
-# mostly used through USB these days (AVR Studio 5 only supporting it
-# that way), we make connection_type = usb the default. Users are
-# still free to use a serial port with the -P option.
-
-programmer
- id = "jtagmkII";
- desc = "Atmel JTAG ICE mkII";
- baudrate = 19200; # default is 19200
- type = "jtagmkii";
- connection_type = usb;
-;
-
-# easier to type
-programmer parent "jtagmkII"
- id = "jtag2slow";
-;
-
-# JTAG ICE mkII @ 115200 Bd
-programmer parent "jtag2slow"
- id = "jtag2fast";
- baudrate = 115200;
-;
-
-# make the fast one the default, people will love that
-programmer parent "jtag2fast"
- id = "jtag2";
-;
-
-# JTAG ICE mkII in ISP mode
-programmer
- id = "jtag2isp";
- desc = "Atmel JTAG ICE mkII in ISP mode";
- baudrate = 115200;
- type = "jtagmkii_isp";
- connection_type = usb;
-;
-
-# JTAG ICE mkII in debugWire mode
-programmer
- id = "jtag2dw";
- desc = "Atmel JTAG ICE mkII in debugWire mode";
- baudrate = 115200;
- type = "jtagmkii_dw";
- connection_type = usb;
-;
-
-# JTAG ICE mkII in AVR32 mode
-programmer
- id = "jtagmkII_avr32";
- desc = "Atmel JTAG ICE mkII im AVR32 mode";
- baudrate = 115200;
- type = "jtagmkii_avr32";
- connection_type = usb;
-;
-
-# JTAG ICE mkII in AVR32 mode
-programmer
- id = "jtag2avr32";
- desc = "Atmel JTAG ICE mkII im AVR32 mode";
- baudrate = 115200;
- type = "jtagmkii_avr32";
- connection_type = usb;
-;
-
-# JTAG ICE mkII in PDI mode
-programmer
- id = "jtag2pdi";
- desc = "Atmel JTAG ICE mkII PDI mode";
- baudrate = 115200;
- type = "jtagmkii_pdi";
- connection_type = usb;
-;
-
-# AVR Dragon in JTAG mode
-programmer
- id = "dragon_jtag";
- desc = "Atmel AVR Dragon in JTAG mode";
- baudrate = 115200;
- type = "dragon_jtag";
- connection_type = usb;
-;
-
-# AVR Dragon in ISP mode
-programmer
- id = "dragon_isp";
- desc = "Atmel AVR Dragon in ISP mode";
- baudrate = 115200;
- type = "dragon_isp";
- connection_type = usb;
-;
-
-# AVR Dragon in PP mode
-programmer
- id = "dragon_pp";
- desc = "Atmel AVR Dragon in PP mode";
- baudrate = 115200;
- type = "dragon_pp";
- connection_type = usb;
-;
-
-# AVR Dragon in HVSP mode
-programmer
- id = "dragon_hvsp";
- desc = "Atmel AVR Dragon in HVSP mode";
- baudrate = 115200;
- type = "dragon_hvsp";
- connection_type = usb;
-;
-
-# AVR Dragon in debugWire mode
-programmer
- id = "dragon_dw";
- desc = "Atmel AVR Dragon in debugWire mode";
- baudrate = 115200;
- type = "dragon_dw";
- connection_type = usb;
-;
-
-# AVR Dragon in PDI mode
-programmer
- id = "dragon_pdi";
- desc = "Atmel AVR Dragon in PDI mode";
- baudrate = 115200;
- type = "dragon_pdi";
- connection_type = usb;
-;
-
-programmer
- id = "jtag3";
- desc = "Atmel AVR JTAGICE3 in JTAG mode";
- type = "jtagice3";
- connection_type = usb;
- usbpid = 0x2110, 0x2140;
-;
-
-programmer
- id = "jtag3pdi";
- desc = "Atmel AVR JTAGICE3 in PDI mode";
- type = "jtagice3_pdi";
- connection_type = usb;
- usbpid = 0x2110, 0x2140;
-;
-
-programmer
- id = "jtag3dw";
- desc = "Atmel AVR JTAGICE3 in debugWIRE mode";
- type = "jtagice3_dw";
- connection_type = usb;
- usbpid = 0x2110, 0x2140;
-;
-
-programmer
- id = "jtag3isp";
- desc = "Atmel AVR JTAGICE3 in ISP mode";
- type = "jtagice3_isp";
- connection_type = usb;
- usbpid = 0x2110, 0x2140;
-;
-
-programmer
- id = "xplainedpro";
- desc = "Atmel AVR XplainedPro in JTAG mode";
- type = "jtagice3";
- connection_type = usb;
- usbpid = 0x2111;
-;
-
-programmer
- id = "xplainedmini";
- desc = "Atmel AVR XplainedMini in ISP mode";
- type = "jtagice3_isp";
- connection_type = usb;
- usbpid = 0x2145;
-;
-
-programmer
- id = "xplainedmini_dw";
- desc = "Atmel AVR XplainedMini in debugWIRE mode";
- type = "jtagice3_dw";
- connection_type = usb;
- usbpid = 0x2145;
-;
-
-programmer
- id = "atmelice";
- desc = "Atmel-ICE (ARM/AVR) in JTAG mode";
- type = "jtagice3";
- connection_type = usb;
- usbpid = 0x2141;
-;
-
-programmer
- id = "atmelice_pdi";
- desc = "Atmel-ICE (ARM/AVR) in PDI mode";
- type = "jtagice3_pdi";
- connection_type = usb;
- usbpid = 0x2141;
-;
-
-programmer
- id = "atmelice_dw";
- desc = "Atmel-ICE (ARM/AVR) in debugWIRE mode";
- type = "jtagice3_dw";
- connection_type = usb;
- usbpid = 0x2141;
-;
-
-programmer
- id = "atmelice_isp";
- desc = "Atmel-ICE (ARM/AVR) in ISP mode";
- type = "jtagice3_isp";
- connection_type = usb;
- usbpid = 0x2141;
-;
+# programmer
+# id = "jtagmkI";
+# desc = "Atmel JTAG ICE (mkI)";
+# baudrate = 115200; # default is 115200
+# type = "jtagmki";
+# connection_type = serial;
+# ;
+
+# # easier to type
+# programmer parent "jtagmkI"
+# id = "jtag1";
+# ;
+
+# # easier to type
+# programmer parent "jtag1"
+# id = "jtag1slow";
+# baudrate = 19200;
+# ;
+
+# # The JTAG ICE mkII has both, serial and USB connectivity. As it is
+# # mostly used through USB these days (AVR Studio 5 only supporting it
+# # that way), we make connection_type = usb the default. Users are
+# # still free to use a serial port with the -P option.
+
+# programmer
+# id = "jtagmkII";
+# desc = "Atmel JTAG ICE mkII";
+# baudrate = 19200; # default is 19200
+# type = "jtagmkii";
+# connection_type = usb;
+# ;
+
+# # easier to type
+# programmer parent "jtagmkII"
+# id = "jtag2slow";
+# ;
+
+# # JTAG ICE mkII @ 115200 Bd
+# programmer parent "jtag2slow"
+# id = "jtag2fast";
+# baudrate = 115200;
+# ;
+
+# # make the fast one the default, people will love that
+# programmer parent "jtag2fast"
+# id = "jtag2";
+# ;
+
+# # JTAG ICE mkII in ISP mode
+# programmer
+# id = "jtag2isp";
+# desc = "Atmel JTAG ICE mkII in ISP mode";
+# baudrate = 115200;
+# type = "jtagmkii_isp";
+# connection_type = usb;
+# ;
+
+# # JTAG ICE mkII in debugWire mode
+# programmer
+# id = "jtag2dw";
+# desc = "Atmel JTAG ICE mkII in debugWire mode";
+# baudrate = 115200;
+# type = "jtagmkii_dw";
+# connection_type = usb;
+# ;
+
+# # JTAG ICE mkII in AVR32 mode
+# programmer
+# id = "jtagmkII_avr32";
+# desc = "Atmel JTAG ICE mkII im AVR32 mode";
+# baudrate = 115200;
+# type = "jtagmkii_avr32";
+# connection_type = usb;
+# ;
+
+# # JTAG ICE mkII in AVR32 mode
+# programmer
+# id = "jtag2avr32";
+# desc = "Atmel JTAG ICE mkII im AVR32 mode";
+# baudrate = 115200;
+# type = "jtagmkii_avr32";
+# connection_type = usb;
+# ;
+
+# # JTAG ICE mkII in PDI mode
+# programmer
+# id = "jtag2pdi";
+# desc = "Atmel JTAG ICE mkII PDI mode";
+# baudrate = 115200;
+# type = "jtagmkii_pdi";
+# connection_type = usb;
+# ;
+
+# # AVR Dragon in JTAG mode
+# programmer
+# id = "dragon_jtag";
+# desc = "Atmel AVR Dragon in JTAG mode";
+# baudrate = 115200;
+# type = "dragon_jtag";
+# connection_type = usb;
+# ;
+
+# # AVR Dragon in ISP mode
+# programmer
+# id = "dragon_isp";
+# desc = "Atmel AVR Dragon in ISP mode";
+# baudrate = 115200;
+# type = "dragon_isp";
+# connection_type = usb;
+# ;
+
+# # AVR Dragon in PP mode
+# programmer
+# id = "dragon_pp";
+# desc = "Atmel AVR Dragon in PP mode";
+# baudrate = 115200;
+# type = "dragon_pp";
+# connection_type = usb;
+# ;
+
+# # AVR Dragon in HVSP mode
+# programmer
+# id = "dragon_hvsp";
+# desc = "Atmel AVR Dragon in HVSP mode";
+# baudrate = 115200;
+# type = "dragon_hvsp";
+# connection_type = usb;
+# ;
+
+# # AVR Dragon in debugWire mode
+# programmer
+# id = "dragon_dw";
+# desc = "Atmel AVR Dragon in debugWire mode";
+# baudrate = 115200;
+# type = "dragon_dw";
+# connection_type = usb;
+# ;
+
+# # AVR Dragon in PDI mode
+# programmer
+# id = "dragon_pdi";
+# desc = "Atmel AVR Dragon in PDI mode";
+# baudrate = 115200;
+# type = "dragon_pdi";
+# connection_type = usb;
+# ;
+
+# programmer
+# id = "jtag3";
+# desc = "Atmel AVR JTAGICE3 in JTAG mode";
+# type = "jtagice3";
+# connection_type = usb;
+# usbpid = 0x2110, 0x2140;
+# ;
+
+# programmer
+# id = "jtag3pdi";
+# desc = "Atmel AVR JTAGICE3 in PDI mode";
+# type = "jtagice3_pdi";
+# connection_type = usb;
+# usbpid = 0x2110, 0x2140;
+# ;
+
+# programmer
+# id = "jtag3dw";
+# desc = "Atmel AVR JTAGICE3 in debugWIRE mode";
+# type = "jtagice3_dw";
+# connection_type = usb;
+# usbpid = 0x2110, 0x2140;
+# ;
+
+# programmer
+# id = "jtag3isp";
+# desc = "Atmel AVR JTAGICE3 in ISP mode";
+# type = "jtagice3_isp";
+# connection_type = usb;
+# usbpid = 0x2110, 0x2140;
+# ;
+
+# programmer
+# id = "xplainedpro";
+# desc = "Atmel AVR XplainedPro in JTAG mode";
+# type = "jtagice3";
+# connection_type = usb;
+# usbpid = 0x2111;
+# ;
+
+# programmer
+# id = "xplainedmini";
+# desc = "Atmel AVR XplainedMini in ISP mode";
+# type = "jtagice3_isp";
+# connection_type = usb;
+# usbpid = 0x2145;
+# ;
+
+# programmer
+# id = "xplainedmini_dw";
+# desc = "Atmel AVR XplainedMini in debugWIRE mode";
+# type = "jtagice3_dw";
+# connection_type = usb;
+# usbpid = 0x2145;
+# ;
+
+# programmer
+# id = "atmelice";
+# desc = "Atmel-ICE (ARM/AVR) in JTAG mode";
+# type = "jtagice3";
+# connection_type = usb;
+# usbpid = 0x2141;
+# ;
+
+# programmer
+# id = "atmelice_pdi";
+# desc = "Atmel-ICE (ARM/AVR) in PDI mode";
+# type = "jtagice3_pdi";
+# connection_type = usb;
+# usbpid = 0x2141;
+# ;
+
+# programmer
+# id = "atmelice_dw";
+# desc = "Atmel-ICE (ARM/AVR) in debugWIRE mode";
+# type = "jtagice3_dw";
+# connection_type = usb;
+# usbpid = 0x2141;
+# ;
+
+# programmer
+# id = "atmelice_isp";
+# desc = "Atmel-ICE (ARM/AVR) in ISP mode";
+# type = "jtagice3_isp";
+# connection_type = usb;
+# usbpid = 0x2141;
+# ;
programmer
@@ -1150,26 +1150,26 @@ programmer
connection_type = serial;
;
-programmer
- id = "pickit2";
- desc = "MicroChip's PICkit2 Programmer";
- type = "pickit2";
- connection_type = usb;
-;
-
-programmer
- id = "flip1";
- desc = "FLIP USB DFU protocol version 1 (doc7618)";
- type = "flip1";
- connection_type = usb;
-;
-
-programmer
- id = "flip2";
- desc = "FLIP USB DFU protocol version 2 (AVR4023)";
- type = "flip2";
- connection_type = usb;
-;
+# programmer
+# id = "pickit2";
+# desc = "MicroChip's PICkit2 Programmer";
+# type = "pickit2";
+# connection_type = usb;
+# ;
+
+# programmer
+# id = "flip1";
+# desc = "FLIP USB DFU protocol version 1 (doc7618)";
+# type = "flip1";
+# connection_type = usb;
+# ;
+
+# programmer
+# id = "flip2";
+# desc = "FLIP USB DFU protocol version 2 (AVR4023)";
+# type = "flip2";
+# connection_type = usb;
+# ;
# Parallel port programmers.