From 958b20a8ef51c9f6f104ce59d8f17ea476a7a20c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 25 Dec 2010 17:49:30 +0000 Subject: Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target memory space that is only byte (not page) addressable. --- LUFA/ManPages/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/ManPages/ChangeLog.txt') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 1bce5faba..ef2ef96cf 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -38,6 +38,8 @@ * - Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo * - Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects when the host exceeds the packet * timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski) + * - Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target + * memory space that is only byte (not page) addressable * * \section Sec_ChangeLog101122 Version 101122 * New: -- cgit v1.2.3