Renamed TDF attribute rw to access
This commit is contained in:
@@ -162,16 +162,16 @@
|
||||
</property-groups>
|
||||
<address-spaces>
|
||||
<address-space key="prog" start="0x00000000" size="65536" endianness="little">
|
||||
<memory-segment key="internal_program_memory" name="Internal FLASH" type="flash" start="0x00000000" size="65536" page-size="256" rw="RW"/>
|
||||
<memory-segment key="internal_program_memory" name="Internal FLASH" type="flash" start="0x00000000" size="65536" page-size="256" access="RW"/>
|
||||
</address-space>
|
||||
<address-space key="signatures" start="0x00000000" size="3" endianness="little">
|
||||
<memory-segment key="signatures" name="Signatures" type="signatures" start="0x00000000" size="3" rw="R"/>
|
||||
<memory-segment key="signatures" name="Signatures" type="signatures" start="0x00000000" size="3" access="R"/>
|
||||
</address-space>
|
||||
<address-space key="fuses" start="0x00000000" size="3" endianness="little">
|
||||
<memory-segment key="fuses" name="Fuses" type="fuses" start="0x00000000" size="3" rw="RW"/>
|
||||
<memory-segment key="fuses" name="Fuses" type="fuses" start="0x00000000" size="3" access="RW"/>
|
||||
</address-space>
|
||||
<address-space key="lockbits" start="0x00000000" size="1" endianness="little">
|
||||
<memory-segment key="lockbits" name="Lockbits" type="lockbits" start="0x00000000" size="1" rw="RW"/>
|
||||
<memory-segment key="lockbits" name="Lockbits" type="lockbits" start="0x00000000" size="1" access="RW"/>
|
||||
</address-space>
|
||||
<address-space key="data" start="0x00000000" size="4352" endianness="little">
|
||||
<memory-segment key="gp_registers" name="General Purpose Registers" type="gp_registers" start="0x00000000" size="32"/>
|
||||
@@ -179,10 +179,10 @@
|
||||
<memory-segment key="internal_ram" name="Internal RAM" type="ram" start="0x00000100" size="4096"/>
|
||||
</address-space>
|
||||
<address-space key="eeprom" start="0x00000000" size="2048" endianness="little">
|
||||
<memory-segment key="internal_eeprom" name="Internal EEPROM" type="eeprom" start="0x00000000" size="2048" page-size="8" rw="RW"/>
|
||||
<memory-segment key="internal_eeprom" name="Internal EEPROM" type="eeprom" start="0x00000000" size="2048" page-size="8" access="RW"/>
|
||||
</address-space>
|
||||
<address-space key="osccal" start="0x00000000" size="1" endianness="little">
|
||||
<memory-segment key="osccal" name="OSCCAL" type="osccal" start="0x00000000" size="1" rw="R"/>
|
||||
<memory-segment key="osccal" name="OSCCAL" type="osccal" start="0x00000000" size="1" access="R"/>
|
||||
</address-space>
|
||||
</address-spaces>
|
||||
<physical-interfaces>
|
||||
|
||||
Reference in New Issue
Block a user