Added support for AVR64EA28, AVR64EA32 and AVR64EA48 targets
This commit is contained in:
@@ -15,6 +15,7 @@ class Avr8TargetDescriptionFile extends TargetDescriptionFile
|
||||
const AVR8_FAMILY_DB = 'DB';
|
||||
const AVR8_FAMILY_DA = 'DA';
|
||||
const AVR8_FAMILY_DD = 'DD';
|
||||
const AVR8_FAMILY_EA = 'EA';
|
||||
const AVR8_FAMILY_OTHER = 'OTHER';
|
||||
|
||||
const AVR8_PHYSICAL_INTERFACE_ISP = 'ISP';
|
||||
@@ -125,6 +126,9 @@ class Avr8TargetDescriptionFile extends TargetDescriptionFile
|
||||
} else if (strtolower(trim($deviceAttributes['family'])) == 'avr dd') {
|
||||
$this->family = self::AVR8_FAMILY_DD;
|
||||
|
||||
} else if (strtolower(trim($deviceAttributes['family'])) == 'avr ea') {
|
||||
$this->family = self::AVR8_FAMILY_EA;
|
||||
|
||||
} else {
|
||||
$this->family = self::AVR8_FAMILY_OTHER;
|
||||
}
|
||||
|
||||
6475
src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA28.xml
Normal file
6475
src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA28.xml
Normal file
File diff suppressed because it is too large
Load Diff
6559
src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA32.xml
Normal file
6559
src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA32.xml
Normal file
File diff suppressed because it is too large
Load Diff
6937
src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA48.xml
Normal file
6937
src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA48.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user