aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/AVRISP.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-24 02:14:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-24 02:14:04 +0000
commit9decc2bc595bb15ccf275ae2d3854bb862c92881 (patch)
tree820f003024f1636d6654a536e82f2a7e98d4cd34 /Projects/AVRISP/AVRISP.txt
parent05fcf7e2a79bebb978d4aeaef26b12f70c6826f8 (diff)
downloadlufa-9decc2bc595bb15ccf275ae2d3854bb862c92881.tar.gz
lufa-9decc2bc595bb15ccf275ae2d3854bb862c92881.tar.bz2
lufa-9decc2bc595bb15ccf275ae2d3854bb862c92881.zip
Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
Diffstat (limited to 'Projects/AVRISP/AVRISP.txt')
-rw-r--r--Projects/AVRISP/AVRISP.txt23
1 files changed, 5 insertions, 18 deletions
diff --git a/Projects/AVRISP/AVRISP.txt b/Projects/AVRISP/AVRISP.txt
index 10361ac7b..864946434 100644
--- a/Projects/AVRISP/AVRISP.txt
+++ b/Projects/AVRISP/AVRISP.txt
@@ -243,29 +243,16 @@
* <td>Define to enable SPI programming protocol support. <i>Ignored when compiled for the XPLAIN board.</i></td>
* </tr>
* <tr>
- * <td>ENABLE_PDI_PROTOCOL</td>
+ * <td>ENABLE_XPROG_PROTOCOL</td>
* <td>Makefile CDEFS</td>
- * <td>Define to enable XMEGA PDI programming protocol support. <i>Ignored when compiled for the XPLAIN board.</i></td>
+ * <td>Define to enable PDI and TPI programming protocol support. <i>Ignored when compiled for the XPLAIN board.</i></td>
* </tr>
* <tr>
- * <td>ENABLE_TPI_PROTOCOL</td>
+ * <td>XPROG_VIA_HARDWARE_USART</td>
* <td>Makefile CDEFS</td>
- * <td>Define to enable 6-PIN ATTINY TPI programming protocol support. <i>Ignored when compiled for the XPLAIN board.</i></td>
- * </tr>
- * <tr>
- * <td>PDI_VIA_HARDWARE_USART</td>
- * <td>Makefile CDEFS</td>
- * <td>Define to force the PDI protocol (when enabled) to use the much faster hardware USART instead of bit-banging to
- * match the official AVRISP pinout. This breaks pinout compatibility with the official AVRISP MKII (and requires
- * seperate ISP and PDI programming headers) but increases programming speed dramatically.
- * <i>Ignored when compiled for the XPLAIN board.</i></td>
- * </tr>
- * <tr>
- * <td>TPI_VIA_HARDWARE_USART</td>
- * <td>Makefile CDEFS</td>
- * <td>Define to force the TPI protocol (when enabled) to use the much faster hardware USART instead of bit-banging to
+ * <td>Define to force the PDI and TPI protocols (when enabled) to use the much faster hardware USART instead of bit-banging to
* match the official AVRISP pinout. This breaks pinout compatibility with the official AVRISP MKII (and requires
- * seperate ISP and TPI programming headers) but increases programming speed dramatically.
+ * seperate ISP and PDI/TPI programming headers) but increases programming speed dramatically.
* <i>Ignored when compiled for the XPLAIN board.</i></td>
* </tr>
* </table>