Move eeprom and sram into avr-lx stub

This commit is contained in:
Stefan Rueger
2026-06-13 13:46:02 +01:00
parent eda076ee55
commit 01aed11f36

View File

@@ -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;
;
;
#------------------------------------------------------------