From 9decc2bc595bb15ccf275ae2d3854bb862c92881 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 24 Dec 2009 02:14:04 +0000 Subject: Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files. --- Projects/AVRISP/AVRISP.txt | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'Projects/AVRISP/AVRISP.txt') 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 @@ * Define to enable SPI programming protocol support. Ignored when compiled for the XPLAIN board. * * - * ENABLE_PDI_PROTOCOL + * ENABLE_XPROG_PROTOCOL * Makefile CDEFS - * Define to enable XMEGA PDI programming protocol support. Ignored when compiled for the XPLAIN board. + * Define to enable PDI and TPI programming protocol support. Ignored when compiled for the XPLAIN board. * * - * ENABLE_TPI_PROTOCOL + * XPROG_VIA_HARDWARE_USART * Makefile CDEFS - * Define to enable 6-PIN ATTINY TPI programming protocol support. Ignored when compiled for the XPLAIN board. - * - * - * PDI_VIA_HARDWARE_USART - * Makefile CDEFS - * 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. - * Ignored when compiled for the XPLAIN board. - * - * - * TPI_VIA_HARDWARE_USART - * Makefile CDEFS - * Define to force the TPI protocol (when enabled) to use the much faster hardware USART instead of bit-banging to + * 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. * Ignored when compiled for the XPLAIN board. * * -- cgit v1.2.3