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.

This commit is contained in:
Dean Camera 2010-12-25 17:49:30 +00:00
parent bfa622d27e
commit 958b20a8ef
3 changed files with 21 additions and 14 deletions

View file

@ -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
* <b>New:</b>