Added target family attribute to AVR8 TDFs and renamed AVR family attribute to avr-family
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<variant ordercode="ATmega162-AU" tempmin="-40" tempmax="85" pinout="QFP_QFN_44" package="TQFP44"/>
|
||||
<variant ordercode="ATmega162-MU" tempmin="-40" tempmax="85" pinout="QFP_QFN_44" package="VQFN44"/>
|
||||
</variants>
|
||||
<device name="ATmega162" architecture="AVR8" family="megaAVR">
|
||||
<device name="ATmega162" architecture="AVR8" avr-family="megaAVR" family="AVR8">
|
||||
<address-spaces>
|
||||
<address-space endianness="little" name="prog" id="prog" start="0x0000" size="0x4000">
|
||||
<memory-segment start="0x0000" size="0x4000" type="flash" rw="RW" exec="1" name="FLASH"
|
||||
|
||||
Reference in New Issue
Block a user