mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-22 00:56:21 +03:00
Move eeprom and sram into avr-lx stub
This commit is contained in:
@@ -24551,6 +24551,13 @@ part # .avr-lx
|
||||
syscfg_base = 0x0f00;
|
||||
factory_fcpu = 20000000;
|
||||
|
||||
memory "eeprom"
|
||||
size = 512;
|
||||
page_size = 8;
|
||||
offset = 0x1400;
|
||||
readsize = 256;
|
||||
;
|
||||
|
||||
memory "fuses"
|
||||
size = 16;
|
||||
offset = 0x1050;
|
||||
@@ -24733,6 +24740,11 @@ part # .avr-lx
|
||||
readsize = 1;
|
||||
;
|
||||
|
||||
memory "sram"
|
||||
size = 2048;
|
||||
offset = 0x7800;
|
||||
;
|
||||
|
||||
memory "sib"
|
||||
size = 32;
|
||||
readsize = 1;
|
||||
@@ -24751,24 +24763,12 @@ part parent ".avr-lx" # 16la14
|
||||
mcuid = 414;
|
||||
signature = 0x1e 0x94 0x54;
|
||||
|
||||
memory "eeprom"
|
||||
size = 512;
|
||||
page_size = 8;
|
||||
offset = 0x1400;
|
||||
readsize = 256;
|
||||
;
|
||||
|
||||
memory "flash"
|
||||
size = 0x4000;
|
||||
page_size = 64;
|
||||
offset = 0x800000;
|
||||
readsize = 256;
|
||||
;
|
||||
|
||||
memory "sram"
|
||||
size = 2048;
|
||||
offset = 0x7800;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user