aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-04 11:33:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-04 11:33:51 +0000
commitab8668b14ee05854dfe935bf143be7ebe051b8f5 (patch)
tree7dc38a8e4a14e3e2bcc400db71697b1af035ace8 /LUFA/ManPages/ChangeLog.txt
parent708a1c6166af75f0243972c81d06978cc9bf20be (diff)
downloadlufa-ab8668b14ee05854dfe935bf143be7ebe051b8f5.tar.gz
lufa-ab8668b14ee05854dfe935bf143be7ebe051b8f5.tar.bz2
lufa-ab8668b14ee05854dfe935bf143be7ebe051b8f5.zip
Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it was very buggy. PDI and TPI must now be implemented via seperate headers instead of the one unified ISP/TPI/PDI header.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 4c292849c..18bfe0c5f 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -17,8 +17,7 @@
* is suspended before or during a transfer
*
* <b>Changed:</b>
- * - AVRISP programmer project now has a more robust timeout system, allowing for an increase of the software USART speed
- * for PDI and TPI programming
+ * - AVRISP programmer project now has a more robust timeout system
* - Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond
* - Webserver project now uses the board LEDs to indicate the current IP configuration state
* - Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired
@@ -35,6 +34,8 @@
* - The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead
* - Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be
* selected (thanks to Steffan Woltjer)
+ * - Removed software PDI and TPI emulation from the AVRISP-MKII clone project as it was very buggy and slow - PDI and TPI must
+ * now be implemented via seperate programming headers
*
* <b>Fixed:</b>
* - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin