Added target family attribute to AVR8 TDFs and renamed AVR family attribute to avr-family
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<variant ordercode="ATmega1284P-MN" tempmin="-40" tempmax="85" speedmax="20000000" pinout="TQFP_QFN_44"
|
||||
package="QFN44" vccmin="1.8" vccmax="5.5"/>
|
||||
</variants>
|
||||
<device name="ATmega1284P" architecture="AVR8" family="megaAVR">
|
||||
<device name="ATmega1284P" architecture="AVR8" avr-family="megaAVR" family="AVR8">
|
||||
<address-spaces>
|
||||
<address-space endianness="little" name="prog" id="prog" start="0x0000" size="0x20000">
|
||||
<memory-segment start="0x0000" size="0x20000" type="flash" rw="RW" exec="1" name="FLASH"
|
||||
|
||||
Reference in New Issue
Block a user