diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-16 01:37:43 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-11-16 01:37:43 +0000 |
| commit | 99353c0c826ba0a2727de0bfce747a47074ca5b7 (patch) | |
| tree | 2bad7bb012ad3230f7e83944dbfda8c21511556f /Projects/AVRISP-MKII/AVRISP-MKII.txt | |
| parent | e687bda431c7536c1486601d46f64172328b1a4a (diff) | |
Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clone programmer project (thanks to Tom Light).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1580 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/AVRISP-MKII/AVRISP-MKII.txt')
| -rw-r--r-- | Projects/AVRISP-MKII/AVRISP-MKII.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.txt b/Projects/AVRISP-MKII/AVRISP-MKII.txt index d569e7e3..7489cf6a 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> */ |
