#822 Added sigrow memory to tiny102 and tiny 104, and removed duplicate lockbits.
This commit is contained in:
parent
f9a2bd0327
commit
f2156b834d
|
@ -13265,12 +13265,6 @@ part
|
||||||
offset = 0x3f00;
|
offset = 0x3f00;
|
||||||
;
|
;
|
||||||
|
|
||||||
memory "lockbits"
|
|
||||||
size = 1;
|
|
||||||
page_size = 16;
|
|
||||||
offset = 0x3f00;
|
|
||||||
;
|
|
||||||
|
|
||||||
memory "signature"
|
memory "signature"
|
||||||
size = 3;
|
size = 3;
|
||||||
page_size = 16;
|
page_size = 16;
|
||||||
|
@ -13402,6 +13396,12 @@ part parent ".reduced_core_tiny"
|
||||||
offset = 0x4000;
|
offset = 0x4000;
|
||||||
blocksize = 128;
|
blocksize = 128;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "sigrow"
|
||||||
|
size = 16;
|
||||||
|
page_size = 16;
|
||||||
|
offset = 0x3fc6;
|
||||||
|
;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
@ -13420,6 +13420,12 @@ part parent ".reduced_core_tiny"
|
||||||
offset = 0x4000;
|
offset = 0x4000;
|
||||||
blocksize = 128;
|
blocksize = 128;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "sigrow"
|
||||||
|
size = 16;
|
||||||
|
page_size = 16;
|
||||||
|
offset = 0x3fc6;
|
||||||
|
;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue