Included SSOP target package and updated the Insight window to use the DIP widget for SOIC, SSOP and DIP packages.
Also updated the Insight window to use the QFP widget for QFN packages.
This commit is contained in:
@@ -245,6 +245,9 @@ void Avr8::loadTargetVariants() {
|
||||
|
||||
} else if (tdVariant.package.find("SOIC") == 0) {
|
||||
targetVariant.package = TargetPackage::SOIC;
|
||||
|
||||
} else if (tdVariant.package.find("SSOP") == 0) {
|
||||
targetVariant.package = TargetPackage::SSOP;
|
||||
}
|
||||
|
||||
if (!tdPinoutsByName.contains(tdVariant.pinoutName)) {
|
||||
|
||||
Reference in New Issue
Block a user