X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/7aecda6fda5bcced68d72b0cf73d00174aa5c7cd..42cfd157936571c70b6ba0be48fbda1ab7b450a1:/Projects/AVRISP/AVRISP.txt
diff --git a/Projects/AVRISP/AVRISP.txt b/Projects/AVRISP/AVRISP.txt
index c15c27fa6..9dd2f119f 100644
--- a/Projects/AVRISP/AVRISP.txt
+++ b/Projects/AVRISP/AVRISP.txt
@@ -109,7 +109,7 @@
* 2 See \ref SSec_Options section
*
*
- * Connections to the device for PDI programming (when enabled):
+ * Connections to the device for PDI programming1 (when enabled):
*
*
*
@@ -149,6 +149,9 @@
*
*
*
+ * 1 When PDI_VIA_HARDWARE_USART is set, the AVR's Tx and Rx become the DATA line when connected together
+ * via a pair of 300 ohm resistors, and the AVR's XCK pin becomes CLOCK.
+ *
* \section SSec_Options Project Options
*
* The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
@@ -192,5 +195,11 @@
* Makefile CDEFS |
* Define to enable XMEGA PDI 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 hardware USART instead of bit-banging to match the official
+ * AVRISP pinout. Automatically set when compiled for the XPLAIN board. |
+ *
*
*/