* Note that this design currently has several limitations:\r
* - Minimum target clock speed of 500KHz due to hardware SPI used\r
* - No reversed/shorted target connector detection and notification\r
- * - PDI programming is not supported for XMEGA targets\r
*\r
* On AVR models with an ADC converter, ACC should be tied to 5V (e.g. VBUS) and the VTARGET_ADC_CHANNEL token should be\r
* set to an appropriate ADC channel number in the project makefile for VTARGET detection to operate correctly. On models\r
* without an ADC converter, VTARGET will report at a fixed 5V level.\r
*\r
- * Connections to the device are simple:\r
+ * Connections to the device are simple for SPI programming:\r
*\r
* <table>\r
* <tr>\r
* <b><sup>1</sup></b> <i>Optional, see \ref SSec_Options section - for USB AVRs with ADC modules only</i> \n\r
* <b><sup>2</sup></b> <i>See \ref SSec_Options section</i>\r
*\r
+ *\r
+ * Connections to the device are simple for SPI programming:\r
+ *\r
+ * <table>\r
+ * <td><b>PDI Programming is not yet fully implemented.</b></td>\r
+ * </table>\r
* \section SSec_Options Project Options\r
*\r
* The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r
* <td>Makefile CDEFS</td>\r
* <td>ADC channel number (on supported AVRs) to use for VTARGET level detection.</td> \r
* </tr>\r
+ * <tr>\r
+ * <td>ENABLE_XPROG_PROTOCOL</td>\r
+ * <td>Makefile CDEFS</td>\r
+ * <td>Define to enable XMEGA PDI programming protocol support.</td> \r
+ * </tr>\r
* </table>\r
*/\r