Used 'aliased' memory segment type for "MAPPED_PROGMEM" segments in AVR8 TDFs

This commit is contained in:
Nav
2023-12-19 21:53:25 +00:00
parent e3d7ea7226
commit 0d1ab0205d
73 changed files with 73 additions and 73 deletions

View File

@@ -13,7 +13,7 @@
<memory-segment exec="0" name="INTERNAL_SRAM" rw="RW" size="0x1000" start="0x3000" type="ram"/>
<memory-segment exec="0" name="IO" rw="RW" size="0x1100" start="0x00000000" type="io"/>
<memory-segment exec="0" name="LOCKBITS" pagesize="0x40" rw="RW" size="0x1" start="0x0000128A" type="lockbits"/>
<memory-segment exec="0" name="MAPPED_PROGMEM" pagesize="0x80" rw="RW" size="0x8000" start="0x00004000" type="other"/>
<memory-segment exec="0" name="MAPPED_PROGMEM" pagesize="0x80" rw="RW" size="0x8000" start="0x00004000" type="aliased"/>
<memory-segment exec="0" name="PROD_SIGNATURES" pagesize="0x80" rw="R" size="0x7D" start="0x00001103" type="signatures"/>
<memory-segment exec="0" name="SIGNATURES" pagesize="0x80" rw="R" size="0x3" start="0x00001100" type="signatures"/>
<memory-segment exec="0" name="USER_SIGNATURES" pagesize="0x40" rw="RW" size="0x40" start="0x00001300" type="user_signatures"/>