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="ATtiny24-20SSU" package="SOIC14" pinout="SOIC14" tempmax="85" tempmin="-40"/>
|
||||
<variant ordercode="ATtiny24V-10MU" package="QFN20" pinout="QFN20" tempmax="85" tempmin="-40"/>
|
||||
</variants>
|
||||
<device name="ATtiny24" architecture="AVR8" family="tinyAVR">
|
||||
<device name="ATtiny24" architecture="AVR8" avr-family="tinyAVR" family="AVR8">
|
||||
<address-spaces>
|
||||
<address-space endianness="little" name="prog" id="prog" start="0x0000" size="0x0800">
|
||||
<memory-segment start="0x0000" size="0x0800" type="flash" rw="RW" exec="1" name="FLASH"
|
||||
|
||||
Reference in New Issue
Block a user