mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 03:35:28 +00:00
bug #40782: Verify errors for object size > 16 k on x32e5 due
to typo in avrdude.conf * avrdude.conf.in (ATmega8E5, ATmega32E5): fix boot location git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1289 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -14233,7 +14233,7 @@ part parent ".xmega"
|
||||
|
||||
memory "boot"
|
||||
size = 0x800;
|
||||
offset = 0x00804000;
|
||||
offset = 0x00802000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
@@ -14337,7 +14337,7 @@ part parent ".xmega"
|
||||
|
||||
memory "boot"
|
||||
size = 0x1000;
|
||||
offset = 0x00804000;
|
||||
offset = 0x00808000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user