X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/05fcf7e2a79bebb978d4aeaef26b12f70c6826f8..9decc2bc595bb15ccf275ae2d3854bb862c92881:/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. * *