mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
#822 Added sigrow memory to tiny102 and tiny 104, and removed duplicate lockbits.
This commit is contained in:
@@ -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;
|
||||
;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user