diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-29 14:43:03 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-29 14:43:03 +0000 |
commit | b1dbd92c32022c2ec1601f6a6e51c5714a69c56c (patch) | |
tree | 6b32bb39caf32b9106f0fc303b7364bbe3a495f5 /LUFA | |
parent | e1c1c256192c099f5bfa23946c050aa5954aca4a (diff) | |
download | lufa-b1dbd92c32022c2ec1601f6a6e51c5714a69c56c.tar.gz lufa-b1dbd92c32022c2ec1601f6a6e51c5714a69c56c.tar.bz2 lufa-b1dbd92c32022c2ec1601f6a6e51c5714a69c56c.zip |
Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 52c78f001..c206ad04d 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -16,9 +16,12 @@ * <b>Changed:</b>
* - Slowed down bit-banged PDI programming in the AVRISP project slightly to prevent transmission errors
* - Renamed the AVRISP project folder to AVRISP-MKII to reduce confusion
+ * - Renamed the RESET_LINE_* makefile tokens in the AVRISP MKII Project to AUX_LINE_*, as they are not always used for target
+ * reset
*
* <b>Fixed:</b>
* - Fixed AVRISP project not able to enter programming mode when ISP protocol is used
+ * - Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit
*
* \section Sec_ChangeLog091223 Version 091223
*
|