mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as it is now stable.
This commit is contained in:
parent
94323fadd1
commit
bcd07f4f8a
@ -14,6 +14,7 @@
|
|||||||
* <b>Changed:</b>
|
* <b>Changed:</b>
|
||||||
* - Library Applications:
|
* - Library Applications:
|
||||||
* - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda)
|
* - 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
|
* \section Sec_ChangeLog130901 Version 130901
|
||||||
* <b>New:</b>
|
* <b>New:</b>
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Serial carrier TPI/PDI speed in Hz, when hardware TPI/PDI mode is used. */
|
/** 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. */
|
/** Total number of bits in a single USART frame. */
|
||||||
#define BITS_IN_USART_FRAME 12
|
#define BITS_IN_USART_FRAME 12
|
||||||
|
Loading…
Reference in New Issue
Block a user