Tidying AVR8 TDFs
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<variant ordercode="ATxmega128A1U-AN" package="TQFP100" pinout="TQFP100" speedmax="32000000" tempmax="105"
|
||||
tempmin="-40" vccmax="3.6" vccmin="1.6"/>
|
||||
</variants>
|
||||
<device name="ATxmega128A1U" architecture="AVR8_XMEGA" avr-family="AVR XMEGA" family="AVR8">
|
||||
<device name="ATxmega128A1U" family="AVR8" architecture="AVR8_XMEGA" avr-family="AVR XMEGA">
|
||||
<address-spaces>
|
||||
<address-space name="prog" id="prog" start="0x00000" size="0x22000" endianness="little">
|
||||
<memory-segment start="0x00000" size="0x20000" type="flash" rw="RW" exec="1" name="APP_SECTION"
|
||||
@@ -25,8 +25,8 @@
|
||||
<memory-segment start="0x1000" size="0x000800" type="eeprom" rw="RW" exec="0" name="MAPPED_EEPROM"/>
|
||||
<memory-segment start="0x2000" size="0x002000" type="ram" rw="RW" exec="0" name="INTERNAL_SRAM"/>
|
||||
<!-- We don't support external SRAM (for now) -->
|
||||
<!-- <memory-segment start="0x4000" size="0xFFBFFF" type="ram" rw="RW" exec="0" name="EXTERNAL_SRAM"-->
|
||||
<!-- external="true"/>-->
|
||||
<!-- <memory-segment start="0x4000" size="0xFFBFFF" type="ram" rw="RW" exec="0" name="EXTERNAL_SRAM"-->
|
||||
<!-- external="true"/>-->
|
||||
</address-space>
|
||||
<address-space name="eeprom" id="eeprom" start="0x00000" size="0x0800">
|
||||
<memory-segment start="0x00000" size="0x0800" type="eeprom" rw="RW" exec="0" name="EEPROM"
|
||||
|
||||
Reference in New Issue
Block a user