diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-07 04:40:56 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-07 04:40:56 +0000 |
commit | db73b11244c2c5dc444f3c459d6823be8d1fe655 (patch) | |
tree | 29e1e695f2ed4dcb58db7055dd84ea27bf08bd6c /LUFA | |
parent | 6553bf5bfb70c26574047b0c4518a024a65b1bc8 (diff) | |
download | lufa-db73b11244c2c5dc444f3c459d6823be8d1fe655.tar.gz lufa-db73b11244c2c5dc444f3c459d6823be8d1fe655.tar.bz2 lufa-db73b11244c2c5dc444f3c459d6823be8d1fe655.zip |
Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair).
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d3ff6858e..c07f10a90 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -68,6 +68,7 @@ * - Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration * instead of manual host state machine manipulations in the main application task * - Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines + * - Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair) * * <b>Fixed:</b> * - Core: |