aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISP-MKII.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-10-30 14:12:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-10-30 14:12:11 +0000
commiteb5b8a32e4d254479b14c82d36de8e17218640c4 (patch)
tree0573915f86d79471606ae7e9448c58d65f9d6629 /Projects/AVRISP-MKII/AVRISP-MKII.txt
parent1e0c3bc69a75a835931f5943ce7157f6af97b15f (diff)
downloadlufa-eb5b8a32e4d254479b14c82d36de8e17218640c4.tar.gz
lufa-eb5b8a32e4d254479b14c82d36de8e17218640c4.tar.bz2
lufa-eb5b8a32e4d254479b14c82d36de8e17218640c4.zip
Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).
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 c47a65e68..4533a8535 100644
--- a/Projects/AVRISP-MKII/AVRISP-MKII.txt
+++ b/Projects/AVRISP-MKII/AVRISP-MKII.txt
@@ -293,6 +293,12 @@
* <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>
+ * <tr>
+ * <td>INVERTED_ISP_MISO</td>
+ * <td>Makefile LUFA_OPTS</td>
+ * <td>Define to invert the received data on the ISP MISO line. This is sometimes needed depending on the level translation hardware used,
+ * if the translator hardware inverts the received logic level.
+ * </tr>
* </table>
*/