aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISP-MKII.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-11-16 01:37:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-11-16 01:37:43 +0000
commit002cd6df49981ad75b2092f2ae6b3efc4e2dd364 (patch)
tree2bad7bb012ad3230f7e83944dbfda8c21511556f /Projects/AVRISP-MKII/AVRISP-MKII.txt
parentb27f35536dce3f3ba9d3d3e8a1fa2e9c6cb9cec7 (diff)
downloadlufa-002cd6df49981ad75b2092f2ae6b3efc4e2dd364.tar.gz
lufa-002cd6df49981ad75b2092f2ae6b3efc4e2dd364.tar.bz2
lufa-002cd6df49981ad75b2092f2ae6b3efc4e2dd364.zip
Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clone programmer project (thanks to Tom Light).
Diffstat (limited to 'Projects/AVRISP-MKII/AVRISP-MKII.txt')
-rw-r--r--Projects/AVRISP-MKII/AVRISP-MKII.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt
index d569e7e3e..7489cf6a0 100644
--- a/Projects/AVRISP-MKII/AVRISP-MKII.txt
+++ b/Projects/AVRISP-MKII/AVRISP-MKII.txt
@@ -280,6 +280,12 @@
* <td>Define to switch to a non-standard endpoint scheme, breaking compatibility with AVRStudio under Windows but making
* the code compatible with software such as avrdude (all platforms) that use the libUSB driver.
* </tr>
+ * <tr>
+ * <td>XCK_RESCUE_CLOCK_ENABLE</td>
+ * <td>Makefile LUFA_OPTS</td>
+ * <td>Define to move the ISP rescue clock to the AVR's XCK pin instead of the OCR1A output pin. This is useful for existing programming
+ * hardware that does not expose the OCR1A pin of the AVR, but *may* cause some issues with PDI programming mode.
+ * </tr>
* </table>
*/