Corrected memory segment type in recently added ATtiny TDFs
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<address-space key="data" start="0x00000000" size="65536" endianness="little">
|
||||
<memory-segment key="io" name="Input/Output" type="io" start="0x00000000" size="4352" access="RW" executable="0"/>
|
||||
<memory-segment key="signatures" name="Signatures" type="signatures" start="0x00001100" size="3" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="prod_signatures" name="Production Signatures" type="signatures" start="0x00001103" size="61" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="prod_signatures" name="Production Signatures" type="production_signatures" start="0x00001103" size="61" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="fuses" name="Fuses" type="fuses" start="0x00001280" size="10" page-size="32" access="RW" executable="0"/>
|
||||
<memory-segment key="lockbits" name="Lockbits" type="lockbits" start="0x0000128A" size="1" page-size="32" access="RW" executable="0"/>
|
||||
<memory-segment key="user_signatures" name="User Signatures" type="user_signatures" start="0x00001300" size="32" page-size="32" access="RW" executable="0"/>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<address-space key="data" start="0x00000000" size="65536" endianness="little">
|
||||
<memory-segment key="io" name="Input/Output" type="io" start="0x00000000" size="4352" access="RW" executable="0"/>
|
||||
<memory-segment key="signatures" name="Signatures" type="signatures" start="0x00001100" size="3" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="prod_signatures" name="Production Signatures" type="signatures" start="0x00001103" size="61" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="prod_signatures" name="Production Signatures" type="production_signatures" start="0x00001103" size="61" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="fuses" name="Fuses" type="fuses" start="0x00001280" size="10" page-size="32" access="RW" executable="0"/>
|
||||
<memory-segment key="lockbits" name="Lockbits" type="lockbits" start="0x0000128A" size="1" page-size="32" access="RW" executable="0"/>
|
||||
<memory-segment key="user_signatures" name="User Signatures" type="user_signatures" start="0x00001300" size="32" page-size="32" access="RW" executable="0"/>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<address-space key="data" start="0x00000000" size="65536" endianness="little">
|
||||
<memory-segment key="io" name="Input/Output" type="io" start="0x00000000" size="4352" access="RW" executable="0"/>
|
||||
<memory-segment key="signatures" name="Signatures" type="signatures" start="0x00001100" size="3" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="prod_signatures" name="Production Signatures" type="signatures" start="0x00001103" size="61" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="prod_signatures" name="Production Signatures" type="production_signatures" start="0x00001103" size="61" page-size="128" access="R" executable="0"/>
|
||||
<memory-segment key="fuses" name="Fuses" type="fuses" start="0x00001280" size="10" page-size="32" access="RW" executable="0"/>
|
||||
<memory-segment key="lockbits" name="Lockbits" type="lockbits" start="0x0000128A" size="1" page-size="32" access="RW" executable="0"/>
|
||||
<memory-segment key="user_signatures" name="User Signatures" type="user_signatures" start="0x00001300" size="32" page-size="32" access="RW" executable="0"/>
|
||||
|
||||
Reference in New Issue
Block a user