AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is...
authorDean Camera <dean@fourwalledcubicle.com>
Sat, 2 Nov 2013 11:17:31 +0000 (12:17 +0100)
committerDean Camera <dean@fourwalledcubicle.com>
Sat, 2 Nov 2013 11:17:31 +0000 (12:17 +0100)
LUFA/DoxygenPages/ChangeLog.txt
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h

index 98e5bdd..a2ae1c2 100644 (file)
@@ -14,6 +14,7 @@
   *  <b>Changed:</b>
   *  - Library Applications:
   *   - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda)
+  *   - AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable
   *
   *  \section Sec_ChangeLog130901 Version 130901
   *  <b>New:</b>
index b6e924b..091cb98 100644 (file)
@@ -57,7 +57,7 @@
                #endif
 
                /** Serial carrier TPI/PDI speed in Hz, when hardware TPI/PDI mode is used. */
-               #define XPROG_HARDWARE_SPEED       250000
+               #define XPROG_HARDWARE_SPEED       2000000
 
                /** Total number of bits in a single USART frame. */
                #define BITS_IN_USART_FRAME        12