More TDF refactoring
Moved address space, module, property group, variant, pinout and peripheral module extraction to TDF initialisation. Also some other bits of tidying.
This commit is contained in:
@@ -231,7 +231,7 @@ void Avr8::loadTargetVariants() {
|
||||
|
||||
auto targetVariant = TargetVariant();
|
||||
targetVariant.id = static_cast<int>(this->targetVariantsById.size());
|
||||
targetVariant.name = tdVariant.orderCode;
|
||||
targetVariant.name = tdVariant.name;
|
||||
targetVariant.packageName = tdVariant.package;
|
||||
|
||||
if (tdVariant.package.find("QFP") == 0 || tdVariant.package.find("TQFP") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user