mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
* stk500.c (stk500_paged_write): Limit blocks written to no bigger
than memory device size. (stk500_paged_write): Send whole block at once. (stk500_paged_load): Limit blocks read to no bigger than memory device size. [Contributed by Bill Somerville <bill@classdesign.com>, this fixes bug #5713.] git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@376 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,5 +1,14 @@
|
||||
2003-10-13 Bill Somerville <bill@classdesign.com>
|
||||
|
||||
* stk500.c (stk500_paged_write): Limit blocks written to no bigger
|
||||
than memory device size.
|
||||
(stk500_paged_write): Send whole block at once.
|
||||
(stk500_paged_load): Limit blocks read to no bigger than memory
|
||||
device size.
|
||||
[This fixes bug #5713.]
|
||||
|
||||
2003-10-13 Eric B. Weddington <eric@ecentral.com>
|
||||
|
||||
|
||||
*avrdude.conf.in: Fix for unterminated character error.
|
||||
|
||||
2003-10-13 Eric B. Weddington <eric@ecentral.com>
|
||||
|
Reference in New Issue
Block a user