Fixed programming errors in the AVRISP-MKII project when the programming packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).
This commit is contained in:
parent
73718d7c57
commit
279e1b6ece
4 changed files with 23 additions and 2 deletions
|
@ -82,6 +82,8 @@
|
|||
* - 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
|
||||
* - Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov)
|
||||
* - Fixed programming errors in the AVRISP-MKII project when the programming packet is a round multiple of the endpoint bank
|
||||
* size under avrdude (thanks to Steffan Woltjer)
|
||||
*
|
||||
*
|
||||
* \section Sec_ChangeLog101122 Version 101122
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
* - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/
|
||||
* - Penguino, an Arduino Board With On-Board LUFA Powered Debugger/Programmer: http://wiki.icy.com.au/PenguinoAVR
|
||||
* - PIR-1, an IR control interface for consumer electronics: http://www.promixis.com/pir-1.php
|
||||
* - PIR-4, a USB Connected 4 port IR transmitter: http://promixis.com/pir-4.php
|
||||
* - Many of Busware's Products: http://www.busware.de/
|
||||
* - MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/
|
||||
* - Retrode, a USB Games Console Cartridge Reader: http://www.retrode.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue