mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 19:40:10 +00:00
Submitted by Joakim Lubeck:
bug #40033: Support for the XMegaE5 family * avrdude.conf.in (ATxmega8E6, ATxmega16E5, ATxmega32E5): New entries. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1231 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
156
avrdude.conf.in
156
avrdude.conf.in
@@ -13790,6 +13790,162 @@ part parent "x384c3"
|
||||
signature = 0x1e 0x98 0x47;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATxmega8E5
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent ".xmega"
|
||||
id = "x8e5";
|
||||
desc = "ATxmega8E5";
|
||||
signature = 0x1e 0x93 0x41;
|
||||
|
||||
memory "eeprom"
|
||||
size = 0x0200;
|
||||
offset = 0x08c0000;
|
||||
page_size = 0x20;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "application"
|
||||
size = 0x2000;
|
||||
offset = 0x0800000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "apptable"
|
||||
size = 0x800;
|
||||
offset = 0x00801800;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "boot"
|
||||
size = 0x800;
|
||||
offset = 0x00804000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "flash"
|
||||
size = 0x2800;
|
||||
offset = 0x0800000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "usersig"
|
||||
size = 0x80;
|
||||
offset = 0x8e0400;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATxmega16E5
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent ".xmega"
|
||||
id = "x16e5";
|
||||
desc = "ATxmega16E5";
|
||||
signature = 0x1e 0x94 0x45;
|
||||
|
||||
memory "eeprom"
|
||||
size = 0x0200;
|
||||
offset = 0x08c0000;
|
||||
page_size = 0x20;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "application"
|
||||
size = 0x4000;
|
||||
offset = 0x0800000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "apptable"
|
||||
size = 0x1000;
|
||||
offset = 0x00803000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "boot"
|
||||
size = 0x1000;
|
||||
offset = 0x00804000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "flash"
|
||||
size = 0x5000;
|
||||
offset = 0x0800000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "usersig"
|
||||
size = 0x80;
|
||||
offset = 0x8e0400;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# ATxmega32E5
|
||||
#------------------------------------------------------------
|
||||
|
||||
part parent ".xmega"
|
||||
id = "x32e5";
|
||||
desc = "ATxmega32E5";
|
||||
signature = 0x1e 0x95 0x4c;
|
||||
|
||||
memory "eeprom"
|
||||
size = 0x0400;
|
||||
offset = 0x08c0000;
|
||||
page_size = 0x20;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "application"
|
||||
size = 0x8000;
|
||||
offset = 0x0800000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "apptable"
|
||||
size = 0x1000;
|
||||
offset = 0x00807000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "boot"
|
||||
size = 0x1000;
|
||||
offset = 0x00804000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "flash"
|
||||
size = 0x9000;
|
||||
offset = 0x0800000;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
|
||||
memory "usersig"
|
||||
size = 0x80;
|
||||
offset = 0x8e0400;
|
||||
page_size = 0x80;
|
||||
readsize = 0x100;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# AVR32UC3A0512
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user