#822 Added sigrow memory to tiny102 and tiny 104, and removed duplicate lockbits.

This commit is contained in:
Jan Egil Ruud 2022-11-29 09:52:45 +01:00
parent f9a2bd0327
commit f2156b834d
1 changed files with 12 additions and 6 deletions

View File

@ -13265,12 +13265,6 @@ part
offset = 0x3f00;
;
memory "lockbits"
size = 1;
page_size = 16;
offset = 0x3f00;
;
memory "signature"
size = 3;
page_size = 16;
@ -13402,6 +13396,12 @@ part parent ".reduced_core_tiny"
offset = 0x4000;
blocksize = 128;
;
memory "sigrow"
size = 16;
page_size = 16;
offset = 0x3fc6;
;
;
#------------------------------------------------------------
@ -13420,6 +13420,12 @@ part parent ".reduced_core_tiny"
offset = 0x4000;
blocksize = 128;
;
memory "sigrow"
size = 16;
page_size = 16;
offset = 0x3fc6;
;
;
#------------------------------------------------------------