From e52226199100e6112519574415451c3d63d83c18 Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 15 Sep 2024 15:27:08 +0100 Subject: [PATCH] Replaced `group` attribute with `name` attribute in Signal TDF element --- .../Services/ValidationService.php | 4 + .../Services/Xml/FromXmlService.php | 2 +- .../Services/Xml/ToXmlService.php | 5 +- .../Targets/TargetDescriptionFiles/Signal.php | 6 +- src/Targets/TargetDescription/Signal.hpp | 8 +- .../TargetDescriptionFile.cpp | 2 +- .../AVR8/D-SERIES/AVR128DA28.xml | 316 +++---- .../AVR8/D-SERIES/AVR128DA32.xml | 378 ++++----- .../AVR8/D-SERIES/AVR128DA48.xml | 586 ++++++------- .../AVR8/D-SERIES/AVR128DA64.xml | 774 +++++++++--------- .../AVR8/D-SERIES/AVR128DB28.xml | 274 +++---- .../AVR8/D-SERIES/AVR128DB32.xml | 324 ++++---- .../AVR8/D-SERIES/AVR128DB48.xml | 528 ++++++------ .../AVR8/D-SERIES/AVR128DB64.xml | 680 +++++++-------- .../AVR8/D-SERIES/AVR16DD14.xml | 176 ++-- .../AVR8/D-SERIES/AVR16DD20.xml | 274 +++---- .../AVR8/D-SERIES/AVR16DD28.xml | 350 ++++---- .../AVR8/D-SERIES/AVR16DD32.xml | 388 ++++----- .../AVR8/D-SERIES/AVR32DA28.xml | 316 +++---- .../AVR8/D-SERIES/AVR32DA32.xml | 378 ++++----- .../AVR8/D-SERIES/AVR32DA48.xml | 586 ++++++------- .../AVR8/D-SERIES/AVR32DB28.xml | 274 +++---- .../AVR8/D-SERIES/AVR32DB32.xml | 324 ++++---- .../AVR8/D-SERIES/AVR32DB48.xml | 528 ++++++------ .../AVR8/D-SERIES/AVR32DD14.xml | 176 ++-- .../AVR8/D-SERIES/AVR32DD20.xml | 274 +++---- .../AVR8/D-SERIES/AVR32DD28.xml | 350 ++++---- .../AVR8/D-SERIES/AVR32DD32.xml | 388 ++++----- .../AVR8/D-SERIES/AVR64DA28.xml | 316 +++---- .../AVR8/D-SERIES/AVR64DA32.xml | 378 ++++----- .../AVR8/D-SERIES/AVR64DA48.xml | 586 ++++++------- .../AVR8/D-SERIES/AVR64DA64.xml | 774 +++++++++--------- .../AVR8/D-SERIES/AVR64DB28.xml | 274 +++---- .../AVR8/D-SERIES/AVR64DB32.xml | 324 ++++---- .../AVR8/D-SERIES/AVR64DB48.xml | 528 ++++++------ .../AVR8/D-SERIES/AVR64DB64.xml | 680 +++++++-------- .../AVR8/D-SERIES/AVR64DD14.xml | 168 ++-- .../AVR8/D-SERIES/AVR64DD20.xml | 266 +++--- .../AVR8/D-SERIES/AVR64DD28.xml | 342 ++++---- .../AVR8/D-SERIES/AVR64DD32.xml | 380 ++++----- .../AVR8/E-SERIES/AVR64EA28.xml | 380 ++++----- .../AVR8/E-SERIES/AVR64EA32.xml | 430 +++++----- .../AVR8/E-SERIES/AVR64EA48.xml | 574 ++++++------- .../AVR8/MEGA/AT90CAN128.xml | 210 ++--- .../AVR8/MEGA/AT90CAN32.xml | 210 ++--- .../AVR8/MEGA/AT90CAN64.xml | 210 ++--- .../AVR8/MEGA/AT90PWM1.xml | 38 +- .../AVR8/MEGA/AT90PWM161.xml | 40 +- .../AVR8/MEGA/AT90PWM216.xml | 38 +- .../AVR8/MEGA/AT90PWM2B.xml | 38 +- .../AVR8/MEGA/AT90PWM316.xml | 54 +- .../AVR8/MEGA/AT90PWM3B.xml | 54 +- .../AVR8/MEGA/AT90PWM81.xml | 40 +- .../AVR8/MEGA/AT90USB1286.xml | 96 +-- .../AVR8/MEGA/AT90USB1287.xml | 96 +-- .../AVR8/MEGA/AT90USB162.xml | 44 +- .../AVR8/MEGA/AT90USB646.xml | 96 +-- .../AVR8/MEGA/AT90USB647.xml | 96 +-- .../AVR8/MEGA/AT90USB82.xml | 44 +- .../AVR8/MEGA/ATMEGA128.xml | 246 +++--- .../AVR8/MEGA/ATMEGA1280.xml | 372 ++++----- .../AVR8/MEGA/ATMEGA1281.xml | 228 +++--- .../AVR8/MEGA/ATMEGA1284.xml | 214 ++--- .../AVR8/MEGA/ATMEGA1284P.xml | 214 ++--- .../AVR8/MEGA/ATMEGA1284RFR2.xml | 66 +- .../AVR8/MEGA/ATMEGA128A.xml | 246 +++--- .../AVR8/MEGA/ATMEGA128RFA1.xml | 76 +- .../AVR8/MEGA/ATMEGA128RFR2.xml | 74 +- .../AVR8/MEGA/ATMEGA16.xml | 134 +-- .../AVR8/MEGA/ATMEGA1608.xml | 274 +++---- .../AVR8/MEGA/ATMEGA1609.xml | 376 ++++----- .../AVR8/MEGA/ATMEGA162.xml | 70 +- .../AVR8/MEGA/ATMEGA164A.xml | 210 ++--- .../AVR8/MEGA/ATMEGA164P.xml | 206 ++--- .../AVR8/MEGA/ATMEGA164PA.xml | 210 ++--- .../AVR8/MEGA/ATMEGA165A.xml | 108 +-- .../AVR8/MEGA/ATMEGA165P.xml | 108 +-- .../AVR8/MEGA/ATMEGA165PA.xml | 108 +-- .../AVR8/MEGA/ATMEGA168.xml | 150 ++-- .../AVR8/MEGA/ATMEGA168A.xml | 150 ++-- .../AVR8/MEGA/ATMEGA168P.xml | 150 ++-- .../AVR8/MEGA/ATMEGA168PA.xml | 150 ++-- .../AVR8/MEGA/ATMEGA168PB.xml | 164 ++-- .../AVR8/MEGA/ATMEGA169A.xml | 268 +++--- .../AVR8/MEGA/ATMEGA169P.xml | 268 +++--- .../AVR8/MEGA/ATMEGA169PA.xml | 268 +++--- .../AVR8/MEGA/ATMEGA16A.xml | 134 +-- .../AVR8/MEGA/ATMEGA16M1.xml | 210 ++--- .../AVR8/MEGA/ATMEGA16U2.xml | 136 +-- .../AVR8/MEGA/ATMEGA16U4.xml | 172 ++-- .../AVR8/MEGA/ATMEGA2560.xml | 370 ++++----- .../AVR8/MEGA/ATMEGA2561.xml | 228 +++--- .../AVR8/MEGA/ATMEGA2564RFR2.xml | 66 +- .../AVR8/MEGA/ATMEGA256RFR2.xml | 74 +- .../AVR8/MEGA/ATMEGA32.xml | 134 +-- .../AVR8/MEGA/ATMEGA3208.xml | 274 +++---- .../AVR8/MEGA/ATMEGA3209.xml | 376 ++++----- .../AVR8/MEGA/ATMEGA324A.xml | 206 ++--- .../AVR8/MEGA/ATMEGA324P.xml | 206 ++--- .../AVR8/MEGA/ATMEGA324PA.xml | 206 ++--- .../AVR8/MEGA/ATMEGA324PB.xml | 356 ++++---- .../AVR8/MEGA/ATMEGA325.xml | 108 +-- .../AVR8/MEGA/ATMEGA3250.xml | 138 ++-- .../AVR8/MEGA/ATMEGA3250A.xml | 138 ++-- .../AVR8/MEGA/ATMEGA3250P.xml | 138 ++-- .../AVR8/MEGA/ATMEGA3250PA.xml | 138 ++-- .../AVR8/MEGA/ATMEGA325A.xml | 108 +-- .../AVR8/MEGA/ATMEGA325P.xml | 108 +-- .../AVR8/MEGA/ATMEGA325PA.xml | 108 +-- .../AVR8/MEGA/ATMEGA328.xml | 150 ++-- .../AVR8/MEGA/ATMEGA328P.xml | 150 ++-- .../AVR8/MEGA/ATMEGA328PB.xml | 284 +++---- .../AVR8/MEGA/ATMEGA329.xml | 268 +++--- .../AVR8/MEGA/ATMEGA3290.xml | 138 ++-- .../AVR8/MEGA/ATMEGA3290A.xml | 138 ++-- .../AVR8/MEGA/ATMEGA3290P.xml | 138 ++-- .../AVR8/MEGA/ATMEGA3290PA.xml | 138 ++-- .../AVR8/MEGA/ATMEGA329A.xml | 268 +++--- .../AVR8/MEGA/ATMEGA329P.xml | 268 +++--- .../AVR8/MEGA/ATMEGA329PA.xml | 268 +++--- .../AVR8/MEGA/ATMEGA32A.xml | 120 +-- .../AVR8/MEGA/ATMEGA32C1.xml | 192 ++--- .../AVR8/MEGA/ATMEGA32M1.xml | 210 ++--- .../AVR8/MEGA/ATMEGA32U2.xml | 136 +-- .../AVR8/MEGA/ATMEGA32U4.xml | 172 ++-- .../AVR8/MEGA/ATMEGA406.xml | 38 +- .../AVR8/MEGA/ATMEGA48.xml | 150 ++-- .../AVR8/MEGA/ATMEGA4808.xml | 274 +++---- .../AVR8/MEGA/ATMEGA4809.xml | 376 ++++----- .../AVR8/MEGA/ATMEGA48A.xml | 150 ++-- .../AVR8/MEGA/ATMEGA48P.xml | 150 ++-- .../AVR8/MEGA/ATMEGA48PA.xml | 150 ++-- .../AVR8/MEGA/ATMEGA48PB.xml | 164 ++-- .../AVR8/MEGA/ATMEGA64.xml | 246 +++--- .../AVR8/MEGA/ATMEGA640.xml | 372 ++++----- .../AVR8/MEGA/ATMEGA644.xml | 202 ++--- .../AVR8/MEGA/ATMEGA644A.xml | 210 ++--- .../AVR8/MEGA/ATMEGA644P.xml | 210 ++--- .../AVR8/MEGA/ATMEGA644PA.xml | 206 ++--- .../AVR8/MEGA/ATMEGA644RFR2.xml | 66 +- .../AVR8/MEGA/ATMEGA645.xml | 108 +-- .../AVR8/MEGA/ATMEGA6450.xml | 138 ++-- .../AVR8/MEGA/ATMEGA6450A.xml | 138 ++-- .../AVR8/MEGA/ATMEGA6450P.xml | 138 ++-- .../AVR8/MEGA/ATMEGA645A.xml | 108 +-- .../AVR8/MEGA/ATMEGA645P.xml | 108 +-- .../AVR8/MEGA/ATMEGA649.xml | 268 +++--- .../AVR8/MEGA/ATMEGA6490.xml | 138 ++-- .../AVR8/MEGA/ATMEGA6490A.xml | 138 ++-- .../AVR8/MEGA/ATMEGA6490P.xml | 138 ++-- .../AVR8/MEGA/ATMEGA649A.xml | 268 +++--- .../AVR8/MEGA/ATMEGA649P.xml | 268 +++--- .../AVR8/MEGA/ATMEGA64A.xml | 246 +++--- .../AVR8/MEGA/ATMEGA64C1.xml | 192 ++--- .../AVR8/MEGA/ATMEGA64M1.xml | 210 ++--- .../AVR8/MEGA/ATMEGA64RFR2.xml | 74 +- .../AVR8/MEGA/ATMEGA808.xml | 274 +++---- .../AVR8/MEGA/ATMEGA809.xml | 376 ++++----- .../AVR8/MEGA/ATMEGA88.xml | 150 ++-- .../AVR8/MEGA/ATMEGA88A.xml | 150 ++-- .../AVR8/MEGA/ATMEGA88P.xml | 150 ++-- .../AVR8/MEGA/ATMEGA88PA.xml | 150 ++-- .../AVR8/MEGA/ATMEGA88PB.xml | 164 ++-- .../AVR8/MEGA/ATMEGA8U2.xml | 136 +-- .../AVR8/TINY/ATTINY13.xml | 36 +- .../AVR8/TINY/ATTINY13A.xml | 36 +- .../AVR8/TINY/ATTINY1604.xml | 168 ++-- .../AVR8/TINY/ATTINY1606.xml | 238 +++--- .../AVR8/TINY/ATTINY1607.xml | 272 +++--- .../AVR8/TINY/ATTINY1614.xml | 234 +++--- .../AVR8/TINY/ATTINY1616.xml | 346 ++++---- .../AVR8/TINY/ATTINY1617.xml | 406 ++++----- .../AVR8/TINY/ATTINY1624.xml | 144 ++-- .../AVR8/TINY/ATTINY1626.xml | 214 ++--- .../AVR8/TINY/ATTINY1627.xml | 242 +++--- .../AVR8/TINY/ATTINY1634.xml | 36 +- .../AVR8/TINY/ATTINY167.xml | 32 +- .../AVR8/TINY/ATTINY202.xml | 112 +-- .../AVR8/TINY/ATTINY204.xml | 172 ++-- .../AVR8/TINY/ATTINY212.xml | 118 +-- .../AVR8/TINY/ATTINY214.xml | 182 ++-- .../AVR8/TINY/ATTINY2313.xml | 36 +- .../AVR8/TINY/ATTINY2313A.xml | 36 +- .../AVR8/TINY/ATTINY24.xml | 24 +- .../AVR8/TINY/ATTINY24A.xml | 96 +-- .../AVR8/TINY/ATTINY25.xml | 62 +- .../AVR8/TINY/ATTINY261.xml | 134 +-- .../AVR8/TINY/ATTINY261A.xml | 32 +- .../AVR8/TINY/ATTINY3216.xml | 346 ++++---- .../AVR8/TINY/ATTINY3217.xml | 406 ++++----- .../AVR8/TINY/ATTINY402.xml | 112 +-- .../AVR8/TINY/ATTINY404.xml | 172 ++-- .../AVR8/TINY/ATTINY406.xml | 238 +++--- .../AVR8/TINY/ATTINY412.xml | 118 +-- .../AVR8/TINY/ATTINY414.xml | 182 ++-- .../AVR8/TINY/ATTINY416.xml | 252 +++--- .../AVR8/TINY/ATTINY417.xml | 314 +++---- .../AVR8/TINY/ATTINY4313.xml | 36 +- .../AVR8/TINY/ATTINY43U.xml | 32 +- .../AVR8/TINY/ATTINY44.xml | 24 +- .../AVR8/TINY/ATTINY441.xml | 196 ++--- .../AVR8/TINY/ATTINY44A.xml | 96 +-- .../AVR8/TINY/ATTINY45.xml | 62 +- .../AVR8/TINY/ATTINY461.xml | 134 +-- .../AVR8/TINY/ATTINY461A.xml | 32 +- .../AVR8/TINY/ATTINY48.xml | 158 ++-- .../AVR8/TINY/ATTINY804.xml | 168 ++-- .../AVR8/TINY/ATTINY806.xml | 238 +++--- .../AVR8/TINY/ATTINY807.xml | 272 +++--- .../AVR8/TINY/ATTINY814.xml | 204 ++--- .../AVR8/TINY/ATTINY816.xml | 280 +++---- .../AVR8/TINY/ATTINY817.xml | 314 +++---- .../AVR8/TINY/ATTINY828.xml | 56 +- .../AVR8/TINY/ATTINY84.xml | 24 +- .../AVR8/TINY/ATTINY841.xml | 196 ++--- .../AVR8/TINY/ATTINY84A.xml | 96 +-- .../AVR8/TINY/ATTINY85.xml | 62 +- .../AVR8/TINY/ATTINY861.xml | 134 +-- .../AVR8/TINY/ATTINY861A.xml | 32 +- .../AVR8/TINY/ATTINY87.xml | 32 +- .../AVR8/TINY/ATTINY88.xml | 158 ++-- .../AVR8/XMEGA/ATXMEGA128A1.xml | 156 ++-- .../AVR8/XMEGA/ATXMEGA128A1U.xml | 696 ++++++++-------- .../AVR8/XMEGA/ATXMEGA128A3.xml | 100 +-- .../AVR8/XMEGA/ATXMEGA128A3U.xml | 544 ++++++------ .../AVR8/XMEGA/ATXMEGA128A4U.xml | 344 ++++---- .../AVR8/XMEGA/ATXMEGA128B1.xml | 476 +++++------ .../AVR8/XMEGA/ATXMEGA128B3.xml | 302 +++---- .../AVR8/XMEGA/ATXMEGA128C3.xml | 358 ++++---- .../AVR8/XMEGA/ATXMEGA128D3.xml | 354 ++++---- .../AVR8/XMEGA/ATXMEGA128D4.xml | 270 +++--- .../AVR8/XMEGA/ATXMEGA16A4.xml | 68 +- .../AVR8/XMEGA/ATXMEGA16A4U.xml | 344 ++++---- .../AVR8/XMEGA/ATXMEGA16C4.xml | 280 +++---- .../AVR8/XMEGA/ATXMEGA16D4.xml | 254 +++--- .../AVR8/XMEGA/ATXMEGA16E5.xml | 278 +++---- .../AVR8/XMEGA/ATXMEGA192A3.xml | 100 +-- .../AVR8/XMEGA/ATXMEGA192A3U.xml | 544 ++++++------ .../AVR8/XMEGA/ATXMEGA192C3.xml | 100 +-- .../AVR8/XMEGA/ATXMEGA192D3.xml | 354 ++++---- .../AVR8/XMEGA/ATXMEGA256A3.xml | 100 +-- .../AVR8/XMEGA/ATXMEGA256A3B.xml | 100 +-- .../AVR8/XMEGA/ATXMEGA256A3BU.xml | 438 +++++----- .../AVR8/XMEGA/ATXMEGA256A3U.xml | 544 ++++++------ .../AVR8/XMEGA/ATXMEGA256C3.xml | 358 ++++---- .../AVR8/XMEGA/ATXMEGA256D3.xml | 354 ++++---- .../AVR8/XMEGA/ATXMEGA32A4.xml | 68 +- .../AVR8/XMEGA/ATXMEGA32A4U.xml | 344 ++++---- .../AVR8/XMEGA/ATXMEGA32C3.xml | 358 ++++---- .../AVR8/XMEGA/ATXMEGA32C4.xml | 280 +++---- .../AVR8/XMEGA/ATXMEGA32D3.xml | 354 ++++---- .../AVR8/XMEGA/ATXMEGA32D4.xml | 254 +++--- .../AVR8/XMEGA/ATXMEGA32E5.xml | 278 +++---- .../AVR8/XMEGA/ATXMEGA384C3.xml | 358 ++++---- .../AVR8/XMEGA/ATXMEGA384D3.xml | 360 ++++---- .../AVR8/XMEGA/ATXMEGA64A1.xml | 156 ++-- .../AVR8/XMEGA/ATXMEGA64A1U.xml | 696 ++++++++-------- .../AVR8/XMEGA/ATXMEGA64A3.xml | 100 +-- .../AVR8/XMEGA/ATXMEGA64A3U.xml | 544 ++++++------ .../AVR8/XMEGA/ATXMEGA64A4U.xml | 344 ++++---- .../AVR8/XMEGA/ATXMEGA64B1.xml | 474 +++++------ .../AVR8/XMEGA/ATXMEGA64B3.xml | 302 +++---- .../AVR8/XMEGA/ATXMEGA64C3.xml | 358 ++++---- .../AVR8/XMEGA/ATXMEGA64D3.xml | 354 ++++---- .../AVR8/XMEGA/ATXMEGA64D4.xml | 270 +++--- .../AVR8/XMEGA/ATXMEGA8E5.xml | 278 +++---- 266 files changed, 29437 insertions(+), 29436 deletions(-) diff --git a/build/scripts/Targets/TargetDescriptionFiles/Services/ValidationService.php b/build/scripts/Targets/TargetDescriptionFiles/Services/ValidationService.php index cc1a2531..596ec8b7 100644 --- a/build/scripts/Targets/TargetDescriptionFiles/Services/ValidationService.php +++ b/build/scripts/Targets/TargetDescriptionFiles/Services/ValidationService.php @@ -770,6 +770,10 @@ class ValidationService { $failures = []; + if (empty($signal->name)) { + $failures[] = 'Missing name'; + } + if (empty($signal->padKey)) { $failures[] = 'Missing pad key'; diff --git a/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php b/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php index cd9d9018..cc1de7dc 100644 --- a/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php +++ b/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php @@ -371,10 +371,10 @@ class FromXmlService $attributes = $this->getNodeAttributesByName($element); return new Signal( + $attributes['name'] ?? null, $attributes['pad-key'] ?? null, $this->stringService->tryStringToInt($attributes['index'] ?? null), $attributes['function'] ?? null, - $attributes['group'] ?? null, $attributes['field'] ?? null ); } diff --git a/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/ToXmlService.php b/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/ToXmlService.php index 2bec22bc..1dd50886 100644 --- a/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/ToXmlService.php +++ b/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/ToXmlService.php @@ -186,6 +186,7 @@ class ToXmlService public function signalToXml(Signal $signal, DOMDocument $document): DOMElement { $element = $document->createElement('signal'); + $element->setAttribute('name', $signal->name); $element->setAttribute('pad-key', $signal->padKey); if ($signal->index !== null) { @@ -196,10 +197,6 @@ class ToXmlService $element->setAttribute('function', $signal->function); } - if ($signal->group !== null) { - $element->setAttribute('group', $signal->group); - } - if ($signal->field !== null) { $element->setAttribute('field', $signal->field); } diff --git a/build/scripts/Targets/TargetDescriptionFiles/Signal.php b/build/scripts/Targets/TargetDescriptionFiles/Signal.php index ae2a3c42..73a0c121 100644 --- a/build/scripts/Targets/TargetDescriptionFiles/Signal.php +++ b/build/scripts/Targets/TargetDescriptionFiles/Signal.php @@ -3,23 +3,23 @@ namespace Targets\TargetDescriptionFiles; class Signal { + public ?string $name = null; public ?string $padKey = null; public ?int $index = null; public ?string $function = null; - public ?string $group = null; public ?string $field = null; public function __construct( + ?string $name, ?string $padKey, ?int $index, ?string $function, - ?string $group, ?string $field ) { + $this->name = $name; $this->padKey = $padKey; $this->index = $index; $this->function = $function; - $this->group = $group; $this->field = $field; } } diff --git a/src/Targets/TargetDescription/Signal.hpp b/src/Targets/TargetDescription/Signal.hpp index 4c5ecc56..cf8294b0 100644 --- a/src/Targets/TargetDescription/Signal.hpp +++ b/src/Targets/TargetDescription/Signal.hpp @@ -8,23 +8,23 @@ namespace Targets::TargetDescription { struct Signal { + std::string name; std::string padKey; std::optional index; std::optional function; - std::optional group; std::optional field; Signal( + const std::string& name, const std::string& padKey, const std::optional& index, const std::optional& function, - const std::optional& group, const std::optional& field ) - : padKey(padKey) + : name(name) + , padKey(padKey) , index(index) , function(function) - , group(group) , field(field) {} }; diff --git a/src/Targets/TargetDescription/TargetDescriptionFile.cpp b/src/Targets/TargetDescription/TargetDescriptionFile.cpp index 2314e27b..ed5586f3 100644 --- a/src/Targets/TargetDescription/TargetDescriptionFile.cpp +++ b/src/Targets/TargetDescription/TargetDescriptionFile.cpp @@ -860,10 +860,10 @@ namespace Targets::TargetDescription const auto index = TargetDescriptionFile::tryGetAttribute(xmlElement, "index"); return { + TargetDescriptionFile::getAttribute(xmlElement, "name"), TargetDescriptionFile::getAttribute(xmlElement, "pad-key"), index.has_value() ? std::optional{StringService::toUint64(*index)} : std::nullopt, TargetDescriptionFile::tryGetAttribute(xmlElement, "function"), - TargetDescriptionFile::tryGetAttribute(xmlElement, "group"), TargetDescriptionFile::tryGetAttribute(xmlElement, "field") }; } diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA28.xml index 2e9eb93e..48924d1f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA28.xml @@ -44,52 +44,52 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -98,31 +98,31 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + @@ -137,17 +137,17 @@ - + - - - - - + + + + + @@ -165,44 +165,44 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -210,30 +210,30 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + @@ -248,19 +248,19 @@ - - - - + + + + - - - - + + + + @@ -269,95 +269,95 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + @@ -384,8 +384,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA32.xml index 425f1f7c..1557b455 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA32.xml @@ -44,56 +44,56 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -102,33 +102,33 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -143,18 +143,18 @@ - + - - - - - - + + + + + + @@ -172,48 +172,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + @@ -221,34 +221,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + @@ -263,19 +263,19 @@ - - - - + + + + - - - - + + + + @@ -284,116 +284,116 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - + + + + + + @@ -420,8 +420,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA48.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA48.xml index 472b9e1f..9144744a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA48.xml @@ -44,66 +44,66 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -112,38 +112,38 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -158,21 +158,21 @@ - + - - - - - - - - - + + + + + + + + + @@ -190,72 +190,72 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -263,44 +263,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -315,29 +315,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -346,184 +346,184 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -556,17 +556,17 @@ - - - + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA64.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA64.xml index e21f0e11..7e808f18 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA64.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DA64.xml @@ -44,70 +44,70 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -116,44 +116,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -168,25 +168,25 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -204,91 +204,91 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -296,58 +296,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -362,35 +362,35 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -399,237 +399,237 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -665,25 +665,25 @@ - - - + + + - - - + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB28.xml index 2026eea3..aa0dfd90 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB28.xml @@ -44,48 +44,48 @@ - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + @@ -94,32 +94,32 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -134,17 +134,17 @@ - + - - - - - + + + + + @@ -165,54 +165,54 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - + + + @@ -221,7 +221,7 @@ - + @@ -236,19 +236,19 @@ - - - - + + + + - - - - + + + + @@ -257,90 +257,90 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + - - - - - - + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + @@ -367,8 +367,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB32.xml index a09c5a59..b59ff386 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB32.xml @@ -44,52 +44,52 @@ - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -98,34 +98,34 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -140,18 +140,18 @@ - + - - - - - - + + + + + + @@ -172,58 +172,58 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + @@ -232,7 +232,7 @@ - + @@ -247,19 +247,19 @@ - - - - + + + + - - - - + + + + @@ -268,109 +268,109 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - + + + + + + @@ -397,8 +397,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB48.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB48.xml index 361e2d96..10e25f77 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB48.xml @@ -44,66 +44,66 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -112,40 +112,40 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -160,21 +160,21 @@ - + - - - - - - - - - + + + + + + + + + @@ -195,86 +195,86 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -283,7 +283,7 @@ - + @@ -298,29 +298,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -329,174 +329,174 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -529,24 +529,24 @@ - - - + + + - - - + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB64.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB64.xml index a3b5bcfa..faa8383b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB64.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR128DB64.xml @@ -44,70 +44,70 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -116,46 +116,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -170,25 +170,25 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -209,105 +209,105 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -316,7 +316,7 @@ - + @@ -331,35 +331,35 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -368,225 +368,225 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -622,25 +622,25 @@ - - - + + + - - - + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD14.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD14.xml index d6097a72..11364840 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD14.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD14.xml @@ -45,22 +45,22 @@ - - - - + + + + - - - - - - - + + + + + + + @@ -69,26 +69,26 @@ - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + @@ -103,15 +103,15 @@ - + - - - + + + @@ -132,32 +132,32 @@ - - + + - - - + + + - - - - + + + + - - + + @@ -166,7 +166,7 @@ - + @@ -181,20 +181,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -203,13 +203,13 @@ - - - - - - - + + + + + + + @@ -224,45 +224,45 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + @@ -289,7 +289,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD20.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD20.xml index 59b1942a..90cffc93 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD20.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD20.xml @@ -45,29 +45,29 @@ - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -76,31 +76,31 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -115,17 +115,17 @@ - + - - - - - + + + + + @@ -146,38 +146,38 @@ - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - - + + @@ -186,7 +186,7 @@ - + @@ -201,24 +201,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -227,29 +227,29 @@ - - - - - - - - - - - + + + + + + + + + + + - + - + @@ -258,63 +258,63 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -341,8 +341,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD28.xml index 9ba3e07a..62aba369 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD28.xml @@ -45,37 +45,37 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -84,42 +84,42 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -134,18 +134,18 @@ - + - - - - - - + + + + + + @@ -166,44 +166,44 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - + + + + @@ -212,7 +212,7 @@ - + @@ -227,26 +227,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -255,106 +255,106 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -381,8 +381,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD32.xml index 9b30fbe6..c14e8374 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR16DD32.xml @@ -45,41 +45,41 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -88,44 +88,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -140,19 +140,19 @@ - + - - - - - - - + + + + + + + @@ -173,48 +173,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -223,7 +223,7 @@ - + @@ -238,26 +238,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -266,114 +266,114 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -400,8 +400,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA28.xml index d4851014..044c43b9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA28.xml @@ -44,52 +44,52 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -98,31 +98,31 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + @@ -137,17 +137,17 @@ - + - - - - - + + + + + @@ -165,44 +165,44 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -210,30 +210,30 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + @@ -248,19 +248,19 @@ - - - - + + + + - - - - + + + + @@ -269,95 +269,95 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + @@ -384,8 +384,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA32.xml index 714916b2..c73ecaeb 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA32.xml @@ -44,56 +44,56 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -102,33 +102,33 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -143,18 +143,18 @@ - + - - - - - - + + + + + + @@ -172,48 +172,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + @@ -221,34 +221,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + @@ -263,19 +263,19 @@ - - - - + + + + - - - - + + + + @@ -284,116 +284,116 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - + + + + + + @@ -420,8 +420,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA48.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA48.xml index f0b4d75a..57cd7918 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DA48.xml @@ -44,66 +44,66 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -112,38 +112,38 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -158,21 +158,21 @@ - + - - - - - - - - - + + + + + + + + + @@ -190,72 +190,72 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -263,44 +263,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -315,29 +315,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -346,184 +346,184 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -556,17 +556,17 @@ - - - + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB28.xml index 4175c399..cc1a9c22 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB28.xml @@ -44,48 +44,48 @@ - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + @@ -94,32 +94,32 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -134,17 +134,17 @@ - + - - - - - + + + + + @@ -165,54 +165,54 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - + + + @@ -221,7 +221,7 @@ - + @@ -236,19 +236,19 @@ - - - - + + + + - - - - + + + + @@ -257,90 +257,90 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + - - - - - - + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + @@ -367,8 +367,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB32.xml index 82a7b498..db7e26b4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB32.xml @@ -44,52 +44,52 @@ - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -98,34 +98,34 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -140,18 +140,18 @@ - + - - - - - - + + + + + + @@ -172,58 +172,58 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + @@ -232,7 +232,7 @@ - + @@ -247,19 +247,19 @@ - - - - + + + + - - - - + + + + @@ -268,109 +268,109 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - + + + + + + @@ -397,8 +397,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB48.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB48.xml index 4c19f3f3..7c516236 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DB48.xml @@ -44,66 +44,66 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -112,40 +112,40 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -160,21 +160,21 @@ - + - - - - - - - - - + + + + + + + + + @@ -195,86 +195,86 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -283,7 +283,7 @@ - + @@ -298,29 +298,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -329,174 +329,174 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -529,24 +529,24 @@ - - - + + + - - - + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD14.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD14.xml index 0cf75135..432f9c17 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD14.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD14.xml @@ -45,22 +45,22 @@ - - - - + + + + - - - - - - - + + + + + + + @@ -69,26 +69,26 @@ - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + @@ -103,15 +103,15 @@ - + - - - + + + @@ -132,32 +132,32 @@ - - + + - - - + + + - - - - + + + + - - + + @@ -166,7 +166,7 @@ - + @@ -181,20 +181,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -203,13 +203,13 @@ - - - - - - - + + + + + + + @@ -224,45 +224,45 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + @@ -289,7 +289,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD20.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD20.xml index 9f0257b1..2a6f4d61 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD20.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD20.xml @@ -45,29 +45,29 @@ - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -76,31 +76,31 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -115,17 +115,17 @@ - + - - - - - + + + + + @@ -146,38 +146,38 @@ - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - - + + @@ -186,7 +186,7 @@ - + @@ -201,24 +201,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -227,29 +227,29 @@ - - - - - - - - - - - + + + + + + + + + + + - + - + @@ -258,63 +258,63 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -341,8 +341,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD28.xml index e03c0284..5e8c0060 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD28.xml @@ -45,37 +45,37 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -84,42 +84,42 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -134,18 +134,18 @@ - + - - - - - - + + + + + + @@ -166,44 +166,44 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - + + + + @@ -212,7 +212,7 @@ - + @@ -227,26 +227,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -255,106 +255,106 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -381,8 +381,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD32.xml index 422a794e..a3ca4dd8 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR32DD32.xml @@ -45,41 +45,41 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -88,44 +88,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -140,19 +140,19 @@ - + - - - - - - - + + + + + + + @@ -173,48 +173,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -223,7 +223,7 @@ - + @@ -238,26 +238,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -266,114 +266,114 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -400,8 +400,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA28.xml index 3f74548f..82b30049 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA28.xml @@ -44,52 +44,52 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -98,31 +98,31 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + @@ -137,17 +137,17 @@ - + - - - - - + + + + + @@ -165,44 +165,44 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -210,30 +210,30 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + @@ -248,19 +248,19 @@ - - - - + + + + - - - - + + + + @@ -269,95 +269,95 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + @@ -384,8 +384,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA32.xml index 2e95b046..b52932a4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA32.xml @@ -44,56 +44,56 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -102,33 +102,33 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -143,18 +143,18 @@ - + - - - - - - + + + + + + @@ -172,48 +172,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + @@ -221,34 +221,34 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + @@ -263,19 +263,19 @@ - - - - + + + + - - - - + + + + @@ -284,116 +284,116 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - + + + + + + @@ -420,8 +420,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA48.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA48.xml index 8f5fbed9..7136f535 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA48.xml @@ -44,66 +44,66 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -112,38 +112,38 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -158,21 +158,21 @@ - + - - - - - - - - - + + + + + + + + + @@ -190,72 +190,72 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -263,44 +263,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -315,29 +315,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -346,184 +346,184 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -556,17 +556,17 @@ - - - + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA64.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA64.xml index 94116cb5..acd2e46e 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA64.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DA64.xml @@ -44,70 +44,70 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -116,44 +116,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -168,25 +168,25 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -204,91 +204,91 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -296,58 +296,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -362,35 +362,35 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -399,237 +399,237 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -665,25 +665,25 @@ - - - + + + - - - + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB28.xml index 9e601785..7670f20c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB28.xml @@ -44,48 +44,48 @@ - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + @@ -94,32 +94,32 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -134,17 +134,17 @@ - + - - - - - + + + + + @@ -165,54 +165,54 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - + + + @@ -221,7 +221,7 @@ - + @@ -236,19 +236,19 @@ - - - - + + + + - - - - + + + + @@ -257,90 +257,90 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + - - - - - - + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + @@ -367,8 +367,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB32.xml index 9b427419..ca4179b3 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB32.xml @@ -44,52 +44,52 @@ - - - - - + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -98,34 +98,34 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -140,18 +140,18 @@ - + - - - - - - + + + + + + @@ -172,58 +172,58 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + @@ -232,7 +232,7 @@ - + @@ -247,19 +247,19 @@ - - - - + + + + - - - - + + + + @@ -268,109 +268,109 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - + + + + + + @@ -397,8 +397,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB48.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB48.xml index f7178041..642d1d97 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB48.xml @@ -44,66 +44,66 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -112,40 +112,40 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -160,21 +160,21 @@ - + - - - - - - - - - + + + + + + + + + @@ -195,86 +195,86 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -283,7 +283,7 @@ - + @@ -298,29 +298,29 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -329,174 +329,174 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -529,24 +529,24 @@ - - - + + + - - - + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB64.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB64.xml index 914a99e0..c9fe36aa 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB64.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DB64.xml @@ -44,70 +44,70 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -116,46 +116,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -170,25 +170,25 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -209,105 +209,105 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -316,7 +316,7 @@ - + @@ -331,35 +331,35 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -368,225 +368,225 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -622,25 +622,25 @@ - - - + + + - - - + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD14.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD14.xml index 7bf406c7..85619711 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD14.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD14.xml @@ -44,22 +44,22 @@ - - - - + + + + - - - - - - - + + + + + + + @@ -68,26 +68,26 @@ - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + @@ -102,15 +102,15 @@ - + - - - + + + @@ -131,32 +131,32 @@ - - + + - - - + + + - - - - + + + + - - + + @@ -165,7 +165,7 @@ - + @@ -180,20 +180,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -202,13 +202,13 @@ - - - - - - - + + + + + + + @@ -223,41 +223,41 @@ - - + + - - - - + + + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + @@ -284,7 +284,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD20.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD20.xml index 02cb99fa..1a8dde0a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD20.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD20.xml @@ -44,29 +44,29 @@ - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -75,31 +75,31 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -114,17 +114,17 @@ - + - - - - - + + + + + @@ -145,38 +145,38 @@ - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - - + + @@ -185,7 +185,7 @@ - + @@ -200,24 +200,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -226,29 +226,29 @@ - - - - - - - - - - - + + + + + + + + + + + - + - + @@ -257,59 +257,59 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -336,8 +336,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD28.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD28.xml index 77425559..454dd5d9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD28.xml @@ -44,37 +44,37 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -83,42 +83,42 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -133,18 +133,18 @@ - + - - - - - - + + + + + + @@ -165,44 +165,44 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - + + + + @@ -211,7 +211,7 @@ - + @@ -226,26 +226,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -254,102 +254,102 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -376,8 +376,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD32.xml b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD32.xml index 5767e8ab..ee00da8c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/D-SERIES/AVR64DD32.xml @@ -44,41 +44,41 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -87,44 +87,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -139,19 +139,19 @@ - + - - - - - - - + + + + + + + @@ -172,48 +172,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + @@ -222,7 +222,7 @@ - + @@ -237,26 +237,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -265,110 +265,110 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -395,8 +395,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA28.xml b/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA28.xml index d2d7a3d9..ee8b393e 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA28.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA28.xml @@ -44,73 +44,73 @@ - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -119,33 +119,33 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -160,18 +160,18 @@ - + - - - - - - + + + + + + @@ -189,45 +189,45 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -236,7 +236,7 @@ - + @@ -251,26 +251,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -279,99 +279,99 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - + + @@ -392,7 +392,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA32.xml b/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA32.xml index c3a11bfd..183a1acb 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA32.xml @@ -44,81 +44,81 @@ - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -127,35 +127,35 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -170,19 +170,19 @@ - + - - - - - - - + + + + + + + @@ -200,49 +200,49 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -251,7 +251,7 @@ - + @@ -266,26 +266,26 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -294,109 +294,109 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + @@ -417,7 +417,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA48.xml b/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA48.xml index 337a1191..3a3556ce 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/E-SERIES/AVR64EA48.xml @@ -44,93 +44,93 @@ - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -139,36 +139,36 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + @@ -183,22 +183,22 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -216,73 +216,73 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + @@ -291,7 +291,7 @@ - + @@ -306,30 +306,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -338,157 +338,157 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - + + + + + + @@ -515,7 +515,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN128.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN128.xml index cf1d636f..2871e5e4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN128.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN128.xml @@ -195,136 +195,136 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - + + - - - + + + - - - + + + - + @@ -333,14 +333,14 @@ - - - - - - - - + + + + + + + + @@ -349,36 +349,36 @@ - - + + - - - - - + + + + + - - - - - + + + + + - - - + + + @@ -387,28 +387,28 @@ - - - - - - - - + + + + + + + + - - + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN32.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN32.xml index 2bf7e2d4..7a4b45e2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN32.xml @@ -195,136 +195,136 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - + + - - - + + + - - - + + + - + @@ -333,14 +333,14 @@ - - - - - - - - + + + + + + + + @@ -349,36 +349,36 @@ - - + + - - - - - + + + + + - - - - - + + + + + - - - + + + @@ -387,28 +387,28 @@ - - - - - - - - + + + + + + + + - - + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN64.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN64.xml index eab67aa3..07f76cf9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN64.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90CAN64.xml @@ -195,136 +195,136 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - - + + + + - - - - + + + + - - + + - - - + + + - - - + + + - + @@ -333,14 +333,14 @@ - - - - - - - - + + + + + + + + @@ -349,36 +349,36 @@ - - + + - - - - - + + + + + - - - - - + + + + + - - - + + + @@ -387,28 +387,28 @@ - - - - - - - - + + + + + + + + - - + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM1.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM1.xml index fcb2602e..a91fe5e4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM1.xml @@ -194,35 +194,35 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM161.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM161.xml index d44abfa4..81d55f68 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM161.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM161.xml @@ -194,36 +194,36 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM216.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM216.xml index 298399b3..d4cba80d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM216.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM216.xml @@ -194,35 +194,35 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM2B.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM2B.xml index 9b1507e2..83d2d75f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM2B.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM2B.xml @@ -194,35 +194,35 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM316.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM316.xml index c460cc5e..05976264 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM316.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM316.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM3B.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM3B.xml index b60e4c29..af9cb8de 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM3B.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM3B.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM81.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM81.xml index d813122d..fcb6c0fc 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM81.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90PWM81.xml @@ -194,36 +194,36 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1286.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1286.xml index eab0dd03..c7fba38d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1286.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1286.xml @@ -198,79 +198,79 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1287.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1287.xml index 2299028a..1fca409e 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1287.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB1287.xml @@ -198,79 +198,79 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB162.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB162.xml index 7c0c3682..ed2ab482 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB162.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB162.xml @@ -194,38 +194,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB646.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB646.xml index 29b15272..dade9fed 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB646.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB646.xml @@ -198,79 +198,79 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB647.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB647.xml index 42e10ace..22264bb4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB647.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB647.xml @@ -198,79 +198,79 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB82.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB82.xml index 4ba2e708..d0ff061d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB82.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/AT90USB82.xml @@ -194,38 +194,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128.xml index a5f555da..c9a9dac5 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128.xml @@ -195,40 +195,40 @@ - - + + - - - - + + + + - - + + - - - + + + - - - + + + @@ -240,49 +240,49 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -291,124 +291,124 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - + + + - - - - - + + + + + - - - - - + + + + + - - + + @@ -417,14 +417,14 @@ - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1280.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1280.xml index 3236dd9e..86e21991 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1280.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1280.xml @@ -195,214 +195,214 @@ - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -414,114 +414,114 @@ - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1281.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1281.xml index d79506f7..ad26c356 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1281.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1281.xml @@ -195,145 +195,145 @@ - - + + - - - + + + - - - + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + @@ -348,21 +348,21 @@ - - - - - + + + + + - - - - - + + + + + @@ -371,45 +371,45 @@ - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -418,7 +418,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284.xml index b1c0f1a9..b6c954ac 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284.xml @@ -220,109 +220,109 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - - - - + + + + - - + + @@ -331,63 +331,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -396,17 +396,17 @@ - - + + - - - - + + + + @@ -415,7 +415,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284P.xml index 377a96ab..9c5b6162 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284P.xml @@ -220,109 +220,109 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - - - - + + + + - - + + @@ -331,63 +331,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -396,17 +396,17 @@ - - + + - - - - + + + + @@ -415,7 +415,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284RFR2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284RFR2.xml index 7e975a70..22b9b47b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284RFR2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1284RFR2.xml @@ -218,59 +218,59 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128A.xml index 8f3bfb4d..f43ea509 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128A.xml @@ -195,40 +195,40 @@ - - + + - - - - + + + + - - + + - - - + + + - - - + + + @@ -240,52 +240,52 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -294,121 +294,121 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - + - - - - - + + + + + - - - - + + + + - - + + @@ -417,14 +417,14 @@ - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFA1.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFA1.xml index b4a0d6c2..595a1245 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFA1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFA1.xml @@ -215,64 +215,64 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFR2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFR2.xml index 0fdbd651..e595150f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFR2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA128RFR2.xml @@ -218,63 +218,63 @@ - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16.xml index c1408e52..0d2daf7d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16.xml @@ -220,25 +220,25 @@ - - + + - - - - + + + + - - - + + + @@ -250,62 +250,62 @@ - - - + + + - - - - + + + + - - - + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -314,53 +314,53 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1608.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1608.xml index bdda3fb3..7639b9ed 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1608.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1608.xml @@ -45,31 +45,31 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -78,34 +78,34 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -120,12 +120,12 @@ - - - - - - + + + + + + @@ -143,48 +143,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + @@ -193,7 +193,7 @@ - + @@ -208,14 +208,14 @@ - - - - - - - - + + + + + + + + @@ -224,93 +224,93 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1609.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1609.xml index 52adc6e0..27337b6a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1609.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA1609.xml @@ -45,35 +45,35 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -82,35 +82,35 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -125,15 +125,15 @@ - - - - - - - - - + + + + + + + + + @@ -151,72 +151,72 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -225,7 +225,7 @@ - + @@ -240,18 +240,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -260,128 +260,128 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA162.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA162.xml index 76a55617..5bfeab49 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA162.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA162.xml @@ -254,61 +254,61 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164A.xml index 51a24834..0f39b33a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164A.xml @@ -220,93 +220,93 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -315,10 +315,10 @@ - - - - + + + + @@ -327,63 +327,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -392,23 +392,23 @@ - - - - + + + + - - + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164P.xml index 411c17c5..cb4e1916 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164P.xml @@ -220,91 +220,91 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - + + @@ -313,10 +313,10 @@ - - - - + + + + @@ -325,63 +325,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -390,23 +390,23 @@ - - - - + + + + - - + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164PA.xml index 9430a140..ffc37b07 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA164PA.xml @@ -220,93 +220,93 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -315,10 +315,10 @@ - - - - + + + + @@ -327,63 +327,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -392,23 +392,23 @@ - - - - + + + + - - + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165A.xml index 7875faeb..d3111b8e 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165A.xml @@ -212,90 +212,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165P.xml index 1492d344..4173590b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165P.xml @@ -212,90 +212,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165PA.xml index 6ad8ff63..66f3fe75 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA165PA.xml @@ -212,90 +212,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168.xml index 8a04b3ba..6a45f4f1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168.xml @@ -220,141 +220,141 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168A.xml index fbeec010..5c38c4d4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168A.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168P.xml index 4d7ee96b..55bb9a48 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168P.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PA.xml index c3a1ce9e..2a3cad5c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PA.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PB.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PB.xml index 3778f584..a0c264c9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PB.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA168PB.xml @@ -220,147 +220,147 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -372,7 +372,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169A.xml index f320b73b..a3b1ff7d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169A.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169P.xml index 2a9461be..62fbe257 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169P.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169PA.xml index 2d8c1a4a..4876ad79 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA169PA.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16A.xml index a56450e7..c624f571 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16A.xml @@ -220,25 +220,25 @@ - - + + - - - - + + + + - - - + + + @@ -250,62 +250,62 @@ - - - + + + - - - - + + + + - - - + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -314,53 +314,53 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16M1.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16M1.xml index d0f6b800..9008a78c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16M1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16M1.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -244,20 +244,20 @@ - - - - - - - - + + + + + + + + - + @@ -266,55 +266,55 @@ - - - + + + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -323,37 +323,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -362,15 +362,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U2.xml index 4d4a0b61..4354656c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U2.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + @@ -247,19 +247,19 @@ - - - + + + - - - - - + + + + + @@ -274,37 +274,37 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -313,13 +313,13 @@ - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U4.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U4.xml index 319ab669..0eaf23f8 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA16U4.xml @@ -197,78 +197,78 @@ - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + - + @@ -277,100 +277,100 @@ - - - + + + - - - - - + + + + + - - + + - - - - - - + + + + + + - - - - + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2560.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2560.xml index 7bb9590f..ee8b9c5d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2560.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2560.xml @@ -195,214 +195,214 @@ - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -414,113 +414,113 @@ - - - - - + + + + + - - - - + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2561.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2561.xml index b26d2ea8..691ba931 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2561.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2561.xml @@ -195,145 +195,145 @@ - - + + - - - + + + - - - + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + @@ -351,71 +351,71 @@ - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2564RFR2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2564RFR2.xml index 9ac0b3aa..16305cd9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2564RFR2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA2564RFR2.xml @@ -218,59 +218,59 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA256RFR2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA256RFR2.xml index 1075ab23..67462484 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA256RFR2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA256RFR2.xml @@ -218,63 +218,63 @@ - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32.xml index d8d08bb9..37fe56b2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32.xml @@ -226,122 +226,122 @@ - - - + + + - - + + - - - + + + - - - - + + + + - - - - + + + + - - - + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -353,8 +353,8 @@ - - + + @@ -366,10 +366,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3208.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3208.xml index 34e1e1a3..595a7f39 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3208.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3208.xml @@ -44,31 +44,31 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -77,34 +77,34 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -119,12 +119,12 @@ - - - - - - + + + + + + @@ -142,48 +142,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + @@ -192,7 +192,7 @@ - + @@ -207,14 +207,14 @@ - - - - - - - - + + + + + + + + @@ -223,93 +223,93 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3209.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3209.xml index 4c0c4496..dc1c6dc1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3209.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3209.xml @@ -44,35 +44,35 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -81,35 +81,35 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -124,15 +124,15 @@ - - - - - - - - - + + + + + + + + + @@ -150,72 +150,72 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -224,7 +224,7 @@ - + @@ -239,18 +239,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -259,128 +259,128 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324A.xml index bcecc32e..023ae898 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324A.xml @@ -220,91 +220,91 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - + + @@ -313,10 +313,10 @@ - - - - + + + + @@ -325,63 +325,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -390,23 +390,23 @@ - - - - + + + + - - + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324P.xml index e43cf08d..87d68710 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324P.xml @@ -220,91 +220,91 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - + + @@ -313,10 +313,10 @@ - - - - + + + + @@ -325,63 +325,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -390,23 +390,23 @@ - - - - + + + + - - + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PA.xml index 3c0c32ee..747ee03f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PA.xml @@ -220,91 +220,91 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - + + @@ -313,10 +313,10 @@ - - - - + + + + @@ -325,63 +325,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -390,23 +390,23 @@ - - - - + + + + - - + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PB.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PB.xml index 218a72b7..90813ec3 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PB.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA324PB.xml @@ -220,139 +220,139 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - + + + - - - - + + + + - - - - + + + + - - - - + + + + - - + + @@ -360,118 +360,118 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -480,33 +480,33 @@ - - - - + + + + - - - - + + + + - - + + - - + + @@ -515,7 +515,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325.xml index 6543dc4e..fad5edf2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325.xml @@ -221,90 +221,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250.xml index 02991738..b1bff69c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250A.xml index 9028135d..398f88d4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250A.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250P.xml index 554d4c93..2448807f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250P.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250PA.xml index c57292af..f4c9037d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3250PA.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325A.xml index 604ab622..11338ebe 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325A.xml @@ -221,90 +221,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325P.xml index c4239ea8..5d21c43d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325P.xml @@ -221,90 +221,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325PA.xml index 215f8fa1..9f9ad129 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA325PA.xml @@ -221,90 +221,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328.xml index 1da37e39..eb9241b6 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328P.xml index 3bb581b3..c1209d11 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328P.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328PB.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328PB.xml index e41d08ff..ea025715 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328PB.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA328PB.xml @@ -217,192 +217,192 @@ - - - + + + - - - + + + - - + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + @@ -410,52 +410,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329.xml index d6c83ccb..752463d2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290.xml index be30e645..a1fe275f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290A.xml index 0c481e0a..75f39de9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290A.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290P.xml index 92345f00..5bb77667 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290P.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290PA.xml index 64654db4..3bf97012 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA3290PA.xml @@ -212,115 +212,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329A.xml index deb34023..683130af 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329A.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329P.xml index bde9326f..4395575f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329P.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329PA.xml index 69b2f82c..501eaa2f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA329PA.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32A.xml index 372d4b9a..787a9fb7 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32A.xml @@ -226,119 +226,119 @@ - - + + - - + + - + - - - - + + + + - - - - + + + + - - - + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -350,8 +350,8 @@ - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32C1.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32C1.xml index 7f550d7e..e868e651 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32C1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32C1.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -244,20 +244,20 @@ - - - - - - - - + + + + + + + + - + @@ -266,55 +266,55 @@ - - - + + + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -323,37 +323,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32M1.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32M1.xml index 796ba416..02152745 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32M1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32M1.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -244,20 +244,20 @@ - - - - - - - - + + + + + + + + - + @@ -266,55 +266,55 @@ - - - + + + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -323,37 +323,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -362,15 +362,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U2.xml index 5b5abcbb..08c36f57 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U2.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + @@ -247,19 +247,19 @@ - - - + + + - - - - - + + + + + @@ -274,37 +274,37 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -313,13 +313,13 @@ - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U4.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U4.xml index 173f2ab4..14c5998f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA32U4.xml @@ -197,78 +197,78 @@ - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - + + + + + - - - - - - + + + + + + - - - - - + + + + + - + @@ -277,100 +277,100 @@ - - - + + + - - - - - + + + + + - - + + - - - - - - + + + + + + - - - - + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - - - - - - - + + + + + + + + + + + + - + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA406.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA406.xml index aac393b6..e4bcb1f2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA406.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA406.xml @@ -127,40 +127,40 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48.xml index f691605a..1d6402be 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48.xml @@ -198,141 +198,141 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4808.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4808.xml index 3cbfa063..e26a9d8b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4808.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4808.xml @@ -44,31 +44,31 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -77,34 +77,34 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -119,12 +119,12 @@ - - - - - - + + + + + + @@ -142,48 +142,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + @@ -192,7 +192,7 @@ - + @@ -207,14 +207,14 @@ - - - - - - - - + + + + + + + + @@ -223,93 +223,93 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4809.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4809.xml index dd63e3bd..a94cef45 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4809.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA4809.xml @@ -44,35 +44,35 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -81,35 +81,35 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -124,15 +124,15 @@ - - - - - - - - - + + + + + + + + + @@ -150,72 +150,72 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -224,7 +224,7 @@ - + @@ -239,18 +239,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -259,128 +259,128 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48A.xml index 7d5dfd46..4591d773 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48A.xml @@ -198,135 +198,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -338,7 +338,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48P.xml index a5211a84..d06787fb 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48P.xml @@ -198,135 +198,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -338,7 +338,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PA.xml index 53df6a40..70590f5c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PA.xml @@ -198,135 +198,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -338,7 +338,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PB.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PB.xml index e7eab3f0..99e8e215 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PB.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA48PB.xml @@ -198,147 +198,147 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -350,7 +350,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64.xml index 3fcef010..56ded13f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64.xml @@ -195,53 +195,53 @@ - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - + + + - - - + + + @@ -253,49 +253,49 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -304,124 +304,124 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - - + + + - - - - - + + + + + - - - - - + + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA640.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA640.xml index 5bb94149..0ace5ae6 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA640.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA640.xml @@ -195,214 +195,214 @@ - - + + - - - + + + - - - + + + - - - + + + - - - + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -414,114 +414,114 @@ - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644.xml index 5e64fc8f..3806d34b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644.xml @@ -220,84 +220,84 @@ - - + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + @@ -306,10 +306,10 @@ - - - - + + + + @@ -318,63 +318,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -383,23 +383,23 @@ - - + + - - - - + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644A.xml index 7c614918..5448d191 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644A.xml @@ -220,93 +220,93 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -315,10 +315,10 @@ - - - - + + + + @@ -327,63 +327,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -392,23 +392,23 @@ - - + + - - - - + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644P.xml index 1dcd22d6..a0435345 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644P.xml @@ -220,93 +220,93 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + @@ -315,10 +315,10 @@ - - - - + + + + @@ -327,63 +327,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -392,23 +392,23 @@ - - + + - + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644PA.xml index b61c1623..dd3a723c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644PA.xml @@ -220,91 +220,91 @@ - - + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - + + @@ -313,10 +313,10 @@ - - - - + + + + @@ -325,63 +325,63 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + @@ -390,23 +390,23 @@ - - + + - + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644RFR2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644RFR2.xml index 9706b660..4d01d4a3 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644RFR2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA644RFR2.xml @@ -218,59 +218,59 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645.xml index 86c052ef..dc091096 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645.xml @@ -218,90 +218,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450.xml index 5a4d1dc9..91747a2b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450.xml @@ -218,115 +218,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450A.xml index 5d06ac5e..764bbfd1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450A.xml @@ -218,115 +218,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450P.xml index 622f277f..2833aba6 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6450P.xml @@ -218,115 +218,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645A.xml index 4803f93b..66825f5d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645A.xml @@ -218,90 +218,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645P.xml index c163ca60..9d727f87 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA645P.xml @@ -218,90 +218,90 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649.xml index 05ec755d..ada5413c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490.xml index 56e4a11b..87717cc2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490.xml @@ -218,115 +218,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490A.xml index 776e3d75..8cca303d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490A.xml @@ -218,115 +218,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490P.xml index ac1fd1a1..e8246084 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA6490P.xml @@ -218,115 +218,115 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649A.xml index 096ce084..7f60aea4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649A.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649P.xml index 9e0ee318..d5394c40 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA649P.xml @@ -194,25 +194,25 @@ - - + + - - - - - + + + + + - - + + @@ -224,197 +224,197 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - - + + - - - - - - - - + + + + + + + + @@ -423,10 +423,10 @@ - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64A.xml index 2b9cb340..419b54f8 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64A.xml @@ -195,53 +195,53 @@ - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - + + + - - - + + + @@ -253,52 +253,52 @@ - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -307,121 +307,121 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - + - - - - - + + + + + - - - - + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64C1.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64C1.xml index e961edd8..82635d6d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64C1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64C1.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -244,20 +244,20 @@ - - - - - - - - + + + + + + + + - + @@ -266,55 +266,55 @@ - - - + + + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -323,37 +323,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64M1.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64M1.xml index 1ab3a7bf..e878d160 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64M1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64M1.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + @@ -244,20 +244,20 @@ - - - - - - - - + + + + + + + + - + @@ -266,55 +266,55 @@ - - - + + + - - - - - + + + + + - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -323,37 +323,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -362,15 +362,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64RFR2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64RFR2.xml index 28dabb8b..41902590 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64RFR2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA64RFR2.xml @@ -218,63 +218,63 @@ - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA808.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA808.xml index bc495ef3..09bb80e3 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA808.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA808.xml @@ -45,31 +45,31 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -78,34 +78,34 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -120,12 +120,12 @@ - - - - - - + + + + + + @@ -143,48 +143,48 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + @@ -193,7 +193,7 @@ - + @@ -208,14 +208,14 @@ - - - - - - - - + + + + + + + + @@ -224,93 +224,93 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA809.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA809.xml index 6364ae47..63254bba 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA809.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA809.xml @@ -45,35 +45,35 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -82,35 +82,35 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -125,15 +125,15 @@ - - - - - - - - - + + + + + + + + + @@ -151,72 +151,72 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + @@ -225,7 +225,7 @@ - + @@ -240,18 +240,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -260,128 +260,128 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88.xml index 4c4dbacd..6d5f9f30 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88.xml @@ -220,141 +220,141 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88A.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88A.xml index aead65a8..f27b540f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88A.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88P.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88P.xml index 78e0e3c0..9d47150c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88P.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88P.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PA.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PA.xml index 6e0ca0b0..b021033b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PA.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PA.xml @@ -220,135 +220,135 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -360,7 +360,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PB.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PB.xml index c851022d..061bf823 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PB.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA88PB.xml @@ -220,147 +220,147 @@ - - - + + + - - + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + @@ -372,7 +372,7 @@ - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA8U2.xml b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA8U2.xml index bb31aa5b..27c40619 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA8U2.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/MEGA/ATMEGA8U2.xml @@ -194,48 +194,48 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + @@ -247,19 +247,19 @@ - - - + + + - - - - - + + + + + @@ -274,37 +274,37 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + @@ -313,13 +313,13 @@ - - - - - - - + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13.xml index 8c72d6f2..5ca8b88a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13.xml @@ -173,8 +173,8 @@ - - + + @@ -186,32 +186,32 @@ - - - - - - + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13A.xml index db405b85..c732aa2e 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY13A.xml @@ -173,8 +173,8 @@ - - + + @@ -186,32 +186,32 @@ - - - - - - + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1604.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1604.xml index 7e633a0d..0d8f422d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1604.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1604.xml @@ -44,24 +44,24 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -70,25 +70,25 @@ - - - - - + + + + + - - - + + + - + @@ -100,32 +100,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -143,23 +143,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -168,7 +168,7 @@ - + @@ -183,54 +183,54 @@ - - - - + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1606.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1606.xml index 20f823de..0d350035 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1606.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1606.xml @@ -44,28 +44,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,29 +74,29 @@ - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -108,45 +108,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -164,34 +164,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -200,7 +200,7 @@ - + @@ -215,62 +215,62 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1607.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1607.xml index c0780094..8c4d8669 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1607.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1607.xml @@ -44,28 +44,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,32 +74,32 @@ - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - + + @@ -111,53 +111,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -175,38 +175,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + @@ -215,7 +215,7 @@ - + @@ -230,64 +230,64 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1614.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1614.xml index 3fb5e4f9..f29251c1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1614.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1614.xml @@ -44,53 +44,53 @@ - - - - + + + + - - - - - + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + @@ -99,25 +99,25 @@ - - - - - + + + + + - - - + + + - + @@ -129,7 +129,7 @@ - + @@ -141,32 +141,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -184,23 +184,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -208,25 +208,25 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - + @@ -241,69 +241,69 @@ - - - - + + + + - + - - - - - - - + + + + + + + - + - + - - + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1616.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1616.xml index 01c8000d..3ebb224d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1616.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1616.xml @@ -44,63 +44,63 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -109,29 +109,29 @@ - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -143,7 +143,7 @@ - + @@ -155,45 +155,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -211,34 +211,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -246,38 +246,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -292,79 +292,79 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1617.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1617.xml index 4a98f03e..9da93afb 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1617.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1617.xml @@ -44,71 +44,71 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -117,32 +117,32 @@ - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - + + @@ -154,7 +154,7 @@ - + @@ -166,53 +166,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -230,38 +230,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + @@ -269,42 +269,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -319,82 +319,82 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1624.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1624.xml index 1abdf98b..3d0ecbf2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1624.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1624.xml @@ -44,25 +44,25 @@ - - - - - + + + + + - - - - - - - - - + + + + + + + + + @@ -71,30 +71,30 @@ - - - - - - - - - - + + + + + + + + + + - - - + + + - + @@ -106,9 +106,9 @@ - - - + + + @@ -126,23 +126,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -151,7 +151,7 @@ - + @@ -166,69 +166,69 @@ - - - - + + + + - + - - - - - - - + + + + + + + - + - + - - + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1626.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1626.xml index 04491eb5..da9d8d41 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1626.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1626.xml @@ -44,33 +44,33 @@ - - - - - - - + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -79,37 +79,37 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + + + + - + @@ -121,10 +121,10 @@ - - - - + + + + @@ -142,34 +142,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -178,8 +178,8 @@ - - + + @@ -194,81 +194,81 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1627.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1627.xml index 4da8a849..c2dc63c1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1627.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1627.xml @@ -44,34 +44,34 @@ - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -80,42 +80,42 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - + + @@ -127,11 +127,11 @@ - - - - - + + + + + @@ -149,38 +149,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + @@ -189,8 +189,8 @@ - - + + @@ -205,84 +205,84 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1634.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1634.xml index d8bf751c..ce7ceb6a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1634.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY1634.xml @@ -173,34 +173,34 @@ - - - - + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY167.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY167.xml index d0a02fa3..0f05c918 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY167.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY167.xml @@ -172,27 +172,27 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY202.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY202.xml index 03b02692..cba18425 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY202.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY202.xml @@ -43,20 +43,20 @@ - - - + + + - - - - - - + + + + + + @@ -65,22 +65,22 @@ - - - - + + + + - + - + @@ -92,19 +92,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -122,12 +122,12 @@ - - - - - - + + + + + + @@ -136,7 +136,7 @@ - + @@ -151,52 +151,52 @@ - - - - - - + + + + + + - + - - - - - + + + + + - + - - + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY204.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY204.xml index 4cbfa395..e2d9591e 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY204.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY204.xml @@ -43,24 +43,24 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -69,25 +69,25 @@ - - - - - + + + + + - - - + + + - + @@ -99,32 +99,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -142,23 +142,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -167,7 +167,7 @@ - + @@ -182,56 +182,56 @@ - - - - - - + + + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY212.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY212.xml index 80eaa163..5a6a889d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY212.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY212.xml @@ -43,20 +43,20 @@ - - - + + + - - - - - - + + + + + + @@ -65,22 +65,22 @@ - - - - + + + + - + - + @@ -92,25 +92,25 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -128,12 +128,12 @@ - - - - - - + + + + + + @@ -142,7 +142,7 @@ - + @@ -157,59 +157,59 @@ - - - - - - + + + + + + - + - - - - - + + + + + - + - - + + - - + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY214.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY214.xml index b2ed23c7..b334c350 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY214.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY214.xml @@ -43,24 +43,24 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -69,25 +69,25 @@ - - - - - + + + + + - - - + + + - + @@ -99,38 +99,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -148,23 +148,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -173,7 +173,7 @@ - + @@ -188,65 +188,65 @@ - - - - - - + + + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313.xml index 7f1fca6f..a5ab42ad 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313.xml @@ -198,34 +198,34 @@ - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313A.xml index ca39ce19..f51d628d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY2313A.xml @@ -198,34 +198,34 @@ - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24.xml index a0347306..7c57b135 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24.xml @@ -170,23 +170,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24A.xml index 2ae6e5b9..43fcb5b7 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY24A.xml @@ -170,72 +170,72 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -247,18 +247,18 @@ - - - + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY25.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY25.xml index 4c74f183..4b08ccd5 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY25.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY25.xml @@ -170,50 +170,50 @@ - - - - - - + + + + + + - - + + - - - - + + + + - - - - - + + + + + - - - - - - - + + + + + + + @@ -225,18 +225,18 @@ - - - + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261.xml index fdf6282d..1b53b311 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261.xml @@ -198,67 +198,67 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -270,19 +270,19 @@ - - + + - - - - - - + + + + + + @@ -291,24 +291,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261A.xml index 5548a865..2ab1fe61 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY261A.xml @@ -198,27 +198,27 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3216.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3216.xml index 077d8216..7a4ff8db 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3216.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3216.xml @@ -44,63 +44,63 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + + + + + + @@ -109,29 +109,29 @@ - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -143,7 +143,7 @@ - + @@ -155,45 +155,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -211,34 +211,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -246,38 +246,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -292,79 +292,79 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3217.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3217.xml index 4c19ac5f..56326b44 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3217.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY3217.xml @@ -44,71 +44,71 @@ - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -117,32 +117,32 @@ - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - + + @@ -154,7 +154,7 @@ - + @@ -166,53 +166,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -230,38 +230,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + @@ -269,42 +269,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -319,82 +319,82 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY402.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY402.xml index 01a32cbb..c2d96c7a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY402.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY402.xml @@ -43,20 +43,20 @@ - - - + + + - - - - - - + + + + + + @@ -65,22 +65,22 @@ - - - - + + + + - + - + @@ -92,19 +92,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -122,12 +122,12 @@ - - - - - - + + + + + + @@ -136,7 +136,7 @@ - + @@ -151,52 +151,52 @@ - - - - - - + + + + + + - + - - - - - + + + + + - + - - + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY404.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY404.xml index 75ca93ac..72a9faa9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY404.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY404.xml @@ -43,24 +43,24 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -69,25 +69,25 @@ - - - - - + + + + + - - - + + + - + @@ -99,32 +99,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -142,23 +142,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -167,7 +167,7 @@ - + @@ -182,56 +182,56 @@ - - - - - - + + + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY406.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY406.xml index 9d8e5a44..bad1527c 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY406.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY406.xml @@ -43,28 +43,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -73,29 +73,29 @@ - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -107,45 +107,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -163,34 +163,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -199,7 +199,7 @@ - + @@ -214,62 +214,62 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY412.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY412.xml index 18dd58e1..6c6db507 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY412.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY412.xml @@ -43,20 +43,20 @@ - - - + + + - - - - - - + + + + + + @@ -65,22 +65,22 @@ - - - - + + + + - + - + @@ -92,25 +92,25 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -128,12 +128,12 @@ - - - - - - + + + + + + @@ -142,7 +142,7 @@ - + @@ -157,59 +157,59 @@ - - - - - - + + + + + + - + - - - - - + + + + + - + - - + + - - + + - - - - - - + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY414.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY414.xml index 1124199f..b18f189f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY414.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY414.xml @@ -43,24 +43,24 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -69,25 +69,25 @@ - - - - - + + + + + - - - + + + - + @@ -99,38 +99,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -148,23 +148,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -173,7 +173,7 @@ - + @@ -188,65 +188,65 @@ - - - - - - + + + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY416.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY416.xml index caef90d3..c2366e79 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY416.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY416.xml @@ -43,28 +43,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -73,29 +73,29 @@ - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -107,51 +107,51 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -169,34 +169,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -205,7 +205,7 @@ - + @@ -220,73 +220,73 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY417.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY417.xml index 68ea9f94..02ad4c79 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY417.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY417.xml @@ -44,28 +44,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,32 +74,32 @@ - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - + + @@ -111,59 +111,59 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -181,38 +181,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + @@ -220,26 +220,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + @@ -254,75 +254,75 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY4313.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY4313.xml index fe7c18b2..f26752e1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY4313.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY4313.xml @@ -198,34 +198,34 @@ - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + - - - + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY43U.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY43U.xml index 810c2166..308fca9b 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY43U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY43U.xml @@ -172,27 +172,27 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44.xml index 423a2f6d..470dea9d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44.xml @@ -170,23 +170,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY441.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY441.xml index 2da28674..88aa0d7d 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY441.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY441.xml @@ -171,42 +171,42 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - + + + + + + @@ -215,37 +215,37 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + @@ -254,69 +254,69 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -328,14 +328,14 @@ - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44A.xml index 7cf4b367..e0c95e9f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY44A.xml @@ -170,72 +170,72 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -247,18 +247,18 @@ - - - + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY45.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY45.xml index 21702fd3..a8616b56 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY45.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY45.xml @@ -170,50 +170,50 @@ - - - - - - + + + + + + - - + + - - - - + + + + - - - - - + + + + + - - - - - - - + + + + + + + @@ -225,18 +225,18 @@ - - - + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461.xml index 4c78ad43..9ebed254 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461.xml @@ -198,67 +198,67 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -270,19 +270,19 @@ - - + + - - - - - - + + + + + + @@ -291,24 +291,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461A.xml index 18839b38..9dc13cce 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY461A.xml @@ -198,27 +198,27 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY48.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY48.xml index 709c9e19..708e82b0 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY48.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY48.xml @@ -198,74 +198,74 @@ - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + @@ -277,62 +277,62 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY804.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY804.xml index 5983b475..9faef6a7 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY804.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY804.xml @@ -44,24 +44,24 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -70,25 +70,25 @@ - - - - - + + + + + - - - + + + - + @@ -100,32 +100,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -143,23 +143,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -168,7 +168,7 @@ - + @@ -183,54 +183,54 @@ - - - - + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY806.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY806.xml index 3bff439f..b6c616dc 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY806.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY806.xml @@ -44,28 +44,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,29 +74,29 @@ - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -108,45 +108,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -164,34 +164,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -200,7 +200,7 @@ - + @@ -215,62 +215,62 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY807.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY807.xml index fa21d474..44514ea8 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY807.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY807.xml @@ -44,28 +44,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,32 +74,32 @@ - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - + + @@ -111,53 +111,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -175,38 +175,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + @@ -215,7 +215,7 @@ - + @@ -230,64 +230,64 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY814.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY814.xml index f5480f16..996ac9f1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY814.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY814.xml @@ -44,24 +44,24 @@ - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -70,25 +70,25 @@ - - - - - + + + + + - - - + + + - + @@ -100,38 +100,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -149,23 +149,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + @@ -173,25 +173,25 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - + @@ -206,63 +206,63 @@ - - - - + + + + - + - - - - - - - + + + + + + + - + - - + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY816.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY816.xml index b418887f..dfb74f38 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY816.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY816.xml @@ -44,28 +44,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,29 +74,29 @@ - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -108,51 +108,51 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -170,34 +170,34 @@ - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - + + + + @@ -205,26 +205,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + @@ -239,73 +239,73 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY817.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY817.xml index 423185b3..cb90ffa0 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY817.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY817.xml @@ -44,28 +44,28 @@ - - - - - + + + + + - - - - - - - - - - - - + + + + + + + + + + + + @@ -74,32 +74,32 @@ - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - + + @@ -111,59 +111,59 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -181,38 +181,38 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + @@ -220,26 +220,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + @@ -254,75 +254,75 @@ - - - - - - - - + + + + + + + + - + - - - - - - - - - - - - + + + + + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY828.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY828.xml index f1d65c80..ae1a1cba 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY828.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY828.xml @@ -175,49 +175,49 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84.xml index 21ec1599..5a650742 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84.xml @@ -170,23 +170,23 @@ - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY841.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY841.xml index fe46f274..8428d9b2 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY841.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY841.xml @@ -171,42 +171,42 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - + + + + + + @@ -215,37 +215,37 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + @@ -254,69 +254,69 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -328,14 +328,14 @@ - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84A.xml index 593bad6b..8c410032 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY84A.xml @@ -170,72 +170,72 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -247,18 +247,18 @@ - - - + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY85.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY85.xml index f14fef7f..a8c73eba 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY85.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY85.xml @@ -170,50 +170,50 @@ - - - - - - + + + + + + - - + + - - - - + + + + - - - - - + + + + + - - - - - - - + + + + + + + @@ -225,18 +225,18 @@ - - - + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861.xml index aac678c1..7a32f141 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861.xml @@ -198,67 +198,67 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - + + + - - - - - - - - - - + + + + + + + + + + @@ -270,19 +270,19 @@ - - + + - - - - - - + + + + + + @@ -291,24 +291,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861A.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861A.xml index ef7a4ee5..dcab77b8 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861A.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY861A.xml @@ -198,27 +198,27 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY87.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY87.xml index d096d164..d837fe69 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY87.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY87.xml @@ -172,27 +172,27 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY88.xml b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY88.xml index b75953b8..35b215a9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY88.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/TINY/ATTINY88.xml @@ -198,74 +198,74 @@ - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - + + + + @@ -274,62 +274,62 @@ - - + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1.xml index 6db11f1c..9eca5f6a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1.xml @@ -173,134 +173,134 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1U.xml index bf5d25bb..81809f66 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A1U.xml @@ -116,19 +116,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -149,127 +149,127 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -278,352 +278,352 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -641,104 +641,104 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3.xml index 2444dc68..630b9bd7 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3.xml @@ -160,86 +160,86 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3U.xml index 45b15226..3bec7626 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A3U.xml @@ -94,10 +94,10 @@ - - - - + + + + @@ -121,19 +121,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -154,78 +154,78 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -234,262 +234,262 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -507,108 +507,108 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A4U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A4U.xml index 00e40597..196bb285 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A4U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128A4U.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,15 +121,15 @@ - - - - - - - - - + + + + + + + + + @@ -150,44 +150,44 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + @@ -196,178 +196,178 @@ - - - - - - + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -382,73 +382,73 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B1.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B1.xml index 5c054920..9ab4473f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B1.xml @@ -85,14 +85,14 @@ - - - - - - - - + + + + + + + + @@ -101,12 +101,12 @@ - - - - - - + + + + + + @@ -133,8 +133,8 @@ - - + + @@ -155,69 +155,69 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -226,180 +226,180 @@ - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -408,36 +408,36 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -446,61 +446,61 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B3.xml index 501d996c..e9b10a75 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128B3.xml @@ -85,14 +85,14 @@ - - - - - - - - + + + + + + + + @@ -101,10 +101,10 @@ - - - - + + + + @@ -149,30 +149,30 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -181,127 +181,127 @@ - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -310,25 +310,25 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -337,46 +337,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128C3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128C3.xml index 080ccb63..63a4ccd5 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128C3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128C3.xml @@ -92,10 +92,10 @@ - - - - + + + + @@ -119,11 +119,11 @@ - - - - - + + + + + @@ -138,39 +138,39 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -179,219 +179,219 @@ - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -400,50 +400,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D3.xml index 0a3d2c45..1bb8cc1e 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D3.xml @@ -81,10 +81,10 @@ - - - - + + + + @@ -126,39 +126,39 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -167,25 +167,25 @@ - - + + - - + + - - - - - + + + + + @@ -203,119 +203,119 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -324,19 +324,19 @@ - - - - + + + + - - - - + + + + @@ -345,111 +345,111 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D4.xml index 0b971275..6786d673 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA128D4.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,11 +121,11 @@ - - - - - + + + + + @@ -140,34 +140,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -176,156 +176,156 @@ - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -334,42 +334,42 @@ - - - - - - + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4.xml index b633aa31..5be139fb 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4.xml @@ -153,65 +153,65 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4U.xml index 8b97fd6c..94d5be6f 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16A4U.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,15 +121,15 @@ - - - - - - - - - + + + + + + + + + @@ -150,44 +150,44 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + @@ -196,178 +196,178 @@ - - - - - - + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -382,73 +382,73 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16C4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16C4.xml index 348f9594..c9a10036 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16C4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16C4.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,11 +121,11 @@ - - - - - + + + + + @@ -140,34 +140,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -176,163 +176,163 @@ - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -341,50 +341,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16D4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16D4.xml index 3fb87d40..b3391d6a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16D4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16D4.xml @@ -81,12 +81,12 @@ - - - - - - + + + + + + @@ -128,34 +128,34 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -164,25 +164,25 @@ - - + + - - + + - - - - - + + + + + @@ -200,98 +200,98 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -300,73 +300,73 @@ - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16E5.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16E5.xml index 920ce08d..9335bef8 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16E5.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA16E5.xml @@ -83,7 +83,7 @@ - + @@ -95,10 +95,10 @@ - - - - + + + + @@ -119,14 +119,14 @@ - - - - - - - - + + + + + + + + @@ -144,54 +144,54 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -200,110 +200,110 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - + + @@ -315,14 +315,14 @@ - - - - - - - - + + + + + + + + @@ -331,32 +331,32 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3.xml index f1983ba7..165df953 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3.xml @@ -160,86 +160,86 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3U.xml index 607af686..c42fae28 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192A3U.xml @@ -94,10 +94,10 @@ - - - - + + + + @@ -121,19 +121,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -154,78 +154,78 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -234,262 +234,262 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -507,108 +507,108 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192C3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192C3.xml index 3193e109..76d12333 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192C3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192C3.xml @@ -143,86 +143,86 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192D3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192D3.xml index bcf62bdf..9d839d09 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192D3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA192D3.xml @@ -81,10 +81,10 @@ - - - - + + + + @@ -126,39 +126,39 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -167,25 +167,25 @@ - - + + - - + + - - - - - + + + + + @@ -203,119 +203,119 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -324,19 +324,19 @@ - - - - + + + + - - - - + + + + @@ -345,111 +345,111 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3.xml index e804e939..5961a6a1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3.xml @@ -160,86 +160,86 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3B.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3B.xml index 9751d647..8eb9ac70 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3B.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3B.xml @@ -160,86 +160,86 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3BU.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3BU.xml index f4ba9bfe..bd75fc24 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3BU.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3BU.xml @@ -94,10 +94,10 @@ - - - - + + + + @@ -121,17 +121,17 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -143,7 +143,7 @@ - + @@ -158,78 +158,78 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -238,199 +238,199 @@ - - - - - - + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - - - - - + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -442,14 +442,14 @@ - - - - - - - - + + + + + + + + @@ -470,81 +470,81 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3U.xml index ccb9a683..4c1accf3 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256A3U.xml @@ -94,10 +94,10 @@ - - - - + + + + @@ -121,19 +121,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -154,78 +154,78 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -234,262 +234,262 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -507,108 +507,108 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256C3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256C3.xml index a42f126e..136ac277 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256C3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256C3.xml @@ -92,10 +92,10 @@ - - - - + + + + @@ -119,11 +119,11 @@ - - - - - + + + + + @@ -138,39 +138,39 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -179,219 +179,219 @@ - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -400,50 +400,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256D3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256D3.xml index 44b26fd7..31d5d77a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256D3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA256D3.xml @@ -81,10 +81,10 @@ - - - - + + + + @@ -126,39 +126,39 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -167,25 +167,25 @@ - - + + - - + + - - - - - + + + + + @@ -203,119 +203,119 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -324,19 +324,19 @@ - - - - + + + + - - - - + + + + @@ -345,111 +345,111 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4.xml index fed9f1e1..117c4536 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4.xml @@ -153,65 +153,65 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4U.xml index 5a218adb..66391626 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32A4U.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,15 +121,15 @@ - - - - - - - - - + + + + + + + + + @@ -150,44 +150,44 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + @@ -196,178 +196,178 @@ - - - - - - + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -382,73 +382,73 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C3.xml index e4f97558..313bcf2a 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C3.xml @@ -92,10 +92,10 @@ - - - - + + + + @@ -119,11 +119,11 @@ - - - - - + + + + + @@ -138,39 +138,39 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -179,219 +179,219 @@ - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -400,50 +400,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C4.xml index 98b54138..81b9f095 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32C4.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,11 +121,11 @@ - - - - - + + + + + @@ -140,34 +140,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -176,163 +176,163 @@ - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -341,50 +341,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D3.xml index 1109ba52..4d1ba110 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D3.xml @@ -81,10 +81,10 @@ - - - - + + + + @@ -126,39 +126,39 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -167,25 +167,25 @@ - - + + - - + + - - - - - + + + + + @@ -203,119 +203,119 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -324,19 +324,19 @@ - - - - + + + + - - - - + + + + @@ -345,111 +345,111 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D4.xml index ad1c5763..de7e6091 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32D4.xml @@ -81,12 +81,12 @@ - - - - - - + + + + + + @@ -128,34 +128,34 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -164,25 +164,25 @@ - - + + - - + + - - - - - + + + + + @@ -200,98 +200,98 @@ - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -300,73 +300,73 @@ - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32E5.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32E5.xml index ba86f45d..78c403db 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32E5.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA32E5.xml @@ -83,7 +83,7 @@ - + @@ -95,10 +95,10 @@ - - - - + + + + @@ -119,14 +119,14 @@ - - - - - - - - + + + + + + + + @@ -144,54 +144,54 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -200,110 +200,110 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - + + @@ -315,14 +315,14 @@ - - - - - - - - + + + + + + + + @@ -331,32 +331,32 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384C3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384C3.xml index d4ddf76a..109d7fc6 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384C3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384C3.xml @@ -92,10 +92,10 @@ - - - - + + + + @@ -119,11 +119,11 @@ - - - - - + + + + + @@ -144,39 +144,39 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -185,219 +185,219 @@ - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -406,50 +406,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384D3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384D3.xml index 18dc679e..3b961c70 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384D3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA384D3.xml @@ -92,10 +92,10 @@ - - - - + + + + @@ -119,11 +119,11 @@ - - - - - + + + + + @@ -138,39 +138,39 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -179,212 +179,212 @@ - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -393,58 +393,58 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1.xml index 3aedcfa6..f0f22f90 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1.xml @@ -173,134 +173,134 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1U.xml index a9ce3192..2ac32df4 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A1U.xml @@ -116,19 +116,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -149,127 +149,127 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -278,352 +278,352 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -641,104 +641,104 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3.xml index 98965bd7..aa45f742 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3.xml @@ -160,86 +160,86 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3U.xml index beca8819..fc4a05e3 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A3U.xml @@ -94,10 +94,10 @@ - - - - + + + + @@ -121,19 +121,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -154,78 +154,78 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -234,262 +234,262 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -507,108 +507,108 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A4U.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A4U.xml index 2d45211f..98462c59 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A4U.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64A4U.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,15 +121,15 @@ - - - - - - - - - + + + + + + + + + @@ -150,44 +150,44 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - + + + + + + + + + + @@ -196,178 +196,178 @@ - - - - - - + + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -382,73 +382,73 @@ - - - - - - + + + + + + - - - + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B1.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B1.xml index a696c7af..e97b1df1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B1.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B1.xml @@ -85,14 +85,14 @@ - - - - - - - - + + + + + + + + @@ -101,12 +101,12 @@ - - - - - - + + + + + + @@ -133,8 +133,8 @@ - - + + @@ -155,68 +155,68 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -225,180 +225,180 @@ - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -407,36 +407,36 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -445,61 +445,61 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B3.xml index b14ba8af..c67ef1c9 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64B3.xml @@ -85,14 +85,14 @@ - - - - - - - - + + + + + + + + @@ -101,10 +101,10 @@ - - - - + + + + @@ -149,30 +149,30 @@ - - - - - - - - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -181,127 +181,127 @@ - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -310,25 +310,25 @@ - - - - - - + + + + + + - - - - - - - - + + + + + + + + @@ -337,46 +337,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64C3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64C3.xml index c682473b..dd62b1b1 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64C3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64C3.xml @@ -92,10 +92,10 @@ - - - - + + + + @@ -119,11 +119,11 @@ - - - - - + + + + + @@ -138,39 +138,39 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + @@ -179,219 +179,219 @@ - - + + - - + + - - + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -400,50 +400,50 @@ - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D3.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D3.xml index 863ff339..e5c6b7c0 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D3.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D3.xml @@ -81,10 +81,10 @@ - - - - + + + + @@ -126,39 +126,39 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + @@ -167,25 +167,25 @@ - - + + - - + + - - - - - + + + + + @@ -203,119 +203,119 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + @@ -324,19 +324,19 @@ - - - - + + + + - - - - + + + + @@ -345,111 +345,111 @@ - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - + + + + + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D4.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D4.xml index 0c608208..c50f9be6 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D4.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA64D4.xml @@ -92,12 +92,12 @@ - - - - - - + + + + + + @@ -121,11 +121,11 @@ - - - - - + + + + + @@ -140,34 +140,34 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -176,156 +176,156 @@ - - + + - - + + - - - - - - - - + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + @@ -334,42 +334,42 @@ - - - - - - + + + + + + - - - + + + - - - - - - - - + + + + + + + + - - - - + + + + diff --git a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA8E5.xml b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA8E5.xml index a1921103..b476e7ea 100644 --- a/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA8E5.xml +++ b/src/Targets/TargetDescriptionFiles/AVR8/XMEGA/ATXMEGA8E5.xml @@ -83,7 +83,7 @@ - + @@ -95,10 +95,10 @@ - - - - + + + + @@ -119,14 +119,14 @@ - - - - - - - - + + + + + + + + @@ -144,54 +144,54 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -200,110 +200,110 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - + + - - - - - - - - + + + + + + + + - - + + - - + + @@ -315,14 +315,14 @@ - - - - - - - - + + + + + + + + @@ -331,32 +331,32 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - + + + +