Merge pull request #888 from MCUdude/userrow-alias
Add userrow and usersig aliases
This commit is contained in:
commit
e2e5e44bab
|
@ -16754,6 +16754,10 @@ part parent ".avr8x"
|
||||||
page_size = 0x20;
|
page_size = 0x20;
|
||||||
readsize = 0x100;
|
readsize = 0x100;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "userrow"
|
||||||
|
alias "usersig";
|
||||||
|
;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
@ -16771,6 +16775,10 @@ part parent ".avr8x"
|
||||||
page_size = 0x40;
|
page_size = 0x40;
|
||||||
readsize = 0x100;
|
readsize = 0x100;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "userrow"
|
||||||
|
alias "usersig";
|
||||||
|
;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
@ -18001,6 +18009,10 @@ part
|
||||||
readsize = 0x20;
|
readsize = 0x20;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "usersig"
|
||||||
|
alias "userrow";
|
||||||
|
;
|
||||||
|
|
||||||
memory "data"
|
memory "data"
|
||||||
# SRAM, only used to supply the offset
|
# SRAM, only used to supply the offset
|
||||||
offset = 0x1000000;
|
offset = 0x1000000;
|
||||||
|
@ -18837,6 +18849,10 @@ part parent ".avrdx"
|
||||||
page_size = 0x40;
|
page_size = 0x40;
|
||||||
readsize = 0x40;
|
readsize = 0x40;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
memory "usersig"
|
||||||
|
alias "userrow";
|
||||||
|
;
|
||||||
;
|
;
|
||||||
|
|
||||||
#------------------------------------------------------------
|
#------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue