Added Signal elements to PhysicalInterface elements in TDFs

This commit is contained in:
Nav
2024-10-03 22:45:24 +01:00
parent e522261991
commit af865d09e5
265 changed files with 2696 additions and 387 deletions

View File

@@ -22,6 +22,7 @@ enum TargetPhysicalInterface: string
self::PDI => 'PDI',
self::UPDI => 'UPDI',
self::DEBUG_WIRE => 'debugWIRE',
default => 'Other'
};
}