aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-27 07:10:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-27 07:10:00 +0000
commitf7cde02b80c001875231c8ef21211214ebc742ed (patch)
treea40189a0c4f4d1a8b1c6f46b14dcc7a3e253b42c /Projects/AVRISP
parent665fe11f128b95874befdd59492379a0f5d8105e (diff)
downloadlufa-f7cde02b80c001875231c8ef21211214ebc742ed.tar.gz
lufa-f7cde02b80c001875231c8ef21211214ebc742ed.tar.bz2
lufa-f7cde02b80c001875231c8ef21211214ebc742ed.zip
Added extra note about missing OUT endpoint configuration to the HID Device mode Class driver.
Added pinout information to the AVRISP project.
Diffstat (limited to 'Projects/AVRISP')
-rw-r--r--Projects/AVRISP/AVRISP.txt38
1 files changed, 37 insertions, 1 deletions
diff --git a/Projects/AVRISP/AVRISP.txt b/Projects/AVRISP/AVRISP.txt
index 8d299e25a..a9d550786 100644
--- a/Projects/AVRISP/AVRISP.txt
+++ b/Projects/AVRISP/AVRISP.txt
@@ -66,6 +66,42 @@
* set to an appropriate ADC channel number in the project makefile for VTARGET detection to operate correctly. On models
* without an ADC converter, VTARGET will report at a fixed 5V level.
*
+ * Connections to the device are simple:
+ *
+ * <table>
+ * <tr>
+ * <td><b>Programmer Pin:</b></td>
+ * <td><b>Target Device Pin:</b></td>
+ * </tr>
+ * <tr>
+ * <td>MOSI</td>
+ * <td>PDI</td>
+ * </tr>
+ * <tr>
+ * <td>MISO</td>
+ * <td>PDO</td>
+ * </tr>
+ * <tr>
+ * <td>SCLK</td>
+ * <td>SCLK</td>
+ * </tr>
+ * <tr>
+ * <td>GND</td>
+ * <td>GND</td>
+ * </tr>
+ * <tr>
+ * <td>ADCx <b><sup>1</sup></b></td>
+ * <td>VTARGET</td>
+ * </tr>
+ * <tr>
+ * <td>PORTx.y <b><sup>2</sup></b></td>
+ * <td>/RESET</td>
+ * </tr>
+ * </table>
+ *
+ * <b><sup>1</sup></b> <i>Optional, see \ref SSec_Options section - for USB AVRs with ADC modules only</i> \n
+ * <b><sup>2</sup></b> <i>See \ref SSec_Options section</i>
+ *
* \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.
@@ -89,7 +125,7 @@
* <tr>
* <td>RESET_LINE_MASK</td>
* <td>Makefile CDEFS</td>
- * <td>Mask for the programmer's target RESET line on the chosen port.</td>
+ * <td>Mask for the programmer's target RESET line on the chosen port. <b>Must not be the AVR's /SS pin.</b></td>
* </tr>
* <tr>
* <td>VTARGET_ADC_CHANNEL</td>